Home
last modified time | relevance | path

Searched refs:PORT_CONFIG (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c47 #define PORT_CONFIG 0x0400 macro
567 val = rdl(pep, PORT_CONFIG); in pxa168_eth_set_rx_mode()
572 wrl(pep, PORT_CONFIG, val); in pxa168_eth_set_rx_mode()
654 val = rdl(pep, PORT_CONFIG); in eth_port_start()
656 wrl(pep, PORT_CONFIG, val); in eth_port_start()
685 val = rdl(pep, PORT_CONFIG); in eth_port_reset()
687 wrl(pep, PORT_CONFIG, val); in eth_port_reset()
933 u32 cfg, cfg_o = rdl(pep, PORT_CONFIG); in pxa168_eth_adjust_link()
952 wrl(pep, PORT_CONFIG, cfg); in pxa168_eth_adjust_link()
1014 wrl(pep, PORT_CONFIG, PCR_H in pxa168_init_hw()
[all...]
H A Dmv643xx_eth.c74 #define PORT_CONFIG 0x0000 macro
1680 wrlp(mp, PORT_CONFIG, rx_csum ? 0x02000000 : 0x00000000); in mv643xx_eth_set_features()
1804 port_config = rdlp(mp, PORT_CONFIG) & ~UNICAST_PROMISCUOUS_MODE; in mv643xx_eth_program_unicast_filter()
1830 wrlp(mp, PORT_CONFIG, port_config); in mv643xx_eth_program_unicast_filter()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c47 #define PORT_CONFIG 0x0400 macro
567 val = rdl(pep, PORT_CONFIG); in pxa168_eth_set_rx_mode()
572 wrl(pep, PORT_CONFIG, val); in pxa168_eth_set_rx_mode()
654 val = rdl(pep, PORT_CONFIG); in eth_port_start()
656 wrl(pep, PORT_CONFIG, val); in eth_port_start()
685 val = rdl(pep, PORT_CONFIG); in eth_port_reset()
687 wrl(pep, PORT_CONFIG, val); in eth_port_reset()
933 u32 cfg, cfg_o = rdl(pep, PORT_CONFIG); in pxa168_eth_adjust_link()
952 wrl(pep, PORT_CONFIG, cfg); in pxa168_eth_adjust_link()
1013 wrl(pep, PORT_CONFIG, PCR_H in pxa168_init_hw()
[all...]
H A Dmv643xx_eth.c74 #define PORT_CONFIG 0x0000 macro
1691 wrlp(mp, PORT_CONFIG, rx_csum ? 0x02000000 : 0x00000000); in mv643xx_eth_set_features()
1815 port_config = rdlp(mp, PORT_CONFIG) & ~UNICAST_PROMISCUOUS_MODE; in mv643xx_eth_program_unicast_filter()
1841 wrlp(mp, PORT_CONFIG, port_config); in mv643xx_eth_program_unicast_filter()

Completed in 12 milliseconds