HomeSort by: relevance | last modified time | path
    Searched refs:INTIO_SYSPORT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x68k/dev/
intiovar.h 84 #define INTIO_SYSPORT (0x00e8e000)
85 #define intio_sysport ((volatile uint8_t *)IIOV(INTIO_SYSPORT)) macro
96 intio_sysport[sysport_contrast] = (a) /* 0-15 */
98 intio_sysport[sysport_tvctrl] = (a)
101 intio_sysport[sysport_imageunit] = (a)
103 intio_sysport[sysport_keyctrl] = (a)
106 intio_sysport[sysport_waitctrl] = (a) /* X68030 only */
108 intio_sysport[sysport_sramwp] = (a)
111 intio_sysport[sysport_powoff] = (a
    [all...]
intio.c 263 extent_alloc_region(sc->sc_map, INTIO_SYSPORT, 16, 0);

Completed in 64 milliseconds