Searched refs:istat (Results 1 - 23 of 23) sorted by path

/linux-master/arch/mips/include/asm/ip32/
H A Dcrime.h46 volatile unsigned long istat; member in struct:sgi_crime
H A Dmace.h194 volatile unsigned long istat; member in struct:mace_isactrl
/linux-master/drivers/net/ethernet/broadcom/
H A Db44.h361 u32 imask, istat; member in struct:b44
H A Db44.c848 if (bp->istat & (ISTAT_TX | ISTAT_TO)) {
853 if (bp->istat & ISTAT_RFO) { /* fast recovery, in ~20msec */
854 bp->istat &= ~ISTAT_RFO;
865 if (bp->istat & ISTAT_RX)
868 if (bp->istat & ISTAT_ERRORS) {
890 u32 istat, imask; local
895 istat = br32(bp, B44_ISTAT);
902 istat &= imask;
903 if (istat) {
915 bp->istat
[all...]
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_fw1.h226 SCR_FROM_REG (istat),
H A Dsym_fw2.h219 SCR_FROM_REG (istat),
H A Dsym_hipd.c141 u_char istat = 0; local
149 istat = INB(np, nc_istat);
150 if (istat & SIP) {
153 else if (istat & DIP) {
162 "ISTAT=0x%02x.\n", sym_name(np), istat);
2804 u_char istat, istatc; local
2819 istat = INB(np, nc_istat);
2820 if (istat & INTF) {
2821 OUTB(np, nc_istat, (istat & SIGP) | INTF | np->istat_sem);
2822 istat |
[all...]
/linux-master/arch/mips/sgi-ip32/
H A Dip32-irq.c281 mace_int = mace->perif.ctrl.istat;
283 mace->perif.ctrl.istat = mace_int;
335 printk("CRIME intr status: %016lx\n", crime->istat);
338 printk("MACE ISA intr status: %08lx\n", mace->perif.ctrl.istat);
364 crime_int = crime->istat & crime_mask;
373 unsigned long mace_int = mace->perif.ctrl.istat;
433 mace->perif.ctrl.istat = 0;
/linux-master/drivers/atm/
H A Dfore200e.h703 u32 istat; /* 1 for interrupt posted */ member in struct:cp_queues
H A Didt77105.c117 unsigned char istat; local
126 istat = GET(ISTAT); /* side effect: clears all interrupt status bits */
127 if (istat & IDT77105_ISTAT_GOODSIG) {
215 unsigned char istat; local
217 istat = GET(ISTAT); /* side effect: clears all interrupt status bits */
219 DPRINTK("IDT77105 generated an interrupt, istat=%02x\n", (unsigned)istat);
221 if (istat & IDT77105_ISTAT_RSCC) {
223 if (istat & IDT77105_ISTAT_GOODSIG) { /* signal detected again */
244 if (istat
[all...]
/linux-master/drivers/i2c/muxes/
H A Di2c-mux-pca9541.c189 int istat; local
194 istat = pca9541_reg_read(client, PCA9541_ISTAT);
195 if (!(istat & PCA9541_ISTAT_NMYTEST)
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_iba6120.c1513 static noinline void unlikely_6120_intr(struct qib_devdata *dd, u64 istat) argument
1515 if (unlikely(istat & ~QLOGIC_IB_I_BITSEXTANT))
1517 istat & ~QLOGIC_IB_I_BITSEXTANT);
1519 if (istat & QLOGIC_IB_I_ERROR) {
1527 istat);
1531 if (istat & QLOGIC_IB_I_GPIO) {
1587 u32 istat, ctxtrbits, rmask, crcs = 0; local
1601 istat = qib_read_kreg32(dd, kr_intstatus);
1603 if (unlikely(!istat)) {
1607 if (unlikely(istat
[all...]
H A Dqib_iba7220.c1793 static void sdma_7220_intr(struct qib_pportdata *ppd, u64 istat) argument
1857 static noinline void unlikely_7220_intr(struct qib_devdata *dd, u64 istat) argument
1859 if (unlikely(istat & ~QLOGIC_IB_I_BITSEXTANT))
1862 istat & ~QLOGIC_IB_I_BITSEXTANT);
1864 if (istat & QLOGIC_IB_I_GPIO) {
1904 if (istat & QLOGIC_IB_I_ERROR) {
1912 istat);
1922 u64 istat; local
1938 istat = qib_read_kreg64(dd, kr_intstatus);
1940 if (unlikely(!istat)) {
[all...]
H A Dqib_iba7322.c2873 static void sdma_7322_intr(struct qib_devdata *dd, u64 istat) argument
2877 u64 intr0 = istat & (INT_MASK_P(SDma, 0) |
2879 u64 intr1 = istat & (INT_MASK_P(SDma, 1) |
2887 if (istat & INT_MASK_PM(SDmaCleanupDone, 0))
2889 if (istat & INT_MASK_PM(SDmaCleanupDone, 1))
2915 static noinline void unknown_7322_ibits(struct qib_devdata *dd, u64 istat) argument
2920 kills = istat & ~QIB_I_BITSEXTANT;
2996 static noinline void unlikely_7322_intr(struct qib_devdata *dd, u64 istat) argument
2998 if (istat & ~QIB_I_BITSEXTANT)
2999 unknown_7322_ibits(dd, istat);
3048 u64 istat; local
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Dcxd2099.c491 u8 istat; local
493 read_reg(ci, 0x04, &istat);
494 if (!istat)
496 write_reg(ci, 0x05, istat);
498 if (istat & 0x40)
500 if (istat & 0x20)
503 if (istat & 2) {
522 if ((istat & 8) &&
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-i2c.c44 u32 istat = ddbreadl(dev, INTERRUPT_STATUS); local
46 dev_err(dev->dev, "DDBridge IRS %08x\n", istat);
55 if (istat & 1) {
56 ddbwritel(dev, istat & 1, INTERRUPT_ACK);
/linux-master/drivers/scsi/
H A D53c700.c1490 __u8 istat; local
1502 if((istat = NCR_700_readb(host, ISTAT_REG))
1511 if(istat & SCSI_INT_PENDING) {
1517 if(istat & DMA_INT_PENDING) {
1526 DEBUG(("scsi%d: istat %02x sstat0 %02x dstat %02x dsp %04x[%08x] dsps 0x%x\n",
1527 host->host_no, istat, sstat0, dstat,
H A Dncr53c8xx.c5730 u_char istat, dstat; local
5738 ** the istat register is a READ in order to flush posted
5741 istat = INB (nc_istat);
5742 if (istat & INTF) {
5743 OUTB (nc_istat, (istat & SIGP) | INTF);
5744 istat = INB (nc_istat);
5749 if (!(istat & (SIP|DIP)))
5752 if (istat & CABRT)
5760 sist = (istat & SIP) ? INW (nc_sist) : 0;
5761 dstat = (istat
[all...]
/linux-master/drivers/tty/serial/
H A Dmxs-auart.c1089 u32 istat, stat; local
1096 istat = mxs_read(s, REG_INTR);
1099 mxs_clr(istat & (AUART_INTR_RTIS | AUART_INTR_TXIS | AUART_INTR_RXIS
1112 if (istat & AUART_INTR_CTSMIS) {
1117 istat &= ~AUART_INTR_CTSMIS;
1120 if (istat & (AUART_INTR_RTIS | AUART_INTR_RXIS)) {
1123 istat &= ~(AUART_INTR_RTIS | AUART_INTR_RXIS);
1126 if (istat & AUART_INTR_TXIS) {
1128 istat &= ~AUART_INTR_TXIS;
/linux-master/drivers/usb/gadget/udc/aspeed-vhub/
H A Dcore.c97 u32 i, istat; local
106 istat = readl(vhub->regs + AST_VHUB_ISR);
107 if (!istat)
109 writel(istat, vhub->regs + AST_VHUB_ISR);
113 istat,
118 if (istat & VHUB_IRQ_EP_POOL_ACK_STALL) {
132 if (istat & vhub->port_irq_mask) {
134 if (istat & VHUB_DEV_IRQ(i))
140 if (istat & (VHUB_IRQ_HUB_EP0_OUT_ACK_STALL |
143 if (istat
[all...]
H A Ddev.c33 u32 istat = readl(d->regs + AST_VHUB_DEV_ISR); local
35 writel(istat, d->regs + AST_VHUB_DEV_ISR);
37 if (istat & VHUV_DEV_IRQ_EP0_IN_ACK_STALL)
39 if (istat & VHUV_DEV_IRQ_EP0_OUT_ACK_STALL)
41 if (istat & VHUV_DEV_IRQ_EP0_SETUP)
/linux-master/tools/perf/
H A Dbuiltin-annotate.c440 struct annotated_item_stat *istat, *pos, *iter; local
449 list_for_each_entry_safe(istat, pos, &tmp, list) {
450 total_good += istat->good;
451 total_bad += istat->bad;
452 sum1 = istat->good + istat->bad;
459 list_move_tail(&istat->list, &iter->list);
469 list_for_each_entry(istat, head, list)
470 printf(" %-10s: %5d %5d\n", istat->name, istat
[all...]
/linux-master/tools/perf/util/
H A Dannotate.c3746 struct annotated_item_stat *istat; local
3748 list_for_each_entry(istat, head, list) {
3749 if (!strcmp(istat->name, name))
3750 return istat;
3753 istat = zalloc(sizeof(*istat));
3754 if (istat == NULL)
3757 istat->name = strdup(name);
3758 if (istat->name == NULL) {
3759 free(istat);
3821 struct annotated_item_stat *istat; local
[all...]

Completed in 887 milliseconds