Home
last modified time | relevance | path

Searched refs:INTF (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/msm/
DNOTES53 encoder -> INTF /
/drivers/scsi/sym53c8xx_2/
Dsym_defs.h170 #define INTF 0x04 /* sta: int on the fly (reset by wr)*/ macro
Dsym_hipd.c1025 if (INB(np, nc_istat) & (INTF|SIP|DIP))
2820 if (istat & INTF) {
2821 OUTB(np, nc_istat, (istat & SIGP) | INTF | np->istat_sem);
2828 return (istat & INTF) ? IRQ_HANDLED : IRQ_NONE;
/drivers/scsi/
Dncr53c8xx.h691 #define INTF 0x04 /* sta: int on the fly (reset by wr)*/ macro
Dncr53c8xx.c5607 if (INB(nc_istat) & (INTF|SIP|DIP)) { in ncr_timeout()
5743 if (istat & INTF) { in ncr_exception()
5744 OUTB (nc_istat, (istat & SIGP) | INTF); in ncr_exception()
7567 if (INB(nc_istat) & (INTF|SIP|DIP))