Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Decpp.c1061 pp->saved_dsr = DSR_READ(pp); in ecpp_open()
1559 rg.dsr = DSR_READ(pp); in ecpp_putioc()
1742 dsr = DSR_READ(pp); in ecpp_putioc()
3115 dsr = DSR_READ(pp); in ecpp_isr()
3987 dsr = DSR_READ(pp); in ecpp_check_status()
4338 *rdsr = DSR_READ(pp); in ecpp_1284_negotiation()
4705 i + 1, DSR_READ(pp)); in nibble_peripheral2host()
4721 i + 1, DSR_READ(pp)); in nibble_peripheral2host()
4763 DSR_READ(pp)); in ecpp_peripheral2host()
5288 dsr = DSR_READ(pp); in ecpp_getdevid()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h413 #define DSR_READ(pp) PP_GETB((pp)->i_handle, &(pp)->i_reg->dsr) macro