/netbsd-src/sys/arch/next68k/next68k/ |
H A D | autoconf.c | 103 dma_rev = ((volatile u_char *)IIOV(NEXT_P_SCR1))[1]; in cpu_configure() 106 intrmask = (volatile u_long *)IIOV(NEXT_P_INTRMASK_0); in cpu_configure() 107 intrstat = (volatile u_long *)IIOV(NEXT_P_INTRSTAT_0); in cpu_configure() 111 intrmask = (volatile u_long *)IIOV(NEXT_P_INTRMASK); in cpu_configure() 112 intrstat = (volatile u_long *)IIOV(NEXT_P_INTRSTAT); in cpu_configure() 119 intrmask = (volatile u_long *)IIOV(rom_intrmask); in cpu_configure() 120 intrstat = (volatile u_long *)IIOV(rom_intrstat); in cpu_configure()
|
H A D | clock.c | 67 timer = (volatile struct timer_reg *)IIOV(NEXT_P_TIMER); in clock_intr() 98 timer = (volatile struct timer_reg *)IIOV(NEXT_P_TIMER); in cpu_initclocks()
|
/netbsd-src/sys/arch/hp300/stand/common/ |
H A D | hilreg.h | 51 #define HILADDR ((struct hil_dev *)IIOV(0x428000)) 52 #define BBCADDR ((struct hil_dev *)IIOV(0x420000)) 173 #define KBDNMISTAT ((volatile char *)IIOV(0x478005))
|
H A D | dnkbd.c | 98 (struct apciregs *)IIOV(INTIOBASE + FRODO_BASE + in dnkbd_getc() 172 if (badaddr((void *)IIOV(INTIOBASE + FRODO_BASE + in dnkbd_init()
|
H A D | apci.c | 104 frodoregs = (volatile u_int8_t *)IIOV(INTIOBASE + FRODO_BASE); in apciprobe() 117 (void *)IIOV(INTIOBASE + FRODO_BASE + FRODO_APCI_OFFSET(1)); in apciprobe()
|
H A D | samachdep.h | 49 #define IIOV(x) (x) macro
|
H A D | hpib.c | 48 int internalhpib = IIOV(DIO_IHPIBADDR);
|
/netbsd-src/sys/arch/next68k/dev/ |
H A D | nextdisplay.c | 254 x = *(volatile uint8_t *)IIOV(NEXT_P_C16_CMD_REG); in nextdisplay_attach() 257 *(volatile uint8_t *)IIOV(NEXT_P_C16_CMD_REG) = 0x05; in nextdisplay_attach() 287 x = *(volatile uint8_t *)IIOV(NEXT_P_C16_CMD_REG); in nextdisplay_intr() 290 *(volatile uint8_t *)IIOV(NEXT_P_C16_CMD_REG) = 0x05; in nextdisplay_intr()
|
H A D | intio.c | 118 *bsh = IIOV(addr); in bus_space_map()
|
H A D | nextdma.c | 628 (volatile u_int *)IIOV(0x2000050 + 0x4000); in nextdma_enet_intr() 638 (volatile u_int *)IIOV(0x2000050 + 0x4000); in nextdma_enet_intr() 928 *(volatile u_long *)IIOV(NEXT_P_INTRSTAT)); in nextdma_print() 932 *(volatile u_long *)IIOV(NEXT_P_INTRMASK)); in nextdma_print()
|
H A D | esp.c | 449 volatile uint8_t *reg = (volatile uint8_t *)IIOV(xADDR); in doze() 456 ((*(volatile u_long *)IIOV(NEXT_P_INTRMASK)) &= (~NEXT_I_BIT(x))); in doze() 517 (*(volatile u_long *)IIOV(NEXT_P_INTRSTAT))); in esp_dma_intr() 762 (*(volatile u_long *)IIOV(NEXT_P_INTRSTAT))); in esp_dma_reset() 766 (*(volatile u_long *)IIOV(NEXT_P_INTRMASK))); in esp_dma_reset() 1986 (*(volatile u_long *)IIOV(NEXT_P_INTRSTAT))); in esp_dmacb_shutdown() 1990 (*(volatile u_long *)IIOV(NEXT_P_INTRMASK))); in esp_dmacb_shutdown()
|
/netbsd-src/sys/arch/x68k/dev/ |
H A D | zs.c | 163 if (badaddr((void *)IIOV(zsaddr))) in zs_match() 213 zc = (volatile void *)IIOV(&zsc->zsc_addr->zs_chan_a); in zs_attach() 215 zc = (volatile void *)IIOV(&zsc->zsc_addr->zs_chan_b); in zs_attach() 577 volatile struct zschan *cnchan = (volatile void *)IIOV(ZSCN_PHYSADDR); in zscninit()
|
H A D | intiovar.h | 85 #define intio_sysport ((volatile uint8_t *)IIOV(INTIO_SYSPORT)) 130 #define intio_sicilian ((volatile uint8_t *)IIOV(INTIO_SICILIAN))
|
H A D | xel.c | 115 volatile u_int16_t *start = (volatile u_int16_t *)IIOV(addr); in xel_probe() 117 volatile u_int32_t *sram = (volatile u_int32_t *)IIOV(XEL_RAM_ADDR_HIGHER); in xel_probe()
|
H A D | slhci_intio.c | 91 if (badaddr((void *)IIOV(ia->ia_addr))) in slhci_intio_match() 97 if (badbaddr((void *)IIOV(nc_addr))) in slhci_intio_match()
|
H A D | spc.c | 78 if (badaddr((void *)IIOV(ia->ia_addr + BDID))) in spc_intio_match()
|
H A D | bmd.c | 155 if (badaddr((void *)IIOV(ia->ia_addr))) in bmd_match() 170 if (badaddr((void *)IIOV(window))) in bmd_match()
|
H A D | com_intio.c | 68 if (badaddr((void *)IIOV(ia->ia_addr))) in com_intio_match()
|
H A D | if_ne_intio.c | 110 if (badaddr((void *)IIOV(ia->ia_addr))) in ne_intio_match()
|
/netbsd-src/sys/arch/hp300/hp300/ |
H A D | clock.c | 114 clkstd[0] = IIOV(0x5F8000); /* XXX yuck */ in hp300_calibrate_delay() 199 clkstd[0] = IIOV(0x5F8000); /* XXX grot */ in cpu_initclocks()
|
H A D | bus_space.c | 63 *bshp = (bus_space_handle_t)IIOV(INTIOBASE + bpa); in bus_space_map()
|
/netbsd-src/sys/arch/x68k/include/ |
H A D | cpu.h | 84 #define IIOV(pa) ((u_int)(pa) - INTIOBASE + (u_int)intiobase) macro
|
/netbsd-src/sys/arch/hp300/include/ |
H A D | cpu.h | 102 #define IIOV(pa) ((paddr_t)(pa)-INTIOBASE+(vaddr_t)intiobase) macro
|
/netbsd-src/sys/arch/news68k/include/ |
H A D | cpu.h | 139 #define IIOV(pa) (((u_int)(pa) - intiobase_phys) + (u_int)intiobase) macro
|
/netbsd-src/sys/arch/hp300/dev/ |
H A D | com_frodo.c | 171 frodoregs = (volatile uint8_t *)IIOV(INTIOBASE + FRODO_BASE); in com_frodo_cnattach()
|