Searched refs:hp100_outw (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/hp/ |
D | hp100.c | 408 hp100_outw(0x4200, TRACE); in hp100_probe() 466 hp100_outw(0x4201, TRACE); in hp100_probe1() 537 hp100_outw(0xfefe, OPTION_LSW); in hp100_probe1() 538 hp100_outw(local_mode | HP100_SET_LB | HP100_SET_HB, OPTION_LSW); in hp100_probe1() 551 hp100_outw(HP100_MEM_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1() 552 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1() 553 hp100_outw(HP100_BM_WRITE | HP100_BM_READ | HP100_RESET_HB, OPTION_LSW); in hp100_probe1() 556 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1() 557 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1() 558 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
|