Searched refs:ISES_A_OQD (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/sys/dev/pci/ |
| D | ises.c | 606 r = READ_REG(sc, ISES_A_OQD); in ises_process_oqueue() 654 d = READ_REG(sc, ISES_A_OQD); in ises_process_oqueue() 668 READ_REG(sc, ISES_A_OQD); in ises_process_oqueue() 681 READ_REG(sc, ISES_A_OQD); in ises_process_oqueue() 687 ses->omr = READ_REG(sc, ISES_A_OQD); in ises_process_oqueue() 704 READ_REG(sc, ISES_A_OQD); in ises_process_oqueue() 730 d = READ_REG(sc, ISES_A_OQD); in ises_process_oqueue() 1550 (void)READ_REG(sc, ISES_A_OQD); in ises_hrng_init() 1579 (void)READ_REG(sc, ISES_A_OQD); /* read response */ in ises_hrng_init() 1581 (void)READ_REG(sc, ISES_A_OQD); /* read data */ in ises_hrng_init() [all …]
|
| D | isesreg.h | 74 #define ISES_A_OQD ISES_A(0x10) /* Output Queue Data (read) */ macro 75 #define ISES_A_IQD ISES_A_OQD /* Input Queue Data (write) */
|