Home | History | Annotate | Download | only in libupload

Lines Matching refs:LCR

19     LCR = 3,
33 uint8_t dll, dlm, lcr;
78 sif->old.lcr = inb(port + LCR);
83 outb(0x83, port + LCR); /* Enable divisor access */
92 lcr = inb(port + LCR);
93 outb(0x03, port + LCR); /* Enable data access, n81 */
104 lcr != 0x83) {
154 outb(0x83, port + LCR);
159 outb(sif->old.lcr & 0x7f, port + LCR);