Lines Matching refs:hp100_outw

392 	hp100_outw(0x4200, TRACE);  in hp100_probe()
448 hp100_outw(0x4201, TRACE); in hp100_probe1()
519 hp100_outw(0xfefe, OPTION_LSW); in hp100_probe1()
520 hp100_outw(local_mode | HP100_SET_LB | HP100_SET_HB, OPTION_LSW); in hp100_probe1()
533 hp100_outw(HP100_MEM_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
534 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
535 hp100_outw(HP100_BM_WRITE | HP100_BM_READ | HP100_RESET_HB, OPTION_LSW); in hp100_probe1()
538 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
539 hp100_outw(HP100_IO_EN | HP100_SET_LB, 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()
545 hp100_outw(HP100_IO_EN | HP100_MEM_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
573 hp100_outw(HP100_MEM_EN | HP100_IO_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
582 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
803 hp100_outw(0x4202, TRACE); in hp100_hwinit()
811 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */ in hp100_hwinit()
812 hp100_outw(0xffff, IRQ_STATUS); /* clear all pending ints */ in hp100_hwinit()
814 hp100_outw(HP100_INT_EN | HP100_RESET_LB, OPTION_LSW); in hp100_hwinit()
815 hp100_outw(HP100_TRI_INT | HP100_SET_HB, OPTION_LSW); in hp100_hwinit()
821 hp100_outw(HP100_INT_EN | HP100_RESET_LB, OPTION_LSW); in hp100_hwinit()
836 hp100_outw(HP100_DEBUG_EN | in hp100_hwinit()
846 hp100_outw(HP100_TRI_INT | in hp100_hwinit()
898 hp100_outw(0x4203, TRACE); in hp100_mmuinit()
911 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */ in hp100_mmuinit()
912 hp100_outw(0xffff, IRQ_STATUS); /* ack IRQ */ in hp100_mmuinit()
921 hp100_outw(HP100_DEBUG_EN | in hp100_mmuinit()
928 hp100_outw(HP100_TRI_INT | HP100_SET_HB, OPTION_LSW); in hp100_mmuinit()
931 hp100_outw(HP100_BM_WRITE | in hp100_mmuinit()
935 hp100_outw(HP100_BM_WRITE | in hp100_mmuinit()
937 hp100_outw(HP100_MMAP_DIS | HP100_RESET_HB, OPTION_LSW); in hp100_mmuinit()
938 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_mmuinit()
939 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_mmuinit()
941 hp100_outw(HP100_MMAP_DIS | HP100_SET_HB | in hp100_mmuinit()
947 hp100_outw(0, EARLYTXCFG); in hp100_mmuinit()
961 hp100_outw(HP100_BM_READ | HP100_BM_WRITE | HP100_SET_HB, OPTION_LSW); in hp100_mmuinit()
995 hp100_outw((pdl_stop >> 4) - 1, PDL_MEM_STOP); in hp100_mmuinit()
1005 hp100_outw(xmit_stop >> 4, TX_MEM_STOP); in hp100_mmuinit()
1006 hp100_outw(recv_stop >> 4, RX_MEM_STOP); in hp100_mmuinit()
1013 hp100_outw((((lp->memory_size * lp->rx_ratio) / 100) >> 4), RX_MEM_STOP); in hp100_mmuinit()
1014 hp100_outw(((lp->memory_size - 1) >> 4), TX_MEM_STOP); in hp100_mmuinit()
1062 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */ in hp100_mmuinit()
1063 hp100_outw(0xffff, IRQ_STATUS); /* ack IRQ */ in hp100_mmuinit()
1078 hp100_outw(0x4204, TRACE); in hp100_open()
1115 hp100_outw(0x4205, TRACE); in hp100_close()
1120 hp100_outw(0xfefe, IRQ_MASK); /* mask off all IRQs */ in hp100_close()
1155 hp100_outw(0x4206, TRACE); in hp100_init_pdls()
1254 hp100_outw(0x4207, TRACE); in hp100_build_rx_pdl()
1333 hp100_outw(0x4208, TRACE); in hp100_rxfill()
1374 hp100_outw(0x4209, TRACE); in hp100_BM_shutdown()
1379 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */ in hp100_BM_shutdown()
1380 hp100_outw(0xffff, IRQ_STATUS); /* Ack all ints */ in hp100_BM_shutdown()
1383 hp100_outw(HP100_INT_EN | HP100_RESET_LB, OPTION_LSW); in hp100_BM_shutdown()
1482 hp100_outw(0x4210, TRACE); in hp100_start_xmit_bm()
1595 hp100_outw(0x4211, TRACE); in hp100_clean_txring()
1633 hp100_outw(0x4212, TRACE); in hp100_start_xmit()
1701 hp100_outw(HP100_TX_COMPLETE, IRQ_STATUS); in hp100_start_xmit()
1710 hp100_outw(i, DATA32); /* tell card the total packet length */ in hp100_start_xmit()
1711 hp100_outw(i, FRAGMENT_LEN); /* and first/only fragment length */ in hp100_start_xmit()
1766 hp100_outw(0x4213, TRACE); in hp100_rx()
1867 hp100_outw(0x4214, TRACE); in hp100_rx_bm()
1972 hp100_outw(0x4215, TRACE); in hp100_get_stats()
1989 hp100_outw(0x4216, TRACE); in hp100_update_stats()
2015 hp100_outw(0x4216, TRACE); in hp100_misc_interrupt()
2029 hp100_outw(0x4217, TRACE); in hp100_clear_stats()
2058 hp100_outw(0x4218, TRACE); in hp100_set_multicast_list()
2197 hp100_outw(0x4219, TRACE); in hp100_interrupt()
2252 hp100_outw(val, IRQ_STATUS); in hp100_interrupt()
2317 hp100_outw(0x4220, TRACE); in hp100_start_interface()
2326 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */ in hp100_start_interface()
2327 hp100_outw(0xffff, IRQ_STATUS); /* ack all IRQs */ in hp100_start_interface()
2328 hp100_outw(HP100_FAKE_INT | HP100_INT_EN | HP100_RESET_LB, in hp100_start_interface()
2331 hp100_outw(HP100_TRI_INT | HP100_RESET_HB, OPTION_LSW); in hp100_start_interface()
2340 hp100_outw(HP100_MMAP_DIS | HP100_RESET_HB, OPTION_LSW); in hp100_start_interface()
2344 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */ in hp100_start_interface()
2345 hp100_outw(0xffff, IRQ_STATUS); /* ack IRQ */ in hp100_start_interface()
2349 hp100_outw(HP100_RX_PDL_FILL_COMPL | in hp100_start_interface()
2358 hp100_outw(HP100_RX_PACKET | in hp100_start_interface()
2379 hp100_outw(0x4221, TRACE); in hp100_stop_interface()
2386 hp100_outw(HP100_INT_EN | HP100_RESET_LB | in hp100_stop_interface()
2413 hp100_outw(0x4222, TRACE); in hp100_load_eeprom()
2437 hp100_outw(0x4223, TRACE); in hp100_sense_lan()
2486 hp100_outw(0x4224, TRACE); in hp100_down_vg_link()
2592 hp100_outw(0x4225, TRACE); in hp100_login_to_vg_hub()
2734 hp100_outw(HP100_MISC_ERROR, IRQ_STATUS); in hp100_login_to_vg_hub()
2754 hp100_outw(0x4226, TRACE); in hp100_cascade_reset()
2759 hp100_outw(HP100_HW_RST | HP100_RESET_LB, OPTION_LSW); in hp100_cascade_reset()
2773 hp100_outw(HP100_HW_RST | HP100_SET_LB, OPTION_LSW); in hp100_cascade_reset()