Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hp/
Dhp100.c535 hp100_outw(HP100_BM_WRITE | HP100_BM_READ | HP100_RESET_HB, OPTION_LSW); in hp100_probe1()
540 hp100_outw(HP100_BM_WRITE | HP100_BM_READ | HP100_RESET_HB, OPTION_LSW); in hp100_probe1()
544 hp100_outw(HP100_BM_WRITE | HP100_BM_READ | HP100_SET_HB, OPTION_LSW); in hp100_probe1()
555 (~lsw & (HP100_BM_WRITE | HP100_BM_READ))) { in hp100_probe1()
561 (lsw & (HP100_BM_WRITE | HP100_BM_READ)) == (HP100_BM_WRITE | HP100_BM_READ)) { in hp100_probe1()
840 HP100_BM_READ | HP100_RESET_HB | in hp100_hwinit()
932 HP100_BM_READ | in hp100_mmuinit()
936 HP100_BM_READ | HP100_RESET_HB, OPTION_LSW); in hp100_mmuinit()
961 hp100_outw(HP100_BM_READ | HP100_BM_WRITE | HP100_SET_HB, OPTION_LSW); in hp100_mmuinit()
Dhp100.h173 #define HP100_BM_READ 0x0400 /* 0:Slave, 1:Bus Master for Rx data */ macro