Searched refs:pbinb (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/pbio/ |
H A D | pbio.c | 138 pbinb(struct pbio_softc *scp, int off) in pbinb() function 177 rman_get_start(scp->res), pbinb(scp, PBIO_CFG)); in pbioprobe() 179 val = pbinb(scp, PBIO_PORTA); in pbioprobe() 186 val = pbinb(scp, PBIO_PORTA); in pbioprobe() 325 *val = pbinb(scp, PBIO_PORTA); in portval() 328 *val = pbinb(scp, PBIO_PORTB); in portval() 331 *val = (pbinb(scp, PBIO_PORTC) >> 4) & 0xf; in portval() 334 *val = pbinb(scp, PBIO_PORTC) & 0xf; in portval() 407 oval = pbinb(scp, PBIO_PORTC); in pbiowrite() 413 oval = pbinb(scp, PBIO_PORTC); in pbiowrite()
|