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

/freebsd-13-stable/sys/dev/pbio/
H A Dpbio.c67 #define PBIO_PORTC 2 macro
350 *val = (pbinb(scp, PBIO_PORTC) >> 4) & 0xf;
353 *val = pbinb(scp, PBIO_PORTC) & 0xf;
429 oval = pbinb(scp, PBIO_PORTC);
432 pboutb(scp, PBIO_PORTC, val | oval);
435 oval = pbinb(scp, PBIO_PORTC);
438 pboutb(scp, PBIO_PORTC, oval | val);

Completed in 96 milliseconds