Searched refs:hp100_outw (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/net/ |
D | hp100.c | 408 hp100_outw(0x4200, TRACE); in hp100_probe() 466 hp100_outw(0x4201, TRACE); in hp100_probe1() 534 hp100_outw(0xfefe, OPTION_LSW); in hp100_probe1() 535 hp100_outw(local_mode | HP100_SET_LB | HP100_SET_HB, OPTION_LSW); in hp100_probe1() 548 hp100_outw(HP100_MEM_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1() 549 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1() 550 hp100_outw(HP100_BM_WRITE | HP100_BM_READ | HP100_RESET_HB, OPTION_LSW); in hp100_probe1() 553 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1() 554 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1() 555 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
|