Searched refs:ICE1712_STDSP24_CLOCK (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | hoontech.c | 169 ICE1712_STDSP24_CLOCK(spec->boxbits, 0, 1); in hoontech_init() 174 ICE1712_STDSP24_CLOCK(spec->boxbits, 1, 1); in hoontech_init() 180 ICE1712_STDSP24_CLOCK(spec->boxbits, 2, 1); in hoontech_init() 186 ICE1712_STDSP24_CLOCK(spec->boxbits, 3, 1); in hoontech_init()
|
H A D | hoontech.h | 42 #define ICE1712_STDSP24_CLOCK(r, a, c) r[a&3] = ((r[a&3] & ~0x20) | (((c)&1)<<5)) macro
|
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | hoontech.c | 169 ICE1712_STDSP24_CLOCK(spec->boxbits, 0, 1); in hoontech_init() 174 ICE1712_STDSP24_CLOCK(spec->boxbits, 1, 1); in hoontech_init() 180 ICE1712_STDSP24_CLOCK(spec->boxbits, 2, 1); in hoontech_init() 186 ICE1712_STDSP24_CLOCK(spec->boxbits, 3, 1); in hoontech_init()
|
H A D | hoontech.h | 42 #define ICE1712_STDSP24_CLOCK(r, a, c) r[a&3] = ((r[a&3] & ~0x20) | (((c)&1)<<5)) macro
|
Completed in 2 milliseconds