Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mfd/
H A Dcs42l43-regs.h1164 #define CS42L43_BIOS_MAJOR_REV_MASK 0x000F0000 macro
/openbmc/linux/drivers/mfd/
H A Dcs42l43.c733 bios_rev = (((mcu_rev & CS42L43_BIOS_MAJOR_REV_MASK) << 12) | in cs42l43_mcu_update_step()