Searched refs:ISES_A_OQS (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/sys/dev/pci/ |
| D | ises.c | 599 r = READ_REG(sc, ISES_A_OQS); in ises_process_oqueue() 604 while ((oqs = READ_REG(sc, ISES_A_OQS)) > 0) { in ises_process_oqueue() 731 WRITE_REG(sc, ISES_A_OQS, 0); in ises_process_oqueue() 1542 for (i = 1000; i && READ_REG(sc, ISES_A_OQS) == 0; i--) in ises_hrng_init() 1545 if (!READ_REG(sc, ISES_A_OQS)) in ises_hrng_init() 1553 WRITE_REG(sc, ISES_A_OQS, 0); in ises_hrng_init() 1577 while (READ_REG(sc, ISES_A_OQS) == 0) ; /* Wait for response */ in ises_hrng_init() 1582 WRITE_REG(sc, ISES_A_OQS, 0); /* ACK resp */ in ises_hrng_init() 1632 for (i = 100; i > 0 && READ_REG(sc, ISES_A_OQS) == 0; i--) in ises_get_fwversion() 1654 WRITE_REG(sc, ISES_A_OQS, 0); /* Ack the response */ in ises_get_fwversion() [all …]
|
| D | isesreg.h | 76 #define ISES_A_OQS ISES_A(0x14) /* Output Queue Semaphore */ macro
|