taglinefilesource code
regnr504drivers/char/stallion.cstatic void  stl_setreg(stlport_t *portp, int regnr, int value);
regnr505drivers/char/stallion.cstatic int  stl_getreg(stlport_t *portp, int regnr);
regnr506drivers/char/stallion.cstatic int  stl_updatereg(stlport_t *portp, int regnr, int value);
regnr1553drivers/char/stallion.cstatic int stl_getreg(stlport_t *portp, int regnr)
regnr1555drivers/char/stallion.coutb((regnr + portp->uartaddr), portp->ioaddr);
regnr1559drivers/char/stallion.cstatic void stl_setreg(stlport_t *portp, int regnr, int value)
regnr1561drivers/char/stallion.coutb((regnr + portp->uartaddr), portp->ioaddr);
regnr1565drivers/char/stallion.cstatic int stl_updatereg(stlport_t *portp, int regnr, int value)
regnr1567drivers/char/stallion.coutb((regnr + portp->uartaddr), portp->ioaddr);