Searched refs:PLA_TCR0 (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/usb/ |
D | r8152.c | 91 #define PLA_TCR0 0xe610 macro 3347 if (ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0) & TCR0_TX_EMPTY) in rtl_disable() 5605 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0); in r8152b_exit_oob() 5607 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TCR0, ocp_data); in r8152b_exit_oob() 6054 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0); in r8153_first_init() 6056 ocp_write_word(tp, MCU_TYPE_PLA, PLA_TCR0, ocp_data); in r8153_first_init() 9693 PLA_TCR0, MCU_TYPE_PLA, tmp, sizeof(*tmp), in __rtl_get_hw_ver()
|