Searched refs:gis (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dsunsab.h30 u8 gis; /* Global Interrupt Status */ member in struct:sab82532_async_rd_regs
H A Dsunsab.c308 if (readb(&up->regs->r.gis) & SAB82532_GIS_ISA0)
310 if (readb(&up->regs->r.gis) & SAB82532_GIS_ISA1)
336 if (readb(&up->regs->r.gis) & SAB82532_GIS_ISB0)
338 if (readb(&up->regs->r.gis) & SAB82532_GIS_ISB1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dpc300_drv.c2030 ucchar isr0, isr3, gis; local
2033 while ((gis = cpc_readb(falcbase + F_REG(GIS, ch))) != 0) {
2034 if (gis & GIS_ISR0) {
2045 if (gis & GIS_ISR1) {
2049 if (gis & GIS_ISR2) {
2053 if (gis & GIS_ISR3) {
2077 ucchar isr1, isr2, isr3, gis, rsp; local
2080 while ((gis = cpc_readb(falcbase + F_REG(GIS, ch))) != 0) {
2083 if (gis & GIS_ISR0) {
2086 if (gis
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dsynclink_cs.c1232 unsigned char gis, pis; local
1245 while ((gis = read_reg(info, CHA + GIS))) {
1247 printk("mgslpc_isr %s gis=%04X\n", info->device_name,gis);
1249 if ((gis & 0x70) || count > 1000) {
1255 if (gis & (BIT1 + BIT0)) {
1262 if (gis & (BIT3 + BIT2))
1305 if (gis & BIT7) {

Completed in 125 milliseconds