HomeSort by: relevance | last modified time | path
    Searched refs:IIOV (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/sys/arch/next68k/next68k/
autoconf.c 103 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);
clock.c 67 timer = (volatile struct timer_reg *)IIOV(NEXT_P_TIMER);
98 timer = (volatile struct timer_reg *)IIOV(NEXT_P_TIMER);
  /src/sys/arch/x68k/include/
cpu.h 84 #define IIOV(pa) ((u_int)(pa) - INTIOBASE + (u_int)intiobase)
  /src/sys/arch/hp300/stand/common/
apci.c 104 frodoregs = (volatile u_int8_t *)IIOV(INTIOBASE + FRODO_BASE);
117 (void *)IIOV(INTIOBASE + FRODO_BASE + FRODO_APCI_OFFSET(1));
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))
samachdep.h 49 #define IIOV(x) (x)
dnkbd.c 98 (struct apciregs *)IIOV(INTIOBASE + FRODO_BASE +
172 if (badaddr((void *)IIOV(INTIOBASE + FRODO_BASE +
hpib.c 48 int internalhpib = IIOV(DIO_IHPIBADDR);
  /src/sys/arch/x68k/dev/
intiovar.h 85 #define intio_sysport ((volatile uint8_t *)IIOV(INTIO_SYSPORT))
130 #define intio_sicilian ((volatile uint8_t *)IIOV(INTIO_SICILIAN))
slhci_intio.c 91 if (badaddr((void *)IIOV(ia->ia_addr)))
97 if (badbaddr((void *)IIOV(nc_addr)))
xel.c 115 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);
spc.c 78 if (badaddr((void *)IIOV(ia->ia_addr + BDID)))
com_intio.c 68 if (badaddr((void *)IIOV(ia->ia_addr)))
zs.c 163 if (badaddr((void *)IIOV(zsaddr)))
213 zc = (volatile void *)IIOV(&zsc->zsc_addr->zs_chan_a);
215 zc = (volatile void *)IIOV(&zsc->zsc_addr->zs_chan_b);
577 volatile struct zschan *cnchan = (volatile void *)IIOV(ZSCN_PHYSADDR);
if_ne_intio.c 110 if (badaddr((void *)IIOV(ia->ia_addr)))
neptune.c 115 sc->sc_addr = (vaddr_t)IIOV(ia->ia_addr);
scsirom.c 93 if (badaddr((void *)IIOV(ia->ia_addr+SCSIROM_ID))) {
bmd.c 155 if (badaddr((void *)IIOV(ia->ia_addr)))
170 if (badaddr((void *)IIOV(window)))
  /src/sys/arch/hp300/hp300/
clock.c 114 clkstd[0] = IIOV(0x5F8000); /* XXX yuck */
199 clkstd[0] = IIOV(0x5F8000); /* XXX grot */
bus_space.c 63 *bshp = (bus_space_handle_t)IIOV(INTIOBASE + bpa);
  /src/sys/arch/hp300/include/
cpu.h 104 #define IIOV(pa) ((paddr_t)(pa)-INTIOBASE+(vaddr_t)intiobase)
  /src/sys/arch/next68k/dev/
intio.c 118 *bsh = IIOV(addr);
nextdisplay.c 253 x = *(volatile uint8_t *)IIOV(NEXT_P_C16_CMD_REG);
256 *(volatile uint8_t *)IIOV(NEXT_P_C16_CMD_REG) = 0x05;
286 x = *(volatile uint8_t *)IIOV(NEXT_P_C16_CMD_REG);
289 *(volatile uint8_t *)IIOV(NEXT_P_C16_CMD_REG) = 0x05;
nextdma.c 628 (volatile u_int *)IIOV(0x2000050 + 0x4000);
638 (volatile u_int *)IIOV(0x2000050 + 0x4000);
928 *(volatile u_long *)IIOV(NEXT_P_INTRSTAT));
932 *(volatile u_long *)IIOV(NEXT_P_INTRMASK));
  /src/sys/arch/hp300/dev/
com_frodo.c 171 frodoregs = (volatile uint8_t *)IIOV(INTIOBASE + FRODO_BASE);

Completed in 33 milliseconds

1 2