HomeSort by: relevance | last modified time | path
    Searched refs:sc_sx (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/arch/arm/s3c2xx0/
s3c24x0var.h 39 struct s3c2xx0_softc sc_sx; member in struct:s3c24x0_softc
s3c2410.c 102 s3c2xx0_softc = &(sc->sc_sx);
103 sc->sc_sx.sc_iot = iot = &s3c2xx0_bs_tag;
107 BUS_SPACE_MAP_LINEAR, &sc->sc_sx.sc_intctl_ioh))
114 0, &sc->sc_sx.sc_gpio_ioh))
120 bus_space_write_2(iot, sc->sc_sx.sc_gpio_ioh, GPIO_PCONF, 0x5555);
122 ((char *)bus_space_vaddr(iot, sc->sc_sx.sc_gpio_ioh) + GPIO_PDATF);
129 0, &sc->sc_sx.sc_dmach))
135 S3C24X0_MEMCTL_SIZE, 0, &sc->sc_sx.sc_memctl_ioh))
139 S3C24X0_CLKMAN_SIZE, 0, &sc->sc_sx.sc_clkman_ioh))
145 S3C24X0_RTC_SIZE, 0, &sc->sc_sx.sc_rtc_ioh)
    [all...]
s3c2440.c 131 s3c2xx0_softc = &(sc->sc_sx);
132 sc->sc_sx.sc_iot = iot = &s3c2xx0_bs_tag;
136 BUS_SPACE_MAP_LINEAR, &sc->sc_sx.sc_intctl_ioh))
143 0, &sc->sc_sx.sc_gpio_ioh))
149 bus_space_write_2(iot, sc->sc_sx.sc_gpio_ioh, GPIO_PCONF, 0x5555);
151 ((char *)bus_space_vaddr(iot, sc->sc_sx.sc_gpio_ioh) + GPIO_PDATF);
158 0, &sc->sc_sx.sc_dmach))
164 S3C24X0_MEMCTL_SIZE, 0, &sc->sc_sx.sc_memctl_ioh))
168 S3C24X0_CLKMAN_SIZE, 0, &sc->sc_sx.sc_clkman_ioh))
174 S3C24X0_RTC_SIZE, 0, &sc->sc_sx.sc_rtc_ioh)
    [all...]
s3c2800_clk.c 91 bus_space_read_4(sc->sc_sx.sc_iot, sc->sc_sx.sc_intctl_ioh,
93 count = bus_space_read_2(sc->sc_sx.sc_iot, sc->sc_tmr0_ioh,
99 bus_space_read_4(sc->sc_sx.sc_iot, sc->sc_sx.sc_intctl_ioh,
109 count = bus_space_read_2(sc->sc_sx.sc_iot, sc->sc_tmr0_ioh,
139 count = bus_space_read_2(sc->sc_sx.sc_iot, sc->sc_tmr0_ioh,
241 bus_space_write_4(sc->sc_sx.sc_iot, sc->sc_tmr0_ioh, TIMER_TMCON, 0);
242 bus_space_write_4(sc->sc_sx.sc_iot, sc->sc_tmr1_ioh, TIMER_TMCON, 0);
245 bus_space_write_4(sc->sc_sx.sc_iot, sc->sc_tmr0_ioh, TIMER_TMDAT
    [all...]
s3c2800.c 101 s3c2xx0_softc = &(sc->sc_sx);
102 sc->sc_sx.sc_iot = iot = &s3c2xx0_bs_tag;
106 BUS_SPACE_MAP_LINEAR, &sc->sc_sx.sc_intctl_ioh))
113 0, &sc->sc_sx.sc_gpio_ioh))
119 0, &sc->sc_sx.sc_dmach))
125 S3C2800_MEMCTL_SIZE, 0, &sc->sc_sx.sc_memctl_ioh))
129 S3C2800_CLKMAN_SIZE, 0, &sc->sc_sx.sc_clkman_ioh))
135 S3C2800_RTC_SIZE, 0, &sc->sc_sx.sc_rtc_ioh))
148 s3c2800_clock_freq(&sc->sc_sx);
150 sc->sc_sx.sc_fclk / 1000000, sc->sc_sx.sc_hclk / 1000000
    [all...]
s3c2800var.h 43 struct s3c2xx0_softc sc_sx; member in struct:s3c2800_softc
s3c24x0_clk.c 87 int_pend = bus_space_read_4(sc->sc_sx.sc_iot, sc->sc_sx.sc_intctl_ioh,
90 count = bus_space_read_2(sc->sc_sx.sc_iot, sc->sc_timer_ioh,
95 int_pend1 = bus_space_read_4(sc->sc_sx.sc_iot,
96 sc->sc_sx.sc_intctl_ioh, INTCTL_SRCPND);
106 count = bus_space_read_2(sc->sc_sx.sc_iot, sc->sc_timer_ioh,
135 count = bus_space_read_2(sc->sc_sx.sc_iot, sc->sc_timer_ioh,
221 bus_space_tag_t iot = sc->sc_sx.sc_iot;
s3c2800_intr.c 193 intctl_base = (vaddr_t) bus_space_vaddr(sc->sc_sx.sc_iot,
194 sc->sc_sx.sc_intctl_ioh);
s3c2410_extint.c 148 sc->sc_iot = cpuc->sc_sx.sc_iot;
149 sc->sc_ioh = cpuc->sc_sx.sc_gpio_ioh;
179 sa.sa_dmat = cpuc->sc_sx.sc_dmat;
s3c2440_extint.c 179 sc->sc_iot = cpuc->sc_sx.sc_iot;
180 sc->sc_ioh = cpuc->sc_sx.sc_gpio_ioh;
211 sa.sa_dmat = cpuc->sc_sx.sc_dmat;
s3c2410_intr.c 294 intctl_base = (vaddr_t) bus_space_vaddr(sc->sc_sx.sc_iot,
295 sc->sc_sx.sc_intctl_ioh);
s3c2440_intr.c 324 intctl_base = (vaddr_t) bus_space_vaddr(sc->sc_sx.sc_iot,
325 sc->sc_sx.sc_intctl_ioh);
  /src/sys/arch/sparc/dev/
cgfourteenvar.h 99 struct sx_softc *sc_sx; member in struct:cgfourteen_softc
cgfourteen.c 176 sx_wait(sc->sc_sx); \
177 sx_write(sc->sc_sx, SX_INSTRUCTIONS, inst((a), (b), (d), (cnt)))
368 sc->sc_sx = NULL;
373 sc->sc_sx = device_private(dv);
377 if (sc->sc_sx != NULL) {
381 device_xname(sc->sc_sx->sc_dev));
384 sx_write(sc->sc_sx, SX_PAGE_BOUND_LOWER, sc->sc_fb_paddr);
385 sx_write(sc->sc_sx, SX_PAGE_BOUND_UPPER,
440 if (sc->sc_sx)
586 } else if (sc->sc_sx == NULL)
    [all...]

Completed in 40 milliseconds