Searched refs:intv (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-se/7343/
H A Dirq.c42 unsigned short intv = __raw_readw(PA_CPLD_ST); local
45 intv &= (1 << SE7343_FPGA_IRQ_NR) - 1;
47 for (; intv; intv >>= 1, ext_irq++) {
48 if (!(intv & 1))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-se/7722/
H A Dirq.c42 unsigned short intv = __raw_readw(IRQ01_STS); local
45 intv &= (1 << SE7722_FPGA_IRQ_NR) - 1;
47 for (; intv; intv >>= 1, ext_irq++) {
48 if (!(intv & 1))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/cchips/hd6446x/
H A Dhd64461.c58 unsigned short intv = __raw_readw(HD64461_NIRR); local
61 intv &= (1 << HD64461_IRQ_NUM) - 1;
63 for (; intv; intv >>= 1, ext_irq++) {
64 if (!(intv & 1))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-se/7724/
H A Dirq.c95 unsigned short intv = __raw_readw(set.sraddr); local
98 intv &= set.mask;
100 for (; intv; intv >>= 1, ext_irq++) {
101 if (!(intv & 1))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Draw3270.h127 /* Return value of *intv (see raw3270_fn below) can be one of the following: */
139 int (*intv)(struct raw3270_view *, member in struct:raw3270_fn
H A Dfs3270.c420 .intv = (void *) fs3270_irq,
H A Dcon3270.c419 .intv = (void *) con3270_irq
H A Draw3270.c357 rc = view->fn->intv(view, rq, irb);
490 .intv = raw3270_init_irq
H A Dtty3270.c833 .intv = (void *) tty3270_irq,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_iba6120.c2972 static void qib_set_cntr_6120_sample(struct qib_pportdata *ppd, u32 intv, argument
2977 if (start && intv) {
2980 } else if (intv) {
2984 mod_timer(&cs->pma_timer, jiffies + usecs_to_jiffies(intv));
H A Dqib_iba7220.c4184 static void qib_set_cntr_7220_sample(struct qib_pportdata *ppd, u32 intv, argument
4187 write_7220_creg(ppd->dd, cr_psinterval, intv);
H A Dqib_iba7322.c6234 static void qib_set_cntr_7322_sample(struct qib_pportdata *ppd, u32 intv, argument
6237 qib_write_kreg_port(ppd, krp_psinterval, intv);
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dwlioctl.h1606 int intv[10]; member in struct:__anon19614

Completed in 208 milliseconds