• Home
  • Raw
  • Download

Lines Matching refs:Lan9118MmioRead32

101   while ((Lan9118MmioRead32 (LAN9118_MAC_CSR_CMD) & MAC_CSR_BUSY) == MAC_CSR_BUSY);  in IndirectMACRead32()
112 while ((Lan9118MmioRead32 (LAN9118_MAC_CSR_CMD) & MAC_CSR_BUSY) == MAC_CSR_BUSY); in IndirectMACRead32()
115 return Lan9118MmioRead32 (LAN9118_MAC_CSR_DATA); in IndirectMACRead32()
180 while ((Lan9118MmioRead32 (LAN9118_MAC_CSR_CMD) & MAC_CSR_BUSY) == MAC_CSR_BUSY); in IndirectMACWrite32()
194 while ((Lan9118MmioRead32 (LAN9118_MAC_CSR_CMD) & MAC_CSR_BUSY) == MAC_CSR_BUSY); in IndirectMACWrite32()
289 while (Lan9118MmioRead32 (LAN9118_E2P_CMD) & E2P_EPC_BUSY); in IndirectEEPROMRead32()
292 if (Lan9118MmioRead32 (LAN9118_E2P_CMD) & E2P_EPC_TIMEOUT) { in IndirectEEPROMRead32()
298 while (Lan9118MmioRead32 (LAN9118_E2P_CMD) & E2P_EPC_BUSY); in IndirectEEPROMRead32()
301 return Lan9118MmioRead32 (LAN9118_E2P_DATA); in IndirectEEPROMRead32()
317 EepromCmd = Lan9118MmioRead32 (LAN9118_E2P_CMD); in IndirectEEPROMWrite32()
336 while (Lan9118MmioRead32 (LAN9118_E2P_CMD) & E2P_EPC_BUSY); in IndirectEEPROMWrite32()
339 if (Lan9118MmioRead32 (LAN9118_E2P_CMD) & E2P_EPC_TIMEOUT) { in IndirectEEPROMWrite32()
345 while (Lan9118MmioRead32 (LAN9118_E2P_CMD) & E2P_EPC_BUSY); in IndirectEEPROMWrite32()
408 if (((Lan9118MmioRead32 (LAN9118_PMT_CTRL) & MPTCTRL_PM_MODE_MASK) >> 12) != 0) { in Lan9118Initialize()
415 while ((Lan9118MmioRead32 (LAN9118_PMT_CTRL) & MPTCTRL_READY) == 0 && --Retries) { in Lan9118Initialize()
424 while ((Lan9118MmioRead32 (LAN9118_E2P_CMD) & E2P_EPC_BUSY) && --Retries){ in Lan9118Initialize()
433 if ((Lan9118MmioRead32 (LAN9118_E2P_CMD) & E2P_EPC_MAC_ADDRESS_LOADED) == 0) { in Lan9118Initialize()
482 HwConf = Lan9118MmioRead32 (LAN9118_HW_CFG); in SoftReset()
491 while (Lan9118MmioRead32 (LAN9118_E2P_CMD) & E2P_EPC_BUSY); in SoftReset()
497 while (Lan9118MmioRead32 (LAN9118_HW_CFG) & HWCFG_SRST) { in SoftReset()
510 while (Lan9118MmioRead32 (LAN9118_E2P_CMD) & E2P_EPC_BUSY); in SoftReset()
541 PmtCtrl = Lan9118MmioRead32 (LAN9118_PMT_CTRL); in PhySoftReset()
546 while (Lan9118MmioRead32 (LAN9118_PMT_CTRL) & MPTCTRL_PHY_RST) { in PhySoftReset()
581 GpioConf = Lan9118MmioRead32 (LAN9118_GPIO_CFG); in ConfigureHardware()
715 TxCfg = Lan9118MmioRead32 (LAN9118_TX_CFG); in StopTx()
731 TxCfg = Lan9118MmioRead32 (LAN9118_TX_CFG); in StopTx()
738 while (Lan9118MmioRead32 (LAN9118_TX_CFG) & TXCFG_STOP_TX); in StopTx()
767 RxCfg = Lan9118MmioRead32 (LAN9118_RX_CFG); in StopRx()
771 while (Lan9118MmioRead32 (LAN9118_RX_CFG) & RXCFG_RX_DUMP); in StopRx()
792 TxCfg = Lan9118MmioRead32 (LAN9118_TX_CFG); in StartTx()
808 TxCfg = Lan9118MmioRead32 (LAN9118_TX_CFG); in StartTx()
838 RxCfg = Lan9118MmioRead32 (LAN9118_RX_CFG); in StartRx()
842 while (Lan9118MmioRead32 (LAN9118_RX_CFG) & RXCFG_RX_DUMP); in StartRx()
863 TxInf = Lan9118MmioRead32 (LAN9118_TX_FIFO_INF); in TxDataFreeSpace()
880 TxInf = Lan9118MmioRead32 (LAN9118_TX_FIFO_INF); in TxStatusUsedSpace()
897 RxInf = Lan9118MmioRead32 (LAN9118_RX_FIFO_INF); in RxDataUsedSpace()
914 RxInf = Lan9118MmioRead32 (LAN9118_RX_FIFO_INF); in RxStatusUsedSpace()
952 HwConf = Lan9118MmioRead32 (LAN9118_HW_CFG); in ChangeFifoAllocation()