Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dmt6397-core.c290 u32 cid_shift; member
298 .cid_shift = 0,
306 .cid_shift = 8,
314 .cid_shift = 8,
322 .cid_shift = 8,
330 .cid_shift = 8,
338 .cid_shift = 8,
346 .cid_shift = 0,
383 pmic->chip_id = (id >> pmic_core->cid_shift) & 0xff; in mt6397_probe()