Searched refs:PORT_SERIAL_CONTROL (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 98 #define PORT_SERIAL_CONTROL 0x003c macro 1233 u32 pscr = rdlp(mp, PORT_SERIAL_CONTROL); in mv643xx_eth_adjust_link() 1267 wrlp(mp, PORT_SERIAL_CONTROL, pscr); in mv643xx_eth_adjust_link() 2347 pscr = rdlp(mp, PORT_SERIAL_CONTROL); in port_start() 2350 wrlp(mp, PORT_SERIAL_CONTROL, pscr); in port_start() 2355 wrlp(mp, PORT_SERIAL_CONTROL, pscr); in port_start() 2516 data = rdlp(mp, PORT_SERIAL_CONTROL); in port_reset() 2520 wrlp(mp, PORT_SERIAL_CONTROL, data); in port_reset() 3029 pscr = rdlp(mp, PORT_SERIAL_CONTROL); in init_pscr() 3032 wrlp(mp, PORT_SERIAL_CONTROL, pscr); in init_pscr() [all …]
|