Searched refs:cmpci_adjust (Results 1 – 2 of 2) sorted by relevance
163 # define CMPCI_ADJUST_MIC_GAIN(sc, x) cmpci_adjust((x), 0xf8)164 # define CMPCI_ADJUST_GAIN(sc, x) cmpci_adjust((x), 0xf8)165 # define CMPCI_ADJUST_2_GAIN(sc, x) cmpci_adjust((x), 0xc0)
86 static int cmpci_adjust(int, int);1170 cmpci_adjust(val, mask) in cmpci_adjust() function