Home
last modified time | relevance | path

Searched refs:SH4_PCIC_MEM (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/arch/sh/dev/
Dshpcic.c220 _reg_write_4(SH4_PCIMBR, SH4_PCIC_MEM); in shpcic_attach()
246 sc->sc_membus_space.bus_base = SH4_PCIC_MEM; in shpcic_attach()
260 extent_free(mem_ex, SH4_PCIC_MEM, SH4_PCIC_MEM_SIZE, EX_NOWAIT); in shpcic_attach()
442 return *(volatile uint8_t *)(SH4_PCIC_MEM + adr); in __shpcic_mem_read_1()
450 return *(volatile uint16_t *)(SH4_PCIC_MEM + adr); in __shpcic_mem_read_2()
458 return *(volatile uint32_t *)(SH4_PCIC_MEM + adr); in __shpcic_mem_read_4()
791 *(volatile uint8_t *)(SH4_PCIC_MEM + adr) = value; in __shpcic_mem_write_1()
800 *(volatile uint16_t *)(SH4_PCIC_MEM + adr) = value; in __shpcic_mem_write_2()
809 *(volatile uint32_t *)(SH4_PCIC_MEM + adr) = value; in __shpcic_mem_write_4()
Dpcicreg.h41 #define SH4_PCIC_MEM 0xfd000000 macro