Searched refs:fd_bst (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/mipsco/obio/
H A Di82072.c67 bus_space_tag_t fd_bst; member in struct:fd_softc
93 sc->fd_bst = ca->ca_bustag;
104 bus_intr_establish(sc->fd_bst, SYS_INTR_FDC, 0, 0, fd_intr, sc);
114 bus_space_write_1(sc->fd_bst, sc->fd_bsh, I82072_STATUS, 0x80);
116 bus_space_write_1(sc->fd_bst, sc->fd_bsh, I82072_TC, 0x01);

Completed in 55 milliseconds