Home
last modified time | relevance | path

Searched refs:AEATR_TTYPE (Results 1 – 3 of 3) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/sysreset/
Dsysreset_mpc83xx.c93 int ttype = (gd->arch.arbiter_event_attributes & AEATR_TTYPE) in print_83xx_arb_event()
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc83xx/
Dcpu_init.c362 int ttype = (gd->arch.arbiter_event_attributes & AEATR_TTYPE) in print_83xx_arb_event()
/third_party/uboot/u-boot-2020.01/include/
Dmpc83xx.h547 #define AEATR_TTYPE 0x0000001F /* Transfer Type */ macro