Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfsl_fman.h125 #define FMBM_RST_BSY 0x80000000 /* Rx port is busy */ macro
/external/u-boot/drivers/net/fm/
Deth.c169 while ((in_be32(&rx_port->fmbm_rst) & FMBM_RST_BSY) && timeout--) in bmi_rx_port_disable()