Searched refs:istat (Results 1 - 22 of 22) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/jmr3927/rbhma3100/
H A Dpci_ops.c280 while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)) ;
283 tx3927_pcicptr->istat |= PCI_ISTAT_IDICC;
293 while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)) ;
295 tx3927_pcicptr->istat |= PCI_ISTAT_IDICC;
317 while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)) ;
321 tx3927_pcicptr->istat |= PCI_ISTAT_IDICC;
345 while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)) ;
347 tx3927_pcicptr->istat |= PCI_ISTAT_IDICC;
365 while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)) ;
369 tx3927_pcicptr->istat |
[all...]
H A Dirq.c308 unsigned char istat = jmr3927_ioc_reg_in(JMR3927_IOC_INTS2_ADDR); local
312 if (istat & (1 << i)) {
325 unsigned char istat = jmr3927_isac_reg_in(JMR3927_ISAC_INTS2_ADDR); local
329 if (istat & (1 << i)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Didt77105.c119 unsigned char istat; local
128 istat = GET(ISTAT); /* side effect: clears all interrupt status bits */
129 if (istat & IDT77105_ISTAT_GOODSIG) {
219 unsigned char istat; local
221 istat = GET(ISTAT); /* side effect: clears all interrupt status bits */
223 DPRINTK("IDT77105 generated an interrupt, istat=%02x\n", (unsigned)istat);
225 if (istat & IDT77105_ISTAT_RSCC) {
227 if (istat & IDT77105_ISTAT_GOODSIG) { /* signal detected again */
248 if (istat
[all...]
H A Dfore200e.h694 u32 istat; /* 1 for interrupt posted */ member in struct:cp_queues
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dptifddi.h46 /*0x752*/ unsigned short istat; member in struct:dfddi_ram
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsim710.c303 " 20 lcrc: %02x ctest8:%02x istat: %02x dfifo: %02x\n"
438 unsigned char istat, tmp; local
460 istat = NCR_read8 (ISTAT_REG);
461 if (istat & ISTAT_SIP) {
462 DEB(DEB_HALT, printk("ncr_halt: got ISTAT_SIP, istat=%02x\n", istat));
465 } else if (istat & ISTAT_DIP) {
466 DEB(DEB_HALT, printk("ncr_halt: got ISTAT_DIP, istat=%02x\n", istat));
471 DEB(DEB_HALT, printk("ncr_halt: got DSTAT_ABRT, clearing istat\
944 unsigned char istat, dstat; local
1671 u32 istat, dstat = 0, sstat0 = 0, sstat1 = 0, dsp, dsps, scratch; local
[all...]
H A D53c7,8xx.c814 hostdata->istat = ((hostdata->chip / 100) == 8) ?
3755 NCR53c7x0_write8(hostdata->istat, ISTAT_10_SIGP);
4073 unsigned char istat; /* Values of interrupt regs */
4108 * Only read istat once, since reading it again will unstack
4111 istat = NCR53c7x0_read8(hostdata->istat);
4121 (is_8xx_chip && (istat & ISTAT_800_INTF))) {
4130 NCR53c7x0_write8(hostdata->istat, istat|ISTAT_800_INTF);
4214 if (istat
[all...]
H A D53c7xx.c831 hostdata->istat = ((hostdata->chip / 100) == 8) ?
3490 NCR53c7x0_write8(hostdata->istat, ISTAT_10_SIGP);
3937 unsigned char istat; /* Values of interrupt regs */ local
3952 * Only read istat once per loop, since reading it again will unstack
3956 while ((istat = NCR53c7x0_read8(hostdata->istat)) & (ISTAT_SIP|ISTAT_DIP)) {
3994 if (istat & ISTAT_SIP) {
4000 if (istat & ISTAT_DIP) {
4810 if (NCR53c7x0_read8(hostdata->istat) & (ISTAT_DIP|ISTAT_SIP)) {
5539 unsigned char istat, tm
[all...]
H A D53c700.c1535 __u8 istat; local
1552 if((istat = NCR_700_readb(host, ISTAT_REG))
1563 if(istat & SCSI_INT_PENDING) {
1569 if(istat & DMA_INT_PENDING) {
1578 DEBUG(("scsi%d: istat %02x sstat0 %02x dstat %02x dsp %04x[%08x] dsps 0x%x\n",
1579 host->host_no, istat, sstat0, dstat,
H A Dncr53c8xx.c6201 u_char istat, dstat; local
6209 ** the istat register is a READ in order to flush posted
6212 istat = INB (nc_istat);
6213 if (istat & INTF) {
6214 OUTB (nc_istat, (istat & SIGP) | INTF);
6215 istat = INB (nc_istat);
6220 if (!(istat & (SIP|DIP)))
6223 if (istat & CABRT)
6231 sist = (istat & SIP) ? INW (nc_sist) : 0;
6232 dstat = (istat
[all...]
H A Dsym53c8xx.c2616 SCR_FROM_REG (istat),
3118 SCR_FROM_REG (istat),
6967 u_char istat; local
6975 istat = INB (nc_istat);
6976 if (istat & SIP) {
6979 else if (istat & DIP) {
6988 "ISTAT=0x%02x.\n", ncr_name(np), istat);
8775 u_char istat, istatc; local
8787 istat = INB (nc_istat);
8788 if (istat
[all...]
H A D53c7,8xx.h1265 unsigned char istat; /* member in struct:NCR53c7x0_hostdata
H A D53c7xx.h1270 unsigned char istat; /* member in struct:NCR53c7x0_hostdata
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/jmr3927/
H A Dtx3927.h106 volatile unsigned long istat; member in struct:tx3927_pcic_reg
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/jmr3927/
H A Dtx3927.h106 volatile unsigned long istat; member in struct:tx3927_pcic_reg
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/jmr3927/
H A Dtx3927.h106 volatile unsigned long istat; member in struct:tx3927_pcic_reg
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/jmr3927/
H A Dtx3927.h106 volatile unsigned long istat; member in struct:tx3927_pcic_reg
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dstradis.c459 int istat; local
461 istat = debiread(saa, debNormal, IBM_MP2_HOST_INT, 2);
462 if (istat & 1) {
468 if (istat & 0x20) { /* Video Start */
471 if (istat & 0x400) { /* Picture Start */
474 if (istat & 0x200) { /* Picture Resolution Change */
477 if (istat & 0x100) { /* New User Data found */
480 if (istat & 0x1000) { /* new GOP/SMPTE */
483 if (istat & 0x8000) { /* Sequence Start Code */
489 if (istat
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c221 u_char istat; local
229 istat = INB (nc_istat);
230 if (istat & SIP) {
233 else if (istat & DIP) {
242 "ISTAT=0x%02x.\n", sym_name(np), istat);
2740 u_char istat, istatc; local
2755 istat = INB (nc_istat);
2756 if (istat & INTF) {
2757 OUTB (nc_istat, (istat & SIGP) | INTF | np->istat_sem);
2758 istat
[all...]
H A Dsym_fw1.h262 SCR_FROM_REG (istat),
H A Dsym_fw2.h260 SCR_FROM_REG (istat),
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dcpqarray.c1157 unsigned long istat; local
1161 istat = h->access.intr_pending(h);
1163 if (istat == 0)
1171 if (istat & FIFO_NOT_EMPTY) {

Completed in 325 milliseconds