Searched refs:SET_REG_CACHE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | patch_si3054.c | 66 #define SET_REG_CACHE(codec,reg,val) \ macro 102 SET_REG_CACHE(codec, reg, (GET_REG(codec, reg)) | mask); in si3054_switch_put() 104 SET_REG_CACHE(codec, reg, (GET_REG(codec, reg)) & ~mask); in si3054_switch_put()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | patch_si3054.c | 66 #define SET_REG_CACHE(codec,reg,val) \ macro 102 SET_REG_CACHE(codec, reg, (GET_REG(codec, reg)) | mask); in si3054_switch_put() 104 SET_REG_CACHE(codec, reg, (GET_REG(codec, reg)) & ~mask); in si3054_switch_put()
|
Completed in 2 milliseconds