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()
1406 RTL_W8 (ChipCmd, CmdRxEnb | CmdTxEnb); in rtl8139_hw_start()
1438 tmp = RTL_R8 (ChipCmd); in rtl8139_hw_start()
1440 RTL_W8 (ChipCmd, CmdRxEnb | CmdTxEnb); in rtl8139_hw_start()
1669 RTL_R8(ChipCmd), RTL_R16(IntrStatus), in rtl8139_tx_timeout_task()
1683 tmp8 = RTL_R8 (ChipCmd); in rtl8139_tx_timeout_task()
1685 RTL_W8 (ChipCmd, CmdRxEnb); in rtl8139_tx_timeout_task()
1862 tmp8 = RTL_R8 (ChipCmd); in rtl8139_rx_err()
1863 RTL_W8 (ChipCmd, tmp8 & ~CmdRxEnb); in rtl8139_rx_err()
1864 RTL_W8 (ChipCmd, tmp8); in rtl8139_rx_err()
1871 RTL_W8_F (ChipCmd, CmdTxEnb); in rtl8139_rx_err()
1875 tmp8 = RTL_R8 (ChipCmd); in rtl8139_rx_err()
1884 RTL_W8_F (ChipCmd, CmdRxEnb | CmdTxEnb); in rtl8139_rx_err()
1886 tmp8 = RTL_R8 (ChipCmd); in rtl8139_rx_err()
1896 RTL_W8 (ChipCmd, CmdRxEnb | CmdTxEnb); in rtl8139_rx_err()
1958 RTL_R16(RxBufAddr), RTL_R16(RxBufPtr), RTL_R8(ChipCmd)); in rtl8139_rx()
1961 (RTL_R8 (ChipCmd) & RxBufEmpty) == 0) { in rtl8139_rx()
2073 RTL_R16(RxBufAddr), RTL_R16(RxBufPtr), RTL_R8(ChipCmd)); in rtl8139_rx()
2271 RTL_W8 (ChipCmd, 0); in rtl8139_close()
2623 RTL_W8 (ChipCmd, 0); in rtl8139_suspend()