Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dmax20086-regulator.c35 #define DEVICE_ID_MASK 0xf0 macro
187 if ((data & DEVICE_ID_MASK) != chip->info->id) { in max20086_detect()
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/
H A Dsys_info.c157 switch ((efuse_arm_mpu_max_freq & DEVICE_ID_MASK)) { in am335x_get_efuse_mpu_max_freq()
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dcpu.h44 #define DEVICE_ID_MASK 0x1FFF macro
/openbmc/linux/drivers/pci/controller/
H A Dpcie-iproc.c608 #define DEVICE_ID_MASK 0xffff0000 in iproc_pcie_config_read() macro
612 if ((*val & DEVICE_ID_MASK) == in iproc_pcie_config_read()