Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/realtek/rtase/
H A Drtase_main.c843 val = rtase_r8(tp, RTASE_CHIP_CMD); in rtase_nic_reset()
844 rtase_w8(tp, RTASE_CHIP_CMD, val | RTASE_STOP_REQ); in rtase_nic_reset()
848 RTASE_CHIP_CMD); in rtase_nic_reset()
856 val = rtase_r8(tp, RTASE_CHIP_CMD); in rtase_nic_reset()
857 rtase_w8(tp, RTASE_CHIP_CMD, val & ~(RTASE_TE | RTASE_RE)); in rtase_nic_reset()
858 val = rtase_r8(tp, RTASE_CHIP_CMD); in rtase_nic_reset()
859 rtase_w8(tp, RTASE_CHIP_CMD, val & ~RTASE_STOP_REQ); in rtase_nic_reset()
990 val = rtase_r8(tp, RTASE_CHIP_CMD); in rtase_nic_enable()
991 rtase_w8(tp, RTASE_CHIP_CMD, val | RTASE_TE | RTASE_RE); in rtase_nic_enable()
1581 rtase_r8(tp, RTASE_CHIP_CMD)); in rtase_dump_state()