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

  /src/sys/arch/luna68k/dev/
xpbus.c 65 /* PIO0 Port C bit definition */
204 volatile uint8_t * const pio0 = (uint8_t *)PIO_ADDR; local
206 pio0[CTRL] = (bit << 1) | (set & 0x01);
208 return pio0[PORT_C];
258 /* reset the interrupt request: read PIO0 port A */
286 /* reset the interrupt request: read PIO0 port A */
  /src/sys/arch/luna68k/luna68k/
machdep.c 176 volatile uint8_t *pio0 = (void *)OBIO_PIO0_BASE; local
212 pio0[3] = 0xb6;
213 pio0[2] = 1 << 6; /* enable parity check */
214 pio0[3] = 0xb6;
215 sw1 = pio0[0]; /* dip sw1 value */

Completed in 23 milliseconds