Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H A Dlance.c206 #define LANCE_RESET 0x14 macro
504 reset_val = inw(ioaddr+LANCE_RESET); /* Reset the LANCE */ in lance_probe1()
509 outw(reset_val, ioaddr+LANCE_RESET); in lance_probe1()
599 short reset_val = inw(ioaddr+LANCE_RESET); in lance_probe1()
764 inw(ioaddr+LANCE_RESET); in lance_open()
776 outw(0, ioaddr+LANCE_RESET); in lance_open()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H A Dlance.c207 #define LANCE_RESET 0x14 macro
508 reset_val = inw(ioaddr+LANCE_RESET); /* Reset the LANCE */ in lance_probe1()
513 outw(reset_val, ioaddr+LANCE_RESET); in lance_probe1()
604 short reset_val = inw(ioaddr+LANCE_RESET); in lance_probe1()
769 inw(ioaddr+LANCE_RESET); in lance_open()
781 outw(0, ioaddr+LANCE_RESET); in lance_open()

Completed in 4 milliseconds