Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/smsc/
Depic100.c193 COMMAND=0, INTSTAT=4, INTMASK=8, GENCTL=0x0C, NVCTL=0x10, EECTL=0x14, enumerator
827 er32(COMMAND), er32(GENCTL), er32(INTSTAT)); in epic_restart()
862 er32(INTMASK), er32(INTSTAT), er32(RxSTAT)); in epic_timer()
1076 status = er32(INTSTAT); in epic_interrupt()
1078 ew32(INTSTAT, status & EpicNormalEvent); in epic_interrupt()
1082 status, er32(INTSTAT)); in epic_interrupt()
1126 ew32(INTSTAT, status & 0x7f18); in epic_interrupt()
1238 status = er32(INTSTAT); in epic_rx_err()
1274 ew32(INTSTAT, EpicNapiEvent); in epic_poll()
1301 er32(INTSTAT)); in epic_close()
/linux-4.1.27/drivers/scsi/
Daha152x.c814 if (TESTHI(DMASTAT, INTSTAT)) { in aha152x_probe_one()
908 return TESTHI(DMASTAT, INTSTAT); in setup_expected_interrupts()
1349 if( TESTLO(DMASTAT, INTSTAT) ) in intr()
1980 while(TESTLO(DMASTAT, INTSTAT) || TESTLO(DMASTAT, DFIFOEMP) || TESTLO(SSTAT2, SEMPTY)) { in datai_run()
1986 while(TESTLO(DMASTAT, DFIFOFULL|INTSTAT) && time_before(jiffies,the_time)) in datai_run()
1989 if(TESTLO(DMASTAT, DFIFOFULL|INTSTAT)) { in datai_run()
2058 if(TESTLO(DMASTAT, INTSTAT) || in datai_run()
2112 while(TESTLO(DMASTAT, INTSTAT) && CURRENT_SC->SCp.this_residual>0) { in datao_run()
2149 while(TESTLO(DMASTAT, DFIFOEMP|INTSTAT) && time_before(jiffies,the_time)) in datao_run()
2152 if(TESTLO(DMASTAT, DFIFOEMP|INTSTAT)) { in datao_run()
[all …]
Daha152x.h235 #define INTSTAT 0x20 macro
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx_pci.c481 if ((ahd_inb(ahd, INTSTAT) & PCIINT) != 0) { in ahd_pci_test_register_access()
491 if ((ahd_inb(ahd, INTSTAT) & PCIINT) != 0) { in ahd_pci_test_register_access()
800 intstat = ahd_inb(ahd, INTSTAT); in ahd_pci_intr()
Daic7xxx_osm.h514 ahc_inb(ahc, INTSTAT); in ahc_flush_device_writes()
Daic79xx_osm.h504 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.c1111 if ((ahc_inb(ahc, INTSTAT) & BRKADRINT) == 0 in ahc_probe_ext_scbram()
1123 && ((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",
Daic7xxx_reg.h_shipped640 #define INTSTAT 0x91
Daic7xxx_core.c366 if ((ahc_inb(ahc, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) == 0) in ahc_unpause()
753 intstat = ahc_inb(ahc, INTSTAT); in ahc_intr()
5637 intstat = ahc_inb(ahc, INTSTAT); in ahc_pause_and_flushwork()
5640 intstat = ahc_inb(ahc, INTSTAT); in ahc_pause_and_flushwork()
5648 ahc_inb(ahc, INTSTAT)); in ahc_pause_and_flushwork()
Daic79xx_core.c406 if ((ahd_inb(ahd, INTSTAT) & ~CMDCMPLT) == 0) in ahd_unpause()
977 intstat = ahd_inb(ahd, INTSTAT); in ahd_intr()
7938 intstat = ahd_inb(ahd, INTSTAT); in ahd_pause_and_flushwork()
7941 intstat = ahd_inb(ahd, INTSTAT); in ahd_pause_and_flushwork()
7951 ahd_inb(ahd, INTSTAT)); in ahd_pause_and_flushwork()
9764 ahd_intstat_print(ahd_inb(ahd, INTSTAT), &cur_col, 50); in ahd_dump_card_state()
Daic79xx_reg.h_shipped26 ahd_print_register(NULL, 0, "INTSTAT", 0x01, regvalue, cur_col, wrap)
1245 #define INTSTAT 0x01
Daic7xxx.reg870 register INTSTAT {
Daic79xx.reg114 register INTSTAT {
Daic79xx.seq286 mvi INTSTAT, CMDCMPLT;
/linux-4.1.27/sound/pci/ice1712/
Dice1712.c469 pbkstatus = inw(ICEDS(ice, INTSTAT)); in snd_ice1712_interrupt()
477 outw(3 << (idx * 2), ICEDS(ice, INTSTAT)); in snd_ice1712_interrupt()