Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/realtek/rtase/
H A Drtase_main.c853 val = rtase_r8(tp, RTASE_CHIP_CMD); in rtase_nic_reset()
854 rtase_w8(tp, RTASE_CHIP_CMD, val | RTASE_STOP_REQ); in rtase_nic_reset()
858 RTASE_CHIP_CMD); in rtase_nic_reset()
866 val = rtase_r8(tp, RTASE_CHIP_CMD); in rtase_nic_reset()
867 rtase_w8(tp, RTASE_CHIP_CMD, val & ~(RTASE_TE | RTASE_RE)); in rtase_nic_reset()
868 val = rtase_r8(tp, RTASE_CHIP_CMD); in rtase_nic_reset()
869 rtase_w8(tp, RTASE_CHIP_CMD, val & ~RTASE_STOP_REQ); in rtase_nic_reset()
1003 val = rtase_r8(tp, RTASE_CHIP_CMD); in rtase_nic_enable()
1004 rtase_w8(tp, RTASE_CHIP_CMD, val | RTASE_TE | RTASE_RE); in rtase_nic_enable()
1802 rtase_r8(tp, RTASE_CHIP_CMD)); in rtase_dump_state()
H A Drtase.h85 RTASE_CHIP_CMD = 0x0037, enumerator