Home
last modified time | relevance | path

Searched refs:IIOV (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/sys/arch/next68k/next68k/
H A Dautoconf.c103 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 Dclock.c67 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 Dhilreg.h51 #define HILADDR ((struct hil_dev *)IIOV(0x428000))
52 #define BBCADDR ((struct hil_dev *)IIOV(0x420000))
173 #define KBDNMISTAT ((volatile char *)IIOV(0x478005))
H A Ddnkbd.c98 (struct apciregs *)IIOV(INTIOBASE + FRODO_BASE + in dnkbd_getc()
172 if (badaddr((void *)IIOV(INTIOBASE + FRODO_BASE + in dnkbd_init()
H A Dapci.c104 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 Dsamachdep.h49 #define IIOV(x) (x) macro
H A Dhpib.c48 int internalhpib = IIOV(DIO_IHPIBADDR);
/netbsd-src/sys/arch/next68k/dev/
H A Dnextdisplay.c254 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 Dintio.c118 *bsh = IIOV(addr); in bus_space_map()
H A Dnextdma.c628 (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 Desp.c449 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 Dzs.c163 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 Dintiovar.h85 #define intio_sysport ((volatile uint8_t *)IIOV(INTIO_SYSPORT))
130 #define intio_sicilian ((volatile uint8_t *)IIOV(INTIO_SICILIAN))
H A Dxel.c115 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 Dslhci_intio.c91 if (badaddr((void *)IIOV(ia->ia_addr))) in slhci_intio_match()
97 if (badbaddr((void *)IIOV(nc_addr))) in slhci_intio_match()
H A Dspc.c78 if (badaddr((void *)IIOV(ia->ia_addr + BDID))) in spc_intio_match()
H A Dbmd.c155 if (badaddr((void *)IIOV(ia->ia_addr))) in bmd_match()
170 if (badaddr((void *)IIOV(window))) in bmd_match()
H A Dcom_intio.c68 if (badaddr((void *)IIOV(ia->ia_addr))) in com_intio_match()
H A Dif_ne_intio.c110 if (badaddr((void *)IIOV(ia->ia_addr))) in ne_intio_match()
/netbsd-src/sys/arch/hp300/hp300/
H A Dclock.c114 clkstd[0] = IIOV(0x5F8000); /* XXX yuck */ in hp300_calibrate_delay()
199 clkstd[0] = IIOV(0x5F8000); /* XXX grot */ in cpu_initclocks()
H A Dbus_space.c63 *bshp = (bus_space_handle_t)IIOV(INTIOBASE + bpa); in bus_space_map()
/netbsd-src/sys/arch/x68k/include/
H A Dcpu.h84 #define IIOV(pa) ((u_int)(pa) - INTIOBASE + (u_int)intiobase) macro
/netbsd-src/sys/arch/hp300/include/
H A Dcpu.h102 #define IIOV(pa) ((paddr_t)(pa)-INTIOBASE+(vaddr_t)intiobase) macro
/netbsd-src/sys/arch/news68k/include/
H A Dcpu.h139 #define IIOV(pa) (((u_int)(pa) - intiobase_phys) + (u_int)intiobase) macro
/netbsd-src/sys/arch/hp300/dev/
H A Dcom_frodo.c171 frodoregs = (volatile uint8_t *)IIOV(INTIOBASE + FRODO_BASE); in com_frodo_cnattach()

12