Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dmax20086-regulator.c36 #define DEVICE_ID_MASK 0xf0 macro
192 if ((data & DEVICE_ID_MASK) != chip->info->id) { in max20086_detect()
/linux/include/linux/mfd/
H A DidtRC38xxx_reg.h17 #define DEVICE_ID_MASK (0x1000) /* Bit 12 is 1 if FC3W and 0 if FC3A */ macro