HomeSort by: relevance | last modified time | path
    Searched refs:cmpci_adjust (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
cmpcireg.h 168 # define CMPCI_ADJUST_MIC_GAIN(sc, x) cmpci_adjust((x), 0xf8)
169 # define CMPCI_ADJUST_GAIN(sc, x) cmpci_adjust((x), 0xf8)
170 # define CMPCI_ADJUST_2_GAIN(sc, x) cmpci_adjust((x), 0xc0)
190 # define CMPCI_ADJUST_ADMIC_GAIN(sc, x) (cmpci_adjust((x), 0xe0) >> 5)
198 (cmpci_adjust((l), 0xc0) >> 4 | cmpci_adjust((r), 0xc0))
cmpci.c 97 static int cmpci_adjust(int, int);
1031 cmpci_adjust(int val, int mask) function in typeref:typename:int

Completed in 30 milliseconds