Searched refs:RTASE_CHIP_CMD (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/net/ethernet/realtek/rtase/ |
| H A D | rtase_main.c | 843 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()
|
| H A D | rtase.h | 85 RTASE_CHIP_CMD = 0x0037, enumerator
|