Searched refs:PORT_CONFIG (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | pxa168_eth.c | 59 #define PORT_CONFIG 0x0400 macro 581 val = rdl(pep, PORT_CONFIG); in pxa168_eth_set_rx_mode() 586 wrl(pep, PORT_CONFIG, val); in pxa168_eth_set_rx_mode() 668 val = rdl(pep, PORT_CONFIG); in eth_port_start() 670 wrl(pep, PORT_CONFIG, val); in eth_port_start() 699 val = rdl(pep, PORT_CONFIG); in eth_port_reset() 701 wrl(pep, PORT_CONFIG, val); in eth_port_reset() 947 u32 cfg, cfg_o = rdl(pep, PORT_CONFIG); in pxa168_eth_adjust_link() 966 wrl(pep, PORT_CONFIG, cfg); in pxa168_eth_adjust_link() 1030 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 1670 wrlp(mp, PORT_CONFIG, rx_csum ? 0x02000000 : 0x00000000); in mv643xx_eth_set_features() 1793 port_config = rdlp(mp, PORT_CONFIG) & ~UNICAST_PROMISCUOUS_MODE; in mv643xx_eth_program_unicast_filter() 1819 wrlp(mp, PORT_CONFIG, port_config); in mv643xx_eth_program_unicast_filter()
|