Searched refs:smc91cxx_intr_ack_write (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | smc91cxx.c | 218 smc91cxx_intr_ack_write(bus_space_tag_t bst, bus_space_handle_t bsh, in smc91cxx_intr_ack_write() function 893 smc91cxx_intr_ack_write(bst, bsh, IM_RX_OVRN_INT, 0); in smc91cxx_intr() 924 smc91cxx_intr_ack_write(bst, bsh, IM_TX_INT, 0); in smc91cxx_intr() 988 smc91cxx_intr_ack_write(bst, bsh, IM_TX_EMPTY_INT, 0); in smc91cxx_intr() 1017 smc91cxx_intr_ack_write(bst, bsh, IM_MD_INT, 0); in smc91cxx_intr()
|