Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mfd/
Dtps65010.c133 const char *hibit; in dbg_chgconf() local
136 hibit = (chgconfig & TPS_CHARGE_POR) in dbg_chgconf()
139 hibit = (chgconfig & TPS65013_AUA) ? "AUA" : ""; in dbg_chgconf()
142 chgconfig, hibit, in dbg_chgconf()
/linux-4.1.27/drivers/media/pci/bt8xx/
Dbttv-driver.c935 int value,hibit; in bt848_contrast() local
941 hibit = (value >> 6) & 4; in bt848_contrast()
943 btaor(hibit, ~4, BT848_E_CONTROL); in bt848_contrast()
944 btaor(hibit, ~4, BT848_O_CONTROL); in bt848_contrast()