Home
last modified time | relevance | path

Searched refs:ISR_RTABT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfereg.h255 #define ISR_RTABT 0x00100000U /* Received target abort */ macro
H A Dsfe.c105 (ISR_DPERR | ISR_SSERR | ISR_RMABT | ISR_RTABT | ISR_RXSOVR | \
1543 if (isr & (ISR_DPERR | ISR_SSERR | ISR_RMABT | ISR_RTABT)) { in sfe_interrupt()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dns83820.c142 #define ISR_RTABT 0x00020000 macro