Searched refs:SSCOM_SIZE (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/arch/arm/s3c2xx0/ |
H A D | s3c2xx0reg.h | 128 #define SSCOM_SIZE 0x2c macro
|
H A D | sscom_s3c2800.c | 136 if (bus_space_map(sc->sc_iot, iobase, SSCOM_SIZE, 0, &sc->sc_ioh)) { in sscom_attach()
|
H A D | sscom_s3c2440.c | 169 if (bus_space_map(sc->sc_iot, iobase, SSCOM_SIZE, 0, &sc->sc_ioh)) { in sscom_attach()
|
H A D | sscom_s3c2410.c | 148 if (bus_space_map(sc->sc_iot, iobase, SSCOM_SIZE, 0, &sc->sc_ioh)) { in sscom_attach()
|
H A D | sscom.c | 1824 if (bus_space_map(iot, iobase, SSCOM_SIZE, 0, &ioh)) in sscom_init() 1888 bus_space_unmap(sscomconstag, sscomconsioh, SSCOM_SIZE); in sscom_cndetach()
|
/netbsd-src/sys/arch/arm/samsung/ |
H A D | sscom_reg.h | 153 #define SSCOM_SIZE 0x3C macro
|