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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/usb-modeswitch-2.2.3/jim/
H A Djim.c9787 Jim_Obj **intv; local
9793 intv = sintv;
9795 intv = Jim_Alloc(sizeof(Jim_Obj *) * tokens);
9798 * in the intv objects vector. */
9800 switch (JimSubstOneToken(interp, &token[i], &intv[i])) {
9814 intv[i] = NULL;
9821 Jim_DecrRefCount(interp, intv[i]);
9823 if (intv != sintv) {
9824 Jim_Free(intv);
9828 Jim_IncrRefCount(intv[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/usb-modeswitch-2.2.3/jim/
H A Djim.c9787 Jim_Obj **intv; local
9793 intv = sintv;
9795 intv = Jim_Alloc(sizeof(Jim_Obj *) * tokens);
9798 * in the intv objects vector. */
9800 switch (JimSubstOneToken(interp, &token[i], &intv[i])) {
9814 intv[i] = NULL;
9821 Jim_DecrRefCount(interp, intv[i]);
9823 if (intv != sintv) {
9824 Jim_Free(intv);
9828 Jim_IncrRefCount(intv[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/usb-modeswitch-2.2.3/jim/
H A Djim.c9787 Jim_Obj **intv; local
9793 intv = sintv;
9795 intv = Jim_Alloc(sizeof(Jim_Obj *) * tokens);
9798 * in the intv objects vector. */
9800 switch (JimSubstOneToken(interp, &token[i], &intv[i])) {
9814 intv[i] = NULL;
9821 Jim_DecrRefCount(interp, intv[i]);
9823 if (intv != sintv) {
9824 Jim_Free(intv);
9828 Jim_IncrRefCount(intv[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);

Completed in 586 milliseconds

12