Home
last modified time | relevance | path

Searched refs:FMBM_TST_BSY (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/
Dfsl_fman.h173 #define FMBM_TST_BSY 0x80000000 /* Tx port is busy */ macro
/external/u-boot/drivers/net/fm/
Deth.c197 while ((in_be32(&tx_port->fmbm_tst) & FMBM_TST_BSY) && timeout--) in bmi_tx_port_disable()