Searched refs:pboutb (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/pbio/ |
H A D | pbio.c | 145 pboutb(struct pbio_softc *scp, int off, uint8_t val) in pboutb() function 175 pboutb(scp, PBIO_CFG, 0x80); in pbioprobe() 178 pboutb(scp, PBIO_PORTA, 0xa5); in pbioprobe() 185 pboutb(scp, PBIO_PORTA, 0x5a); in pbioprobe() 302 pboutb(scp, PBIO_CFG, scp->iomode = (ocfg & (~portbit))); in pbioopen() 305 pboutb(scp, PBIO_CFG, scp->iomode = (ocfg | portbit)); in pbioopen() 401 pboutb(scp, PBIO_PORTA, val); in pbiowrite() 404 pboutb(scp, PBIO_PORTB, val); in pbiowrite() 410 pboutb(scp, PBIO_PORTC, val | oval); in pbiowrite() 416 pboutb(scp, PBIO_PORTC, oval | val); in pbiowrite()
|