Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dasy.c181 static uint8_t asy_get(const struct asycom *, asy_reg_t);
569 val = asy_get(asy, ASY_ICR); in asy_get_idx()
650 lcr = asy_get(asy, ASY_LCR); in asy_put_ext()
680 lcr = asy_get(asy, ASY_LCR); in asy_get_ext()
727 asy_get(const struct asycom *asy, asy_reg_t reg) in asy_get() function
747 uint8_t val = asy_get(asy, reg); in asy_set()
755 uint8_t val = asy_get(asy, reg); in asy_clr()
809 baudrate, asy_get(asy, ASY_CKS), asy_get(asy, ASY_TCR)); in asy_set_baudrate()
842 while ((asy_get(asy, ASY_LSR) & ASY_LSR_TEMT) == 0) { in asy_wait_baudrate()
1309 lsr = asy_get(asy, ASY_LSR); in asy_suspend()
[all …]