Lines Matching refs:hp100_outw
408 hp100_outw(0x4200, TRACE); in hp100_probe()
466 hp100_outw(0x4201, TRACE); in hp100_probe1()
537 hp100_outw(0xfefe, OPTION_LSW); in hp100_probe1()
538 hp100_outw(local_mode | HP100_SET_LB | HP100_SET_HB, OPTION_LSW); in hp100_probe1()
551 hp100_outw(HP100_MEM_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
552 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
553 hp100_outw(HP100_BM_WRITE | HP100_BM_READ | HP100_RESET_HB, OPTION_LSW); in hp100_probe1()
556 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
557 hp100_outw(HP100_IO_EN | HP100_SET_LB, 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()
563 hp100_outw(HP100_IO_EN | HP100_MEM_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
591 hp100_outw(HP100_MEM_EN | HP100_IO_EN | HP100_RESET_LB, OPTION_LSW); in hp100_probe1()
600 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_probe1()
821 hp100_outw(0x4202, TRACE); in hp100_hwinit()
829 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */ in hp100_hwinit()
830 hp100_outw(0xffff, IRQ_STATUS); /* clear all pending ints */ in hp100_hwinit()
832 hp100_outw(HP100_INT_EN | HP100_RESET_LB, OPTION_LSW); in hp100_hwinit()
833 hp100_outw(HP100_TRI_INT | HP100_SET_HB, OPTION_LSW); in hp100_hwinit()
839 hp100_outw(HP100_INT_EN | HP100_RESET_LB, OPTION_LSW); in hp100_hwinit()
854 hp100_outw(HP100_DEBUG_EN | in hp100_hwinit()
864 hp100_outw(HP100_TRI_INT | in hp100_hwinit()
916 hp100_outw(0x4203, TRACE); in hp100_mmuinit()
929 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */ in hp100_mmuinit()
930 hp100_outw(0xffff, IRQ_STATUS); /* ack IRQ */ in hp100_mmuinit()
939 hp100_outw(HP100_DEBUG_EN | in hp100_mmuinit()
946 hp100_outw(HP100_TRI_INT | HP100_SET_HB, OPTION_LSW); in hp100_mmuinit()
949 hp100_outw(HP100_BM_WRITE | in hp100_mmuinit()
953 hp100_outw(HP100_BM_WRITE | in hp100_mmuinit()
955 hp100_outw(HP100_MMAP_DIS | HP100_RESET_HB, OPTION_LSW); in hp100_mmuinit()
956 hp100_outw(HP100_MEM_EN | HP100_SET_LB, OPTION_LSW); in hp100_mmuinit()
957 hp100_outw(HP100_IO_EN | HP100_SET_LB, OPTION_LSW); in hp100_mmuinit()
959 hp100_outw(HP100_MMAP_DIS | HP100_SET_HB | in hp100_mmuinit()
965 hp100_outw(0, EARLYTXCFG); in hp100_mmuinit()
979 hp100_outw(HP100_BM_READ | HP100_BM_WRITE | HP100_SET_HB, OPTION_LSW); in hp100_mmuinit()
1013 hp100_outw((pdl_stop >> 4) - 1, PDL_MEM_STOP); in hp100_mmuinit()
1023 hp100_outw(xmit_stop >> 4, TX_MEM_STOP); in hp100_mmuinit()
1024 hp100_outw(recv_stop >> 4, RX_MEM_STOP); in hp100_mmuinit()
1031 hp100_outw((((lp->memory_size * lp->rx_ratio) / 100) >> 4), RX_MEM_STOP); in hp100_mmuinit()
1032 hp100_outw(((lp->memory_size - 1) >> 4), TX_MEM_STOP); in hp100_mmuinit()
1080 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */ in hp100_mmuinit()
1081 hp100_outw(0xffff, IRQ_STATUS); /* ack IRQ */ in hp100_mmuinit()
1096 hp100_outw(0x4204, TRACE); in hp100_open()
1133 hp100_outw(0x4205, TRACE); in hp100_close()
1138 hp100_outw(0xfefe, IRQ_MASK); /* mask off all IRQs */ in hp100_close()
1173 hp100_outw(0x4206, TRACE); in hp100_init_pdls()
1272 hp100_outw(0x4207, TRACE); in hp100_build_rx_pdl()
1351 hp100_outw(0x4208, TRACE); in hp100_rxfill()
1392 hp100_outw(0x4209, TRACE); in hp100_BM_shutdown()
1397 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */ in hp100_BM_shutdown()
1398 hp100_outw(0xffff, IRQ_STATUS); /* Ack all ints */ in hp100_BM_shutdown()
1401 hp100_outw(HP100_INT_EN | HP100_RESET_LB, OPTION_LSW); in hp100_BM_shutdown()
1500 hp100_outw(0x4210, TRACE); in hp100_start_xmit_bm()
1613 hp100_outw(0x4211, TRACE); in hp100_clean_txring()
1651 hp100_outw(0x4212, TRACE); in hp100_start_xmit()
1719 hp100_outw(HP100_TX_COMPLETE, IRQ_STATUS); in hp100_start_xmit()
1728 hp100_outw(i, DATA32); /* tell card the total packet length */ in hp100_start_xmit()
1729 hp100_outw(i, FRAGMENT_LEN); /* and first/only fragment length */ in hp100_start_xmit()
1784 hp100_outw(0x4213, TRACE); in hp100_rx()
1885 hp100_outw(0x4214, TRACE); in hp100_rx_bm()
1990 hp100_outw(0x4215, TRACE); in hp100_get_stats()
2007 hp100_outw(0x4216, TRACE); in hp100_update_stats()
2033 hp100_outw(0x4216, TRACE); in hp100_misc_interrupt()
2047 hp100_outw(0x4217, TRACE); in hp100_clear_stats()
2076 hp100_outw(0x4218, TRACE); in hp100_set_multicast_list()
2215 hp100_outw(0x4219, TRACE); in hp100_interrupt()
2270 hp100_outw(val, IRQ_STATUS); in hp100_interrupt()
2335 hp100_outw(0x4220, TRACE); 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 all IRQs */ in hp100_start_interface()
2346 hp100_outw(HP100_FAKE_INT | HP100_INT_EN | HP100_RESET_LB, in hp100_start_interface()
2349 hp100_outw(HP100_TRI_INT | HP100_RESET_HB, OPTION_LSW); in hp100_start_interface()
2358 hp100_outw(HP100_MMAP_DIS | HP100_RESET_HB, OPTION_LSW); in hp100_start_interface()
2362 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */ in hp100_start_interface()
2363 hp100_outw(0xffff, IRQ_STATUS); /* ack IRQ */ in hp100_start_interface()
2367 hp100_outw(HP100_RX_PDL_FILL_COMPL | in hp100_start_interface()
2376 hp100_outw(HP100_RX_PACKET | in hp100_start_interface()
2397 hp100_outw(0x4221, TRACE); in hp100_stop_interface()
2404 hp100_outw(HP100_INT_EN | HP100_RESET_LB | in hp100_stop_interface()
2431 hp100_outw(0x4222, TRACE); in hp100_load_eeprom()
2455 hp100_outw(0x4223, TRACE); in hp100_sense_lan()
2504 hp100_outw(0x4224, TRACE); in hp100_down_vg_link()
2610 hp100_outw(0x4225, TRACE); in hp100_login_to_vg_hub()
2752 hp100_outw(HP100_MISC_ERROR, IRQ_STATUS); in hp100_login_to_vg_hub()
2772 hp100_outw(0x4226, TRACE); in hp100_cascade_reset()
2777 hp100_outw(HP100_HW_RST | HP100_RESET_LB, OPTION_LSW); in hp100_cascade_reset()
2791 hp100_outw(HP100_HW_RST | HP100_SET_LB, OPTION_LSW); in hp100_cascade_reset()