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

/freebsd-10.2-release/sys/dev/pbio/
H A Dpbio.c65 #define PBIO_PORTC 2 macro
349 *val = (pbinb(scp, PBIO_PORTC) >> 4) & 0xf;
352 *val = pbinb(scp, PBIO_PORTC) & 0xf;
428 oval = pbinb(scp, PBIO_PORTC);
431 pboutb(scp, PBIO_PORTC, val | oval);
434 oval = pbinb(scp, PBIO_PORTC);
437 pboutb(scp, PBIO_PORTC, oval | val);

Completed in 14 milliseconds