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

/seL4-camkes-master/projects/camkes-tool/libsel4camkes/src/sel4_arch/ia32/gdb_server/
H A Dserial.c81 static uint8_t read_lcr(void);
171 static inline uint8_t read_lcr() function
239 write_lcr(read_lcr() | LCR_DLAB);
241 write_lcr(read_lcr() & ~LCR_DLAB);

Completed in 24 milliseconds