Home
last modified time | relevance | path

Searched refs:int_flags (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/
Dmipsnet.c179 u32 int_flags; in mipsnet_interrupt() local
186 int_flags = inl(regaddr(dev, interruptControl)); in mipsnet_interrupt()
187 if (int_flags & MIPSNET_INTCTL_TESTBIT) { in mipsnet_interrupt()
191 } else if (int_flags & MIPSNET_INTCTL_TXDONE) { in mipsnet_interrupt()
198 } else if (int_flags & MIPSNET_INTCTL_RXDONE) { in mipsnet_interrupt()
/linux-3.4.99/drivers/acpi/acpica/
Drsserial.c79 AML_OFFSET(gpio.int_flags),
83 AML_OFFSET(gpio.int_flags),
87 AML_OFFSET(gpio.int_flags),
91 AML_OFFSET(gpio.int_flags),
Damlresrc.h298 u16 int_flags; member
/linux-3.4.99/fs/ncpfs/
Dncp_fs_sb.h24 unsigned int int_flags; /* internal flags */ member
Dinode.c378 data->int_flags = 0; in ncp_parse_options()
477 data.int_flags = NCP_IMOUNT_LOGGEDIN_POSSIBLE; in ncp_fill_super()
Dioctl.c321 if (!(server->m.int_flags & NCP_IMOUNT_LOGGEDIN_POSSIBLE)) in __ncp_ioctl()