Searched refs:DC_REG_ADDR (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/dreamcast/dev/microcode/
H A Daica_arm.c35 #define DC_REG_ADDR 0x00800000 macro
38 (*(volatile uint8_t *)(DC_REG_ADDR + (off)))
40 (*(volatile uint16_t *)(DC_REG_ADDR + (off)))
42 (*(volatile uint32_t *)(DC_REG_ADDR + (off)))
44 ((*(volatile uint8_t *)(DC_REG_ADDR + (off))) = (val))
46 ((*(volatile uint16_t *)(DC_REG_ADDR + (off))) = (val))
48 ((*(volatile uint32_t *)((DC_REG_ADDR)+(off))) = (val))

Completed in 116 milliseconds