Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dhp100.c387 hp100_outw(0x4200, TRACE); in hp100_probe()
504 hp100_outw(0x4201, TRACE); in hp100_probe1()
600 hp100_outw(0xfefe, OPTION_LSW); in hp100_probe1()
601 hp100_outw(local_mode | HP100_SET_LB | HP100_SET_HB, OPTION_LSW); in hp100_probe1()
614 hp100_outw(HP100_MEM_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
615 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
616 hp100_outw(HP100_BM_WRITE | HP100_BM_READ | HP100_RESET_HB, OPTION_LSW); in hp100_probe1()
619 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
620 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
621 hp100_outw(HP100_BM_WRITE | HP100_BM_READ | HP100_RESET_HB, OPTION_LSW); in hp100_probe1()
[all …]
Dhp100.h596 #define hp100_outw( data, reg ) \ macro