Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-orion5x/
H A Dcommon.c217 if (dev == MV88F5281_DEV_ID) in orion5x_init_early()
291 if (*dev == MV88F5281_DEV_ID) { in orion5x_id()
346 if (dev == MV88F5281_DEV_ID && rev == MV88F5281_REV_D0) { in orion5x_init()
H A Dmpp.c32 if (dev == MV88F5281_DEV_ID) in orion5x_variant()
H A Dboard-dt.c58 if (dev == MV88F5281_DEV_ID && rev == MV88F5281_REV_D0) { in orion5x_dt_init()
H A Dorion5x.h138 #define MV88F5281_DEV_ID 0x5281 macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-orion5x/include/mach/
H A Dcpu.h170 #define MV88F5281_DEV_ID 0x5281 macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-orion5x/
H A Dcpu.c203 } else if (dev == MV88F5281_DEV_ID) { in print_cpuinfo()