Searched refs:hp100_outw (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/hp/ |
D | hp100.c | 404 hp100_outw(0x4200, TRACE); in hp100_probe() 460 hp100_outw(0x4201, TRACE); in hp100_probe1() 531 hp100_outw(0xfefe, OPTION_LSW); in hp100_probe1() 532 hp100_outw(local_mode | HP100_SET_LB | HP100_SET_HB, OPTION_LSW); in hp100_probe1() 545 hp100_outw(HP100_MEM_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1() 546 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1() 547 hp100_outw(HP100_BM_WRITE | HP100_BM_READ | HP100_RESET_HB, OPTION_LSW); in hp100_probe1() 550 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1() 551 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1() 552 hp100_outw(HP100_BM_WRITE | HP100_BM_READ | HP100_RESET_HB, OPTION_LSW); in hp100_probe1() [all …]
|
D | hp100.h | 593 #define hp100_outw( data, reg ) \ macro
|