Lines Matching refs:sc_ioh
43 cim = bus_space_read_4(sc->sc_iot, sc->sc_ioh, reg);
45 bus_space_write_4(sc->sc_iot, sc->sc_ioh, reg, cim);
56 cim = bus_space_read_4(sc->sc_iot, sc->sc_ioh, reg);
58 bus_space_write_4(sc->sc_iot, sc->sc_ioh, reg, cim);
66 return bus_space_read_4(sc->sc_iot, sc->sc_ioh, ICR_MIC_LO);
73 return bus_space_read_4(sc->sc_iot, sc->sc_ioh, ICR_MIC_HI);
86 gppim = bus_space_read_4(sc->sc_iot, sc->sc_ioh, GT_GPP_Interrupt_Mask);
88 bus_space_write_4(sc->sc_iot, sc->sc_ioh, GT_GPP_Interrupt_Mask, gppim);
97 gppim = bus_space_read_4(sc->sc_iot, sc->sc_ioh, GT_GPP_Interrupt_Mask);
99 bus_space_write_4(sc->sc_iot, sc->sc_ioh, GT_GPP_Interrupt_Mask, gppim);
109 bus_space_read_4(sc->sc_iot, sc->sc_ioh, GT_GPP_Interrupt_Cause);
111 bus_space_write_4(sc->sc_iot, sc->sc_ioh, GT_GPP_Interrupt_Cause,
119 return bus_space_read_4(sc->sc_iot, sc->sc_ioh, GT_GPP_Interrupt_Cause);
126 return bus_space_read_4(sc->sc_iot, sc->sc_ioh, GT_GPP_Interrupt_Mask);