Home
last modified time | relevance | path

Searched refs:SERIAL_PORT_ENABLE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c97 #define SERIAL_PORT_ENABLE 0x00000001 macro
2331 pscr |= SERIAL_PORT_ENABLE; in port_start()
2500 data &= ~(SERIAL_PORT_ENABLE | in port_reset()
3035 if (pscr & SERIAL_PORT_ENABLE) { in init_pscr()
3036 pscr &= ~SERIAL_PORT_ENABLE; in init_pscr()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c97 #define SERIAL_PORT_ENABLE 0x00000001 macro
2342 pscr |= SERIAL_PORT_ENABLE; in port_start()
2511 data &= ~(SERIAL_PORT_ENABLE | in port_reset()
3053 if (pscr & SERIAL_PORT_ENABLE) { in init_pscr()
3054 pscr &= ~SERIAL_PORT_ENABLE; in init_pscr()

Completed in 9 milliseconds