Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Decpp.c2226 ECR_mode_001 | ECPP_INTR_MASK | ECPP_INTR_SRV); in ecpp_srvioc()
2236 ECR_mode_110 | ECPP_INTR_MASK | ECPP_INTR_SRV); in ecpp_srvioc()
2672 ECPP_INTR_SRV | ECPP_INTR_MASK | ECR_mode_001); in ecpp_flush()
2759 ECPP_INTR_SRV | ECPP_INTR_MASK | ECR_mode_001); in ecpp_start()
2855 ECPP_INTR_MASK | ECPP_INTR_SRV) != SUCCESS) { in ecpp_prep_pio_xfer()
5013 ECPP_INTR_MASK | ECPP_INTR_SRV) == FAILURE) { in ecpp_mode_negotiation()
5032 ECPP_INTR_MASK | ECPP_INTR_SRV) == FAILURE) { in ecpp_mode_negotiation()
5503 ECPP_INTR_MASK | ECPP_INTR_SRV) == FAILURE) { in pc87332_config_chip()
5593 ECPP_INTR_MASK | ECPP_INTR_SRV) == FAILURE) { in pc97317_config_chip()
5718 return (ecr_write(pp, ecr | ECPP_INTR_SRV)); in cheerio_dma_stop()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Decppreg.h163 #define ECPP_INTR_SRV 0x04 macro