Home
last modified time | relevance | path

Searched refs:SMI_BUSY (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/net/phy/
H A Dmv88e61xx.c152 #define SMI_BUSY BIT(15) macro
157 #define SMI_CMD_READ (SMI_BUSY | SMI_CMD_CLAUSE_22 | \
159 #define SMI_CMD_WRITE (SMI_BUSY | SMI_CMD_CLAUSE_22 | \
229 if (val >= 0 && (val & SMI_BUSY) == 0) in mv88e61xx_smi_wait()
338 if (val >= 0 && (val & SMI_BUSY) == 0) in mv88e61xx_phy_wait()
/openbmc/linux/arch/arm/mach-orion5x/
H A Ddns323-setup.c540 #define SMI_BUSY 0x10000000 in dns323_identify_rev() macro
547 if (!(reg & SMI_BUSY)) in dns323_identify_rev()
/openbmc/u-boot/drivers/net/
H A Darmada100_fec.h35 #define SMI_BUSY (1<<28) /* 0 - Write, 1 - Read */ macro
H A Darmada100_fec.c87 if (armdfec_phy_timeout(&regs->smi, SMI_BUSY, false)) { in smi_reg_read()
130 if (armdfec_phy_timeout(&regs->smi, SMI_BUSY, false)) { in smi_reg_write()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c64 #define SMI_BUSY (1 << 28) /* 0 - Write, 1 - Read */ macro
1291 for (i = 0; rdl(pep, SMI) & SMI_BUSY; i++) { in smi_wait_ready()