Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/hp/
Dhp100.c553 hp100_outw(HP100_BM_WRITE | HP100_BM_READ | HP100_RESET_HB, OPTION_LSW); in hp100_probe1()
558 hp100_outw(HP100_BM_WRITE | HP100_BM_READ | HP100_RESET_HB, OPTION_LSW); in hp100_probe1()
562 hp100_outw(HP100_BM_WRITE | HP100_BM_READ | HP100_SET_HB, OPTION_LSW); in hp100_probe1()
573 (~lsw & (HP100_BM_WRITE | HP100_BM_READ))) { in hp100_probe1()
579 (lsw & (HP100_BM_WRITE | HP100_BM_READ)) == (HP100_BM_WRITE | HP100_BM_READ)) { in hp100_probe1()
857 HP100_BM_WRITE | in hp100_hwinit()
949 hp100_outw(HP100_BM_WRITE | in hp100_mmuinit()
953 hp100_outw(HP100_BM_WRITE | in hp100_mmuinit()
979 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