Searched refs:HP100_BM_READ (Results 1 – 2 of 2) sorted by relevance
616 hp100_outw(HP100_BM_WRITE | HP100_BM_READ | HP100_RESET_HB, OPTION_LSW); in hp100_probe1()621 hp100_outw(HP100_BM_WRITE | HP100_BM_READ | HP100_RESET_HB, OPTION_LSW); in hp100_probe1()625 hp100_outw(HP100_BM_WRITE | HP100_BM_READ | HP100_SET_HB, OPTION_LSW); in hp100_probe1()636 (~lsw & (HP100_BM_WRITE | HP100_BM_READ))) { in hp100_probe1()642 (lsw & (HP100_BM_WRITE | HP100_BM_READ)) == (HP100_BM_WRITE | HP100_BM_READ)) { in hp100_probe1()913 HP100_BM_READ | HP100_RESET_HB | in hp100_hwinit()1004 HP100_BM_READ | in hp100_mmuinit()1008 HP100_BM_READ | HP100_RESET_HB, OPTION_LSW); in hp100_mmuinit()1033 hp100_outw(HP100_BM_READ | HP100_BM_WRITE | HP100_SET_HB, OPTION_LSW); in hp100_mmuinit()
177 #define HP100_BM_READ 0x0400 /* 0:Slave, 1:Bus Master for Rx data */ macro