Searched refs:FE_BMPR8 (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | mb86960.c | 976 status = bus_space_read_1(bst, bsh, FE_BMPR8); in mb86960_rint() 977 (void)bus_space_read_1(bst, bsh, FE_BMPR8); in mb86960_rint() 979 status = bus_space_read_2(bst, bsh, FE_BMPR8); in mb86960_rint() 1005 len = bus_space_read_1(bst, bsh, FE_BMPR8); in mb86960_rint() 1006 len |= bus_space_read_1(bst, bsh, FE_BMPR8) << 8; in mb86960_rint() 1008 len = bus_space_read_2(bst, bsh, FE_BMPR8); in mb86960_rint() 1317 bus_space_read_multi_1(bst, bsh, FE_BMPR8, in mb86960_get_packet() 1320 bus_space_read_multi_stream_2(bst, bsh, FE_BMPR8, in mb86960_get_packet() 1359 bus_space_write_1(bst, bsh, FE_BMPR8, 0); in mb86960_write_mbufs() 1362 bus_space_write_2(bst, bsh, FE_BMPR8, 0); in mb86960_write_mbufs() [all …]
|
H A D | mb86960reg.h | 78 #define FE_BMPR8 8 macro
|