Home
last modified time | relevance | path

Searched refs:INTSTAT (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/smsc/
Depic100.c193 COMMAND=0, INTSTAT=4, INTMASK=8, GENCTL=0x0C, NVCTL=0x10, EECTL=0x14, enumerator
820 er32(COMMAND), er32(GENCTL), er32(INTSTAT)); in epic_restart()
855 er32(INTMASK), er32(INTSTAT), er32(RxSTAT)); in epic_timer()
1069 status = er32(INTSTAT); in epic_interrupt()
1071 ew32(INTSTAT, status & EpicNormalEvent); in epic_interrupt()
1075 status, er32(INTSTAT)); in epic_interrupt()
1118 ew32(INTSTAT, status & 0x7f18); in epic_interrupt()
1230 status = er32(INTSTAT); in epic_rx_err()
1258 ew32(INTSTAT, EpicNapiEvent); in epic_poll()
1279 er32(INTSTAT)); in epic_close()
/Linux-v5.4/drivers/scsi/
Daha152x.c805 if (TESTHI(DMASTAT, INTSTAT)) { in aha152x_probe_one()
899 return TESTHI(DMASTAT, INTSTAT); in setup_expected_interrupts()
1334 if( TESTLO(DMASTAT, INTSTAT) ) in intr()
1965 while(TESTLO(DMASTAT, INTSTAT) || TESTLO(DMASTAT, DFIFOEMP) || TESTLO(SSTAT2, SEMPTY)) { in datai_run()
1971 while(TESTLO(DMASTAT, DFIFOFULL|INTSTAT) && time_before(jiffies,the_time)) in datai_run()
1974 if(TESTLO(DMASTAT, DFIFOFULL|INTSTAT)) { in datai_run()
2042 if(TESTLO(DMASTAT, INTSTAT) || in datai_run()
2096 while(TESTLO(DMASTAT, INTSTAT) && CURRENT_SC->SCp.this_residual>0) { in datao_run()
2133 while(TESTLO(DMASTAT, DFIFOEMP|INTSTAT) && time_before(jiffies,the_time)) in datao_run()
2136 if(TESTLO(DMASTAT, DFIFOEMP|INTSTAT)) { in datao_run()
[all …]
Daha152x.h236 #define INTSTAT 0x20 macro
/Linux-v5.4/drivers/scsi/aic7xxx/
Daic79xx_pci.c473 if ((ahd_inb(ahd, INTSTAT) & PCIINT) != 0) { in ahd_pci_test_register_access()
483 if ((ahd_inb(ahd, INTSTAT) & PCIINT) != 0) { in ahd_pci_test_register_access()
792 intstat = ahd_inb(ahd, INTSTAT); in ahd_pci_intr()
Daic7xxx_osm.h509 ahc_inb(ahc, INTSTAT); in ahc_flush_device_writes()
Daic79xx_osm.h492 ahd_inb(ahd, INTSTAT); in ahd_flush_device_writes()
Daic7xxx.seq640 mvi INTSTAT,CMDCMPLT ret;
1689 mvi INTSTAT,CMDCMPLT ret;
1824 mvi INTSTAT, OUT_OF_RANGE;
1828 mvi INTSTAT, OUT_OF_RANGE;
1836 mvi INTSTAT, OUT_OF_RANGE;
1840 mvi INTSTAT, OUT_OF_RANGE;
2396 mov INTSTAT, SINDEX;
Daic7xxx_pci.c1104 if ((ahc_inb(ahc, INTSTAT) & BRKADRINT) == 0 in ahc_probe_ext_scbram()
1116 && ((ahc_inb(ahc, INTSTAT) & BRKADRINT) == 0 in ahc_probe_ext_scbram()
Daic79xx_reg_print.c_shipped26 return (ahd_print_register(INTSTAT_parse_table, 9, "INTSTAT",
Daic79xx_reg.h_shipped19 ahd_print_register(NULL, 0, "INTSTAT", 0x01, regvalue, cur_col, wrap)
370 #define INTSTAT 0x01
Daic7xxx_reg.h_shipped640 #define INTSTAT 0x91
Daic7xxx_core.c359 if ((ahc_inb(ahc, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) == 0) in ahc_unpause()
746 intstat = ahc_inb(ahc, INTSTAT); in ahc_intr()
5604 intstat = ahc_inb(ahc, INTSTAT); in ahc_pause_and_flushwork()
5607 intstat = ahc_inb(ahc, INTSTAT); in ahc_pause_and_flushwork()
5615 ahc_inb(ahc, INTSTAT)); in ahc_pause_and_flushwork()
Daic79xx_core.c398 if ((ahd_inb(ahd, INTSTAT) & ~CMDCMPLT) == 0) in ahd_unpause()
969 intstat = ahd_inb(ahd, INTSTAT); in ahd_intr()
7886 intstat = ahd_inb(ahd, INTSTAT); in ahd_pause_and_flushwork()
7889 intstat = ahd_inb(ahd, INTSTAT); in ahd_pause_and_flushwork()
7899 ahd_inb(ahd, INTSTAT)); in ahd_pause_and_flushwork()
9712 ahd_intstat_print(ahd_inb(ahd, INTSTAT), &cur_col, 50); in ahd_dump_card_state()
Daic7xxx.reg870 register INTSTAT {
Daic79xx.reg114 register INTSTAT {
Daic79xx.seq286 mvi INTSTAT, CMDCMPLT;
/Linux-v5.4/sound/pci/ice1712/
Dice1712.c455 pbkstatus = inw(ICEDS(ice, INTSTAT)); in snd_ice1712_interrupt()
463 outw(3 << (idx * 2), ICEDS(ice, INTSTAT)); in snd_ice1712_interrupt()