Searched refs:TSU_TEN (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/renesas/ |
H A D | sh_eth.c | 133 [TSU_TEN] = 0x0064, 323 [TSU_TEN] = 0x0064, 2202 add_tsu_reg(TSU_TEN); in __sh_eth_get_regs() 2760 sh_eth_tsu_write(mdp, sh_eth_tsu_read(mdp, TSU_TEN) & in sh_eth_tsu_disable_cam_entry_table() 2761 ~(1 << (31 - entry)), TSU_TEN); in sh_eth_tsu_disable_cam_entry_table() 2790 sh_eth_tsu_write(mdp, sh_eth_tsu_read(mdp, TSU_TEN) | in sh_eth_tsu_add_entry() 2791 (1 << (31 - i)), TSU_TEN); in sh_eth_tsu_add_entry() 3006 sh_eth_tsu_write(mdp, 0, TSU_TEN); /* Disable all CAM entry */ in sh_eth_tsu_init() 3026 sh_eth_tsu_write(mdp, 0, TSU_TEN); /* Disable all CAM entry */ in sh_eth_tsu_init()
|
H A D | sh_eth.h | 121 TSU_TEN, enumerator 413 /* TSU_TEN */
|
/kernel/linux/linux-6.6/drivers/net/ethernet/renesas/ |
H A D | sh_eth.c | 131 [TSU_TEN] = 0x0064, 321 [TSU_TEN] = 0x0064, 2196 add_tsu_reg(TSU_TEN); in __sh_eth_get_regs() 2758 sh_eth_tsu_write(mdp, sh_eth_tsu_read(mdp, TSU_TEN) & in sh_eth_tsu_disable_cam_entry_table() 2759 ~(1 << (31 - entry)), TSU_TEN); in sh_eth_tsu_disable_cam_entry_table() 2788 sh_eth_tsu_write(mdp, sh_eth_tsu_read(mdp, TSU_TEN) | in sh_eth_tsu_add_entry() 2789 (1 << (31 - i)), TSU_TEN); in sh_eth_tsu_add_entry() 3004 sh_eth_tsu_write(mdp, 0, TSU_TEN); /* Disable all CAM entry */ in sh_eth_tsu_init() 3024 sh_eth_tsu_write(mdp, 0, TSU_TEN); /* Disable all CAM entry */ in sh_eth_tsu_init()
|
H A D | sh_eth.h | 121 TSU_TEN, enumerator 383 /* TSU_TEN */
|
Completed in 10 milliseconds