Searched refs:asy_get (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | asy.c | 181 static uint8_t asy_get(const struct asycom *, asy_reg_t); 570 val = asy_get(asy, ASY_ICR); in asy_get_idx() 651 lcr = asy_get(asy, ASY_LCR); in asy_put_ext() 681 lcr = asy_get(asy, ASY_LCR); in asy_get_ext() 728 asy_get(const struct asycom *asy, asy_reg_t reg) in asy_get() function 748 uint8_t val = asy_get(asy, reg); in asy_set() 756 uint8_t val = asy_get(asy, reg); in asy_clr() 810 baudrate, asy_get(asy, ASY_CKS), asy_get(asy, ASY_TCR)); in asy_set_baudrate() 843 while ((asy_get(asy, ASY_LSR) & ASY_LSR_TEMT) == 0) { in asy_wait_baudrate() 1310 lsr = asy_get(asy, ASY_LSR); in asy_suspend() [all …]
|