Home
last modified time | relevance | path

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

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