Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Decpp.c1685 DCR_WRITE(pp, ECPP_SLCTIN); in ecpp_putioc()
1687 DCR_WRITE(pp, ECPP_SLCTIN | ECPP_nINIT); in ecpp_putioc()
2205 DCR_WRITE(pp, dcr); in ecpp_srvioc()
2620 DCR_WRITE(pp, dcr); in ecpp_flush()
3346 DCR_WRITE(pp, DCR_READ(pp) & ~(ECPP_REV_DIR | ECPP_INTR_EN)); in ecpp_pio_ihdlr()
3425 DCR_WRITE(pp, DCR_READ(pp) & ~(ECPP_INTR_EN | ECPP_REV_DIR)); in ecpp_nErr_ihdlr()
3775 DCR_WRITE(pp, dcr_byte); in dcr_write()
3793 DCR_WRITE(pp, ECPP_SLCTIN | ECPP_nINIT); in ecpp_reset_port_regs()
4136 DCR_WRITE(pp, ECPP_SLCTIN); in ecpp_1284_init_interface()
4140 DCR_WRITE(pp, ECPP_nINIT | ECPP_SLCTIN); in ecpp_1284_init_interface()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Decppvar.h422 #define DCR_WRITE(pp, val) PP_PUTB((pp)->i_handle, &(pp)->i_reg->dcr, val) macro