Home
last modified time | relevance | path

Searched refs:ICE1712_STDSP24_CLOCK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/pci/ice1712/
H A Dhoontech.c169 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 Dhoontech.h42 #define ICE1712_STDSP24_CLOCK(r, a, c) r[a&3] = ((r[a&3] & ~0x20) | (((c)&1)<<5)) macro