Home
last modified time | relevance | path

Searched refs:hp100_outw (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/
Dhp100.c408 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 …]
Dhp100.h593 #define hp100_outw( data, reg ) \ macro