Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dhp100.c550 hp100_outw(HP100_BM_WRITE | HP100_BM_READ | HP100_RESET_HB, OPTION_LSW); in hp100_probe1()
555 hp100_outw(HP100_BM_WRITE | HP100_BM_READ | HP100_RESET_HB, OPTION_LSW); in hp100_probe1()
559 hp100_outw(HP100_BM_WRITE | HP100_BM_READ | HP100_SET_HB, OPTION_LSW); in hp100_probe1()
570 (~lsw & (HP100_BM_WRITE | HP100_BM_READ))) { in hp100_probe1()
576 (lsw & (HP100_BM_WRITE | HP100_BM_READ)) == (HP100_BM_WRITE | HP100_BM_READ)) { in hp100_probe1()
854 HP100_BM_WRITE | in hp100_hwinit()
946 hp100_outw(HP100_BM_WRITE | in hp100_mmuinit()
950 hp100_outw(HP100_BM_WRITE | in hp100_mmuinit()
976 hp100_outw(HP100_BM_READ | HP100_BM_WRITE | HP100_SET_HB, OPTION_LSW); in hp100_mmuinit()
Dhp100.h176 #define HP100_BM_WRITE 0x0800 /* 0:Slave, 1:Bus Master for Tx data */ macro