Home
last modified time | relevance | path

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

/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()