Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mfd/
H A Dmt6397-core.c238 u32 cid_shift; member
246 .cid_shift = 0,
254 .cid_shift = 8,
262 .cid_shift = 0,
270 .cid_shift = 8,
278 .cid_shift = 8,
286 .cid_shift = 0,
323 pmic->chip_id = (id >> pmic_core->cid_shift) & 0xff; in mt6397_probe()