Searched defs:s3c2xx0_softc (Results 1 – 4 of 4) sorted by relevance
41 struct s3c2xx0_softc { struct42 device_t sc_dev;44 bus_space_tag_t sc_iot;46 bus_space_handle_t sc_intctl_ioh;47 bus_space_handle_t sc_memctl_ioh; /* Memory controller */48 bus_space_handle_t sc_clkman_ioh; /* Clock manager */49 bus_space_handle_t sc_gpio_ioh; /* GPIO */50 bus_space_handle_t sc_rtc_ioh; /* real time clock */74 extern struct s3c2xx0_softc *s3c2xx0_softc; argument
66 struct s3c2xx0_softc *s3c2xx0_softc; variable
63 struct s3c2xx0_softc *s3c2xx0_softc; variable
92 struct s3c2xx0_softc *s3c2xx0_softc; variable