Lines Matching refs:hp100_outw

404 	hp100_outw(0x4200, TRACE);  in hp100_probe()
460 hp100_outw(0x4201, TRACE); in hp100_probe1()
531 hp100_outw(0xfefe, OPTION_LSW); in hp100_probe1()
532 hp100_outw(local_mode | HP100_SET_LB | HP100_SET_HB, OPTION_LSW); in hp100_probe1()
545 hp100_outw(HP100_MEM_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
546 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
547 hp100_outw(HP100_BM_WRITE | HP100_BM_READ | HP100_RESET_HB, OPTION_LSW); in hp100_probe1()
550 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
551 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
552 hp100_outw(HP100_BM_WRITE | HP100_BM_READ | HP100_RESET_HB, OPTION_LSW); in hp100_probe1()
556 hp100_outw(HP100_BM_WRITE | HP100_BM_READ | HP100_SET_HB, OPTION_LSW); in hp100_probe1()
557 hp100_outw(HP100_IO_EN | HP100_MEM_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
585 hp100_outw(HP100_MEM_EN | HP100_IO_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
594 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
815 hp100_outw(0x4202, TRACE); in hp100_hwinit()
823 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */ in hp100_hwinit()
824 hp100_outw(0xffff, IRQ_STATUS); /* clear all pending ints */ in hp100_hwinit()
826 hp100_outw(HP100_INT_EN | HP100_RESET_LB, OPTION_LSW); in hp100_hwinit()
827 hp100_outw(HP100_TRI_INT | HP100_SET_HB, OPTION_LSW); in hp100_hwinit()
833 hp100_outw(HP100_INT_EN | HP100_RESET_LB, OPTION_LSW); in hp100_hwinit()
848 hp100_outw(HP100_DEBUG_EN | in hp100_hwinit()
858 hp100_outw(HP100_TRI_INT | in hp100_hwinit()
910 hp100_outw(0x4203, TRACE); in hp100_mmuinit()
923 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */ in hp100_mmuinit()
924 hp100_outw(0xffff, IRQ_STATUS); /* ack IRQ */ in hp100_mmuinit()
933 hp100_outw(HP100_DEBUG_EN | in hp100_mmuinit()
940 hp100_outw(HP100_TRI_INT | HP100_SET_HB, OPTION_LSW); in hp100_mmuinit()
943 hp100_outw(HP100_BM_WRITE | in hp100_mmuinit()
947 hp100_outw(HP100_BM_WRITE | in hp100_mmuinit()
949 hp100_outw(HP100_MMAP_DIS | HP100_RESET_HB, OPTION_LSW); in hp100_mmuinit()
950 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_mmuinit()
951 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_mmuinit()
953 hp100_outw(HP100_MMAP_DIS | HP100_SET_HB | in hp100_mmuinit()
959 hp100_outw(0, EARLYTXCFG); in hp100_mmuinit()
973 hp100_outw(HP100_BM_READ | HP100_BM_WRITE | HP100_SET_HB, OPTION_LSW); in hp100_mmuinit()
1007 hp100_outw((pdl_stop >> 4) - 1, PDL_MEM_STOP); in hp100_mmuinit()
1017 hp100_outw(xmit_stop >> 4, TX_MEM_STOP); in hp100_mmuinit()
1018 hp100_outw(recv_stop >> 4, RX_MEM_STOP); in hp100_mmuinit()
1025 hp100_outw((((lp->memory_size * lp->rx_ratio) / 100) >> 4), RX_MEM_STOP); in hp100_mmuinit()
1026 hp100_outw(((lp->memory_size - 1) >> 4), TX_MEM_STOP); in hp100_mmuinit()
1074 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */ in hp100_mmuinit()
1075 hp100_outw(0xffff, IRQ_STATUS); /* ack IRQ */ in hp100_mmuinit()
1090 hp100_outw(0x4204, TRACE); in hp100_open()
1127 hp100_outw(0x4205, TRACE); in hp100_close()
1132 hp100_outw(0xfefe, IRQ_MASK); /* mask off all IRQs */ in hp100_close()
1167 hp100_outw(0x4206, TRACE); in hp100_init_pdls()
1266 hp100_outw(0x4207, TRACE); in hp100_build_rx_pdl()
1345 hp100_outw(0x4208, TRACE); in hp100_rxfill()
1386 hp100_outw(0x4209, TRACE); in hp100_BM_shutdown()
1391 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */ in hp100_BM_shutdown()
1392 hp100_outw(0xffff, IRQ_STATUS); /* Ack all ints */ in hp100_BM_shutdown()
1395 hp100_outw(HP100_INT_EN | HP100_RESET_LB, OPTION_LSW); in hp100_BM_shutdown()
1494 hp100_outw(0x4210, TRACE); in hp100_start_xmit_bm()
1607 hp100_outw(0x4211, TRACE); in hp100_clean_txring()
1645 hp100_outw(0x4212, TRACE); in hp100_start_xmit()
1713 hp100_outw(HP100_TX_COMPLETE, IRQ_STATUS); in hp100_start_xmit()
1722 hp100_outw(i, DATA32); /* tell card the total packet length */ in hp100_start_xmit()
1723 hp100_outw(i, FRAGMENT_LEN); /* and first/only fragment length */ in hp100_start_xmit()
1778 hp100_outw(0x4213, TRACE); in hp100_rx()
1879 hp100_outw(0x4214, TRACE); in hp100_rx_bm()
1984 hp100_outw(0x4215, TRACE); in hp100_get_stats()
2001 hp100_outw(0x4216, TRACE); in hp100_update_stats()
2027 hp100_outw(0x4216, TRACE); in hp100_misc_interrupt()
2041 hp100_outw(0x4217, TRACE); in hp100_clear_stats()
2070 hp100_outw(0x4218, TRACE); in hp100_set_multicast_list()
2209 hp100_outw(0x4219, TRACE); in hp100_interrupt()
2264 hp100_outw(val, IRQ_STATUS); in hp100_interrupt()
2329 hp100_outw(0x4220, TRACE); in hp100_start_interface()
2338 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */ in hp100_start_interface()
2339 hp100_outw(0xffff, IRQ_STATUS); /* ack all IRQs */ in hp100_start_interface()
2340 hp100_outw(HP100_FAKE_INT | HP100_INT_EN | HP100_RESET_LB, in hp100_start_interface()
2343 hp100_outw(HP100_TRI_INT | HP100_RESET_HB, OPTION_LSW); in hp100_start_interface()
2352 hp100_outw(HP100_MMAP_DIS | HP100_RESET_HB, OPTION_LSW); in hp100_start_interface()
2356 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */ in hp100_start_interface()
2357 hp100_outw(0xffff, IRQ_STATUS); /* ack IRQ */ in hp100_start_interface()
2361 hp100_outw(HP100_RX_PDL_FILL_COMPL | in hp100_start_interface()
2370 hp100_outw(HP100_RX_PACKET | in hp100_start_interface()
2391 hp100_outw(0x4221, TRACE); in hp100_stop_interface()
2398 hp100_outw(HP100_INT_EN | HP100_RESET_LB | in hp100_stop_interface()
2425 hp100_outw(0x4222, TRACE); in hp100_load_eeprom()
2449 hp100_outw(0x4223, TRACE); in hp100_sense_lan()
2498 hp100_outw(0x4224, TRACE); in hp100_down_vg_link()
2604 hp100_outw(0x4225, TRACE); in hp100_login_to_vg_hub()
2746 hp100_outw(HP100_MISC_ERROR, IRQ_STATUS); in hp100_login_to_vg_hub()
2766 hp100_outw(0x4226, TRACE); in hp100_cascade_reset()
2771 hp100_outw(HP100_HW_RST | HP100_RESET_LB, OPTION_LSW); in hp100_cascade_reset()
2785 hp100_outw(HP100_HW_RST | HP100_SET_LB, OPTION_LSW); in hp100_cascade_reset()