Searched refs:PORT_CONFIG (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/marvell/ |
D | pxa168_eth.c | 59 #define PORT_CONFIG 0x0400 macro 578 val = rdl(pep, PORT_CONFIG); in pxa168_eth_set_rx_mode() 583 wrl(pep, PORT_CONFIG, val); in pxa168_eth_set_rx_mode() 665 val = rdl(pep, PORT_CONFIG); in eth_port_start() 667 wrl(pep, PORT_CONFIG, val); in eth_port_start() 696 val = rdl(pep, PORT_CONFIG); in eth_port_reset() 698 wrl(pep, PORT_CONFIG, val); in eth_port_reset() 944 u32 cfg, cfg_o = rdl(pep, PORT_CONFIG); in pxa168_eth_adjust_link() 963 wrl(pep, PORT_CONFIG, cfg); in pxa168_eth_adjust_link() 1025 wrl(pep, PORT_CONFIG, PCR_HS); /* Hash size is 1/2kb */ in pxa168_init_hw()
|
D | mv643xx_eth.c | 86 #define PORT_CONFIG 0x0000 macro 1705 wrlp(mp, PORT_CONFIG, rx_csum ? 0x02000000 : 0x00000000); in mv643xx_eth_set_features() 1828 port_config = rdlp(mp, PORT_CONFIG) & ~UNICAST_PROMISCUOUS_MODE; in mv643xx_eth_program_unicast_filter() 1854 wrlp(mp, PORT_CONFIG, port_config); in mv643xx_eth_program_unicast_filter()
|