Home
last modified time | relevance | path

Searched refs:SCOOP_CSR (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/evbarm/imx31/
H A Dimx31lk_pcic.c148 csr = bus_space_read_2(iot, ioh, SCOOP_CSR); in imx31lk_pcic_read()
158 return ((bus_space_read_2(iot, ioh, SCOOP_CSR) & in imx31lk_pcic_read()
/netbsd-src/sys/arch/zaurus/dev/
H A Dscoop_pcic.c169 csr = bus_space_read_2(iot, ioh, SCOOP_CSR); in scoop_pcic_read()
179 return ((bus_space_read_2(iot, ioh, SCOOP_CSR) & in scoop_pcic_read()
H A Dscoopreg.h28 #define SCOOP_CSR 0x08 /* card status register */ macro
/netbsd-src/sys/arch/zaurus/zaurus/
H A Dmachdep.c582 csr = ioreg16_read(baseaddr + SCOOP_CSR); in hw_isc1000()