Searched refs:IIOV (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/next68k/next68k/
H A Dautoconf.c103 dma_rev = ((volatile u_char *)IIOV(NEXT_P_SCR1))[1];
106 intrmask = (volatile u_long *)IIOV(NEXT_P_INTRMASK_0);
107 intrstat = (volatile u_long *)IIOV(NEXT_P_INTRSTAT_0);
108 /* dspreg = (volatile u_long *)IIOV(0x2007000); */
111 intrmask = (volatile u_long *)IIOV(NEXT_P_INTRMASK);
112 intrstat = (volatile u_long *)IIOV(NEXT_P_INTRSTAT);
113 /* dspreg = (volatile u_long *)IIOV(0x2108000); */
119 intrmask = (volatile u_long *)IIOV(rom_intrmask);
120 intrstat = (volatile u_long *)IIOV(rom_intrstat);
H A Dclock.c99 timer = (volatile struct timer_reg *)IIOV(NEXT_P_TIMER);
130 timer = (volatile struct timer_reg *)IIOV(NEXT_P_TIMER);
H A Disr.c333 (*(volatile u_long *)IIOV(NEXT_P_INTRSTAT)));
337 (*(volatile u_long *)IIOV(NEXT_P_INTRMASK)));
/netbsd-6-1-5-RELEASE/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 Dsamachdep.h49 #define IIOV(x) (x) macro
H A Ddnkbd.c98 (struct apciregs *)IIOV(FRODO_BASE + FRODO_APCI_OFFSET(0));
171 if (badaddr((void *)IIOV(FRODO_BASE + FRODO_APCI_OFFSET(0))))
H A Dapci.c88 apcicnaddr = (void *)IIOV(FRODO_BASE + FRODO_APCI_OFFSET(1));
H A Dhpib.c48 int internalhpib = IIOV(DIO_IHPIBADDR);
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dintiovar.h91 #define intio_sysport ((volatile uint8_t *)IIOV(INTIO_SYSPORT))
134 #define intio_sicilian ((volatile uint8_t *)IIOV(INTIO_SICILIAN))
H A Dslhci_intio.c91 if (badaddr((void *)IIOV(ia->ia_addr)))
97 if (badbaddr((void *)IIOV(nc_addr)))
H A Dxel.c115 volatile u_int16_t *start = (volatile u_int16_t *)IIOV(addr);
117 volatile u_int32_t *sram = (volatile u_int32_t *)IIOV(XEL_RAM_ADDR_HIGHER);
H A Dspc.c78 if (badaddr((void *)IIOV(ia->ia_addr + BDID)))
H A Dzs.c161 if (badaddr((void *)IIOV(zsaddr)))
211 zc = (volatile void *)IIOV(&zsc->zsc_addr->zs_chan_a);
213 zc = (volatile void *)IIOV(&zsc->zsc_addr->zs_chan_b);
573 volatile struct zschan *cnchan = (volatile void *)IIOV(ZSCN_PHYSADDR);
H A Dif_ne_intio.c116 if (badaddr((void *)IIOV(ia->ia_addr)))
H A Dneptune.c117 sc->sc_addr = (vaddr_t)IIOV(ia->ia_addr);
H A Dscsirom.c93 if (badaddr((void *)IIOV(ia->ia_addr+SCSIROM_ID))) {
H A Dbmd.c136 if (badaddr((void *)IIOV(ia->ia_addr)))
151 if (badaddr((void *)IIOV(window)))
H A Dmfp.h124 #define mfp_base ((volatile uint8_t *)IIOV(MFP_ADDR))
/netbsd-6-1-5-RELEASE/sys/arch/x68k/include/
H A Dcpu.h155 #define IIOV(pa) ((u_int)(pa) - INTIOBASE + (u_int)intiobase) macro
/netbsd-6-1-5-RELEASE/sys/arch/hp300/hp300/
H A Dclock.c114 clkstd[0] = IIOV(0x5F8000); /* XXX yuck */
200 clkstd[0] = IIOV(0x5F8000); /* XXX grot */
H A Dbus_space.c64 *bshp = (bus_space_handle_t)IIOV(INTIOBASE + bpa);
/netbsd-6-1-5-RELEASE/sys/arch/next68k/dev/
H A Dnextdisplay.c264 x = *(volatile uint8_t *)IIOV(NEXT_P_C16_CMD_REG);
267 *(volatile uint8_t *)IIOV(NEXT_P_C16_CMD_REG) = 0x05;
293 x = *(volatile uint8_t *)IIOV(NEXT_P_C16_CMD_REG);
296 *(volatile uint8_t *)IIOV(NEXT_P_C16_CMD_REG) = 0x05;
H A Dzs.c142 addr = (void *)IIOV(NEXT_P_SCC);
186 ia->ia_addr = (void *)IIOV(NEXT_P_SCC);
/netbsd-6-1-5-RELEASE/sys/arch/news68k/include/
H A Dcpu.h216 #define IIOV(pa) (((u_int)(pa) - intiobase_phys) + (u_int)intiobase) macro
/netbsd-6-1-5-RELEASE/sys/arch/hp300/include/
H A Dcpu.h167 #define IIOV(pa) ((paddr_t)(pa)-INTIOBASE+(vaddr_t)intiobase) macro

Completed in 210 milliseconds

12