Home
last modified time | relevance | path

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

/freebsd/sys/dev/pbio/
H A Dpbio.c64 #define PBIO_PORTC 2 macro
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()
410 pboutb(scp, PBIO_PORTC, val | oval); in pbiowrite()
413 oval = pbinb(scp, PBIO_PORTC); in pbiowrite()
416 pboutb(scp, PBIO_PORTC, oval | val); in pbiowrite()