Lines Matching refs:ChipCmd
300 ChipCmd = 0x37, enumerator
742 RTL_W8 (ChipCmd, CmdReset); in rtl8139_chip_reset()
747 if ((RTL_R8 (ChipCmd) & CmdReset) == 0) in rtl8139_chip_reset()
1412 RTL_W8 (ChipCmd, CmdRxEnb | CmdTxEnb); in rtl8139_hw_start()
1444 tmp = RTL_R8 (ChipCmd); in rtl8139_hw_start()
1446 RTL_W8 (ChipCmd, CmdRxEnb | CmdTxEnb); in rtl8139_hw_start()
1671 RTL_R8(ChipCmd), RTL_R16(IntrStatus), in rtl8139_tx_timeout_task()
1685 tmp8 = RTL_R8 (ChipCmd); in rtl8139_tx_timeout_task()
1687 RTL_W8 (ChipCmd, CmdRxEnb); in rtl8139_tx_timeout_task()
1864 tmp8 = RTL_R8 (ChipCmd); in rtl8139_rx_err()
1865 RTL_W8 (ChipCmd, tmp8 & ~CmdRxEnb); in rtl8139_rx_err()
1866 RTL_W8 (ChipCmd, tmp8); in rtl8139_rx_err()
1873 RTL_W8_F (ChipCmd, CmdTxEnb); in rtl8139_rx_err()
1877 tmp8 = RTL_R8 (ChipCmd); in rtl8139_rx_err()
1886 RTL_W8_F (ChipCmd, CmdRxEnb | CmdTxEnb); in rtl8139_rx_err()
1888 tmp8 = RTL_R8 (ChipCmd); in rtl8139_rx_err()
1898 RTL_W8 (ChipCmd, CmdRxEnb | CmdTxEnb); in rtl8139_rx_err()
1960 RTL_R16(RxBufAddr), RTL_R16(RxBufPtr), RTL_R8(ChipCmd)); in rtl8139_rx()
1963 (RTL_R8 (ChipCmd) & RxBufEmpty) == 0) { in rtl8139_rx()
2075 RTL_R16(RxBufAddr), RTL_R16(RxBufPtr), RTL_R8(ChipCmd)); in rtl8139_rx()
2276 RTL_W8 (ChipCmd, 0); in rtl8139_close()
2632 RTL_W8 (ChipCmd, 0); in rtl8139_suspend()