Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-at91/armv7/
H A Dsama5d2_devices.c14 unsigned int chip_id = get_chip_id(); in cpu_is_sama5d2()
22 unsigned int chip_id = get_chip_id(); in get_cpu_name()
H A Dcpu.c67 unsigned int get_chip_id(void) in get_chip_id() function
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91sam9x5.h143 #define cpu_is_at91sam9x5() (get_chip_id() == ARCH_ID_AT91SAM9X5)
184 unsigned int get_chip_id(void);
H A Dsama5d3.h77 #define cpu_is_sama5d3() (get_chip_id() == ARCH_ID_SAMA5D3)
200 unsigned int get_chip_id(void);
H A Dsama5d4.h209 #define cpu_is_sama5d4() (get_chip_id() == ARCH_ID_SAMA5D4)
228 unsigned int get_chip_id(void);
H A Dsama5d2.h232 unsigned int get_chip_id(void);
/openbmc/linux/drivers/net/phy/
H A Dspi_ks8995.c164 static inline u8 get_chip_id(u8 val) in get_chip_id() function
350 if ((get_chip_id(id1) == CHIPID_M) && in ks8995_get_revision()
351 (get_chip_id(id1) == ks->chip->chip_id)) { in ks8995_get_revision()
354 } else if (get_chip_id(id1) != CHIPID_M) { in ks8995_get_revision()
381 if (get_chip_id(id1) == ks->chip->chip_id) { in ks8995_get_revision()
/openbmc/linux/drivers/mfd/
H A Dabx500-core.c121 if (ops && ops->get_chip_id) in abx500_get_chip_id()
122 return ops->get_chip_id(dev); in abx500_get_chip_id()
H A Dab8500-core.c323 .get_chip_id = ab8500_get_chip_id,
/openbmc/linux/include/linux/mfd/
H A Dabx500.h58 int (*get_chip_id) (struct device *); member
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/
H A Dat91sam9x5_devices.c12 unsigned int get_chip_id(void) in get_chip_id() function