Home | History | Annotate | Download | only in ev64260

Lines Matching refs:sc_ioh

128 	if (bus_space_map(sc->sc_iot, sc->sc_addr, GT_SIZE, 0, &sc->sc_ioh) !=
138 if (bus_space_subregion(sc->sc_iot, sc->sc_ioh,
144 if (bus_space_subregion(sc->sc_iot, sc->sc_ioh,
158 bus_space_write_4(sc->sc_iot, sc->sc_ioh, GTMPSC_MRR, GTMPSC_MRR_RES);
166 bus_space_write_4(sc->sc_iot, sc->sc_ioh, GTMPSC_RCRR, cr);
167 bus_space_write_4(sc->sc_iot, sc->sc_ioh, GTMPSC_TCRR, cr);
179 r = bus_space_read_4(sc->sc_iot, sc->sc_ioh, GT_MPP_Control2);
181 bus_space_write_4(sc->sc_iot, sc->sc_ioh, GT_MPP_Control2, r);
182 r = bus_space_read_4(sc->sc_iot, sc->sc_ioh, GT_MPP_Control3);
185 bus_space_write_4(sc->sc_iot, sc->sc_ioh, GT_MPP_Control3, r);
190 r = bus_space_read_4(sc->sc_iot, sc->sc_ioh, GT_GPP_IO_Control);
192 bus_space_write_4(sc->sc_iot, sc->sc_ioh, GT_GPP_IO_Control, r);
193 r = bus_space_read_4(sc->sc_iot, sc->sc_ioh, GT_GPP_Level_Control);
195 bus_space_write_4(sc->sc_iot, sc->sc_ioh, GT_GPP_Level_Control, r);
198 bus_space_write_4(sc->sc_iot, sc->sc_ioh, ICR_CIM_LO, 0);
199 bus_space_write_4(sc->sc_iot, sc->sc_ioh, ICR_CIM_HI, 0);
200 bus_space_write_4(sc->sc_iot, sc->sc_ioh, GT_GPP_Interrupt_Cause,
202 bus_space_write_4(sc->sc_iot, sc->sc_ioh, GT_GPP_Interrupt_Mask,
215 cpumstr = bus_space_read_4(sc->sc_iot, sc->sc_ioh, GT_CPU_Master_Ctl);
217 bus_space_write_4(sc->sc_iot, sc->sc_ioh, GT_CPU_Master_Ctl, cpumstr);