taglinefilesource code
regnr482drivers/char/stallion.cstatic void  stl_setreg(stlport_t *portp, int regnr, int value);
regnr483drivers/char/stallion.cstatic int  stl_getreg(stlport_t *portp, int regnr);
regnr484drivers/char/stallion.cstatic int  stl_updatereg(stlport_t *portp, int regnr, int value);
regnr1497drivers/char/stallion.cstatic int stl_getreg(stlport_t *portp, int regnr)
regnr1499drivers/char/stallion.coutb((regnr + portp->uartaddr), portp->ioaddr);
regnr1503drivers/char/stallion.cstatic void stl_setreg(stlport_t *portp, int regnr, int value)
regnr1505drivers/char/stallion.coutb((regnr + portp->uartaddr), portp->ioaddr);
regnr1509drivers/char/stallion.cstatic int stl_updatereg(stlport_t *portp, int regnr, int value)
regnr1511drivers/char/stallion.coutb((regnr + portp->uartaddr), portp->ioaddr);