Home
last modified time | relevance | path

Searched refs:PORT_CONFIG (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/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_HS); /* Hash size is 1/2kb */ in pxa168_init_hw()
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()