if_ie_obio.c | 193 void ie_obio_write16(struct ie_softc *, int, uint16_t); 205 ie_obio_write16(struct ie_softc *sc, int offset, uint16_t v) function in typeref:typename:void 272 sc->ie_bus_write16 = ie_obio_write16; 366 ie_obio_write16(sc, IE_ISCP_SCB(sc->iscp), sc->scb);
|