Searched refs:REG_ISR (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/BM/ |
H A D | bman_low.c | 63 #define REG_ISR 0x0e00 macro 490 return __bm_in(&portal->addr, REG_ISR + (n << 2)); in __bm_isr_read() 496 __bm_out(&portal->addr, REG_ISR + (n << 2), val); in __bm_isr_write()
|
/freebsd/sys/contrib/ncsw/Peripherals/QM/ |
H A D | qman_low.h | 68 #define REG_ISR 0x0e00 macro 1142 return __qm_in(&portal->addr, REG_ISR + (n << 2)); in __qm_isr_read() 1147 __qm_out(&portal->addr, REG_ISR + (n << 2), val); in __qm_isr_write()
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.seq | 1605 and REG_ISR, ~SG_FULL_RESID, SCB_SGPTR[0]; 1607 or REG_ISR, LAST_SEG; 1608 mov SG_CACHE_PRE, REG_ISR; 1872 mov REG_ISR, LQISTAT2; 1873 test REG_ISR, LQIWORKONLQ jz main_isr;
|
H A D | aic79xx_reg.h | 3304 #define REG_ISR 0xa4 macro
|
H A D | aic79xx.reg | 3456 REG_ISR {
|