Home
last modified time | relevance | path

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

/linux-6.1.9/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()
1080 status = er32(INTSTAT); in epic_interrupt()
1082 ew32(INTSTAT, status & EpicNormalEvent); in epic_interrupt()
1086 status, er32(INTSTAT)); in epic_interrupt()
1129 ew32(INTSTAT, status & 0x7f18); in epic_interrupt()
1244 status = er32(INTSTAT); in epic_rx_err()
1272 ew32(INTSTAT, EpicNapiEvent); in epic_poll()
1293 er32(INTSTAT)); in epic_close()
/linux-6.1.9/drivers/scsi/
Daha152x.c824 if (TESTHI(DMASTAT, INTSTAT)) { in aha152x_probe_one()
920 return TESTHI(DMASTAT, INTSTAT); in setup_expected_interrupts()
1362 if( TESTLO(DMASTAT, INTSTAT) ) in intr()
2011 while(TESTLO(DMASTAT, INTSTAT) || TESTLO(DMASTAT, DFIFOEMP) || TESTLO(SSTAT2, SEMPTY)) { in datai_run()
2017 while(TESTLO(DMASTAT, DFIFOFULL|INTSTAT) && time_before(jiffies,the_time)) in datai_run()
2020 if(TESTLO(DMASTAT, DFIFOFULL|INTSTAT)) { in datai_run()
2087 if(TESTLO(DMASTAT, INTSTAT) || in datai_run()
2142 while (TESTLO(DMASTAT, INTSTAT) && acp->this_residual > 0) { in datao_run()
2178 while(TESTLO(DMASTAT, DFIFOEMP|INTSTAT) && time_before(jiffies,the_time)) in datao_run()
2181 if(TESTLO(DMASTAT, DFIFOEMP|INTSTAT)) { in datao_run()
[all …]
Daha152x.h236 #define INTSTAT 0x20 macro
/linux-6.1.9/drivers/scsi/aic7xxx/
Daic79xx_pci.c471 if ((ahd_inb(ahd, INTSTAT) & PCIINT) != 0) { in ahd_pci_test_register_access()
481 if ((ahd_inb(ahd, INTSTAT) & PCIINT) != 0) { in ahd_pci_test_register_access()
790 intstat = ahd_inb(ahd, INTSTAT); in ahd_pci_intr()
Daic7xxx_osm.h507 ahc_inb(ahc, INTSTAT); in ahc_flush_device_writes()
Daic79xx_osm.h490 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()
5575 intstat = ahc_inb(ahc, INTSTAT); in ahc_pause_and_flushwork()
5578 intstat = ahc_inb(ahc, INTSTAT); in ahc_pause_and_flushwork()
5586 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()
7845 intstat = ahd_inb(ahd, INTSTAT); in ahd_pause_and_flushwork()
7848 intstat = ahd_inb(ahd, INTSTAT); in ahd_pause_and_flushwork()
7858 ahd_inb(ahd, INTSTAT)); in ahd_pause_and_flushwork()
9667 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-6.1.9/sound/pci/ice1712/
Dice1712.c449 pbkstatus = inw(ICEDS(ice, INTSTAT)); in snd_ice1712_interrupt()
457 outw(3 << (idx * 2), ICEDS(ice, INTSTAT)); in snd_ice1712_interrupt()