Lines Matching refs:ChipCmd
301 ChipCmd = 0x37, enumerator
742 RTL_W8 (ChipCmd, CmdReset); in rtl8139_chip_reset()
747 if ((RTL_R8 (ChipCmd) & CmdReset) == 0) in rtl8139_chip_reset()
1405 RTL_W8 (ChipCmd, CmdRxEnb | CmdTxEnb); in rtl8139_hw_start()
1437 tmp = RTL_R8 (ChipCmd); in rtl8139_hw_start()
1439 RTL_W8 (ChipCmd, CmdRxEnb | CmdTxEnb); in rtl8139_hw_start()
1668 RTL_R8(ChipCmd), RTL_R16(IntrStatus), in rtl8139_tx_timeout_task()
1682 tmp8 = RTL_R8 (ChipCmd); in rtl8139_tx_timeout_task()
1684 RTL_W8 (ChipCmd, CmdRxEnb); in rtl8139_tx_timeout_task()
1861 tmp8 = RTL_R8 (ChipCmd); in rtl8139_rx_err()
1862 RTL_W8 (ChipCmd, tmp8 & ~CmdRxEnb); in rtl8139_rx_err()
1863 RTL_W8 (ChipCmd, tmp8); in rtl8139_rx_err()
1870 RTL_W8_F (ChipCmd, CmdTxEnb); in rtl8139_rx_err()
1874 tmp8 = RTL_R8 (ChipCmd); in rtl8139_rx_err()
1883 RTL_W8_F (ChipCmd, CmdRxEnb | CmdTxEnb); in rtl8139_rx_err()
1885 tmp8 = RTL_R8 (ChipCmd); in rtl8139_rx_err()
1895 RTL_W8 (ChipCmd, CmdRxEnb | CmdTxEnb); in rtl8139_rx_err()
1957 RTL_R16(RxBufAddr), RTL_R16(RxBufPtr), RTL_R8(ChipCmd)); in rtl8139_rx()
1960 (RTL_R8 (ChipCmd) & RxBufEmpty) == 0) { in rtl8139_rx()
2072 RTL_R16(RxBufAddr), RTL_R16(RxBufPtr), RTL_R8(ChipCmd)); in rtl8139_rx()
2270 RTL_W8 (ChipCmd, 0); in rtl8139_close()
2626 RTL_W8 (ChipCmd, 0); in rtl8139_suspend()