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

/freebsd-10.2-release/sys/dev/pbio/
H A Dpbio.c147 pbinb(struct pbio_softc *scp, int off) function
189 rman_get_start(scp->res), pbinb(scp, PBIO_CFG));
191 val = pbinb(scp, PBIO_PORTA);
198 val = pbinb(scp, PBIO_PORTA);
343 *val = pbinb(scp, PBIO_PORTA);
346 *val = pbinb(scp, PBIO_PORTB);
349 *val = (pbinb(scp, PBIO_PORTC) >> 4) & 0xf;
352 *val = pbinb(scp, PBIO_PORTC) & 0xf;
428 oval = pbinb(scp, PBIO_PORTC);
434 oval = pbinb(sc
[all...]

Completed in 51 milliseconds