Searched refs:portb (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/mac68k/nubus/
H A Dcpi_nubus.c545 uint8_t portb; /* Centronics -RESET is on port B, bit 0 */ local
547 portb = z8536_reg_get(sc->sc_bst, sc->sc_bsh, Z8536_PDRB);
548 z8536_reg_set(sc->sc_bst, sc->sc_bsh, Z8536_PDRB, portb & ~CPI_RESET);
550 portb = z8536_reg_get(sc->sc_bst, sc->sc_bsh, Z8536_PDRB);
551 z8536_reg_set(sc->sc_bst, sc->sc_bsh, Z8536_PDRB, portb | CPI_RESET);
564 uint8_t portb, portc; local
570 portb = bus_space_read_1(sc->sc_bst, sc->sc_bsh, CIO_PORTB);
572 printf("\tPort B has 0x0%X\n", portb);
574 is_busy = CPI_BUSY & portb;
578 is_select = CPI_SELECT & portb;
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/x68k/x68k/
H A Diodevice.h275 char pad1; unsigned char portb; member in struct:ppi8255

Completed in 124 milliseconds