Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-omap2/
H A Dabb.c59 u32 txdone, u32 txdone_mask, u32 opp) in abb_setup() argument
64 if (!setup || !control || !txdone) in abb_setup()
106 setbits_le32(txdone, txdone_mask); in abb_setup()
115 if (!wait_on_value(txdone_mask, txdone_mask, (void *)txdone, LDELAY)) in abb_setup()
119 setbits_le32(txdone, txdone_mask); in abb_setup()
/openbmc/qemu/hw/net/
H A Dpcnet.c1211 goto txdone; in pcnet_transmit()
1215 goto txdone; in pcnet_transmit()
1226 goto txdone; in pcnet_transmit()
1234 goto txdone; in pcnet_transmit()
1257 txdone: in pcnet_transmit()
/openbmc/u-boot/arch/arm/include/asm/
H A Domap_common.h650 u32 txdone, u32 txdone_mask, u32 opp);