Searched refs:level2 (Results 1 - 24 of 24) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dmv64x60_pic.c81 int level2 = irq_map[virq].hwirq & MV64x60_LEVEL2_MASK; local
85 mv64x60_cached_low_mask &= ~(1 << level2);
94 int level2 = irq_map[virq].hwirq & MV64x60_LEVEL2_MASK; local
98 mv64x60_cached_low_mask |= 1 << level2;
118 int level2 = irq_map[virq].hwirq & MV64x60_LEVEL2_MASK; local
122 mv64x60_cached_high_mask &= ~(1 << level2);
131 int level2 = irq_map[virq].hwirq & MV64x60_LEVEL2_MASK; local
135 mv64x60_cached_high_mask |= 1 << level2;
155 int level2 = irq_map[virq].hwirq & MV64x60_LEVEL2_MASK; local
159 mv64x60_cached_gpp_mask &= ~(1 << level2);
168 int level2 = irq_map[virq].hwirq & MV64x60_LEVEL2_MASK; local
183 int level2 = irq_map[virq].hwirq & MV64x60_LEVEL2_MASK; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A D3level.h58 uint32_t *level2; member in struct:TABLE
73 t->level2 = NULL;
95 uint32_t lookup2 = t->level2[index2];
141 t->level2 = (uint32_t *) xrealloc ((char *) t->level2,
148 t->level2[i] = EMPTY;
154 if (t->level2[index2] == EMPTY)
167 t->level2[index2] = t->level3_size++;
170 index3 += t->level2[index2] << t->p;
191 uint32_t lookup2 = t->level2[index
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/tx4938/common/
H A Dirq.c275 u32 level2; local
277 level2 = TX4938_RD(0xff1ff6a0);
278 if ((level2 & 0x10000) == 0) {
279 level2 &= 0x1f;
280 sw_irq = TX4938_IRQ_PIC_BEG + level2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/tx4927/common/
H A Dtx4927_irq.c381 u32 level2; local
385 level2 = TX4927_RD(0xff1ff6a0);
386 TX4927_IRQ_DPRINTK(TX4927_IRQ_NEST2, "=level2a=0x%x\n", level2);
388 if ((level2 & 0x10000) == 0) {
389 level2 &= 0x1f;
390 TX4927_IRQ_DPRINTK(TX4927_IRQ_NEST3, "=level2b=0x%x\n", level2);
392 sw_irq = TX4927_IRQ_PIC_BEG + level2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Drpc_dfs.h173 uint32 level2; member in struct:dfs_q_dfs_enum
187 uint32 level2; member in struct:dfs_r_dfs_enum
H A Drpc_spoolss.h1954 uint32 level2; /* This should really be part of the FORM structure */ member in struct:spool_q_addform
1970 uint32 level2; member in struct:spool_q_setform
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/tx4927/toshiba_rbtx4927/
H A Dtoshiba_rbtx4927_irq.c522 u32 level2; local
541 level2 = TX4927_RD(0xff1ff6a0);
542 level2_p = (((level2 & 0x10000)) ? 0 : 1);
543 level2_s = (((level2 & 0x1f) == 0x1f) ? 0 : (level2 & 0x1f));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Din2000.c438 if ((hostdata->level2 <= L2_NONE) || (hostdata->sync_stat[cmd->device->id] == SS_UNSET)) {
656 if ((hostdata->level2 >= L2_DATA) || (hostdata->level2 == L2_BASIC && cmd->SCp.phase == 0)) {
672 if ((hostdata->level2 >= L2_DATA) || (hostdata->level2 == L2_BASIC && cmd->SCp.phase == 0)) {
1036 if (hostdata->level2 >= L2_BASIC) {
1078 if (hostdata->level2 >= L2_BASIC) {
1364 if (hostdata->level2 <= L2_NONE) {
1402 if (hostdata->level2 < L2_RESELECT)
1441 if (hostdata->level2 >
[all...]
H A Dwd33c93.c584 if ((hostdata->level2 == L2_NONE) ||
772 if ((hostdata->level2 >= L2_DATA) ||
773 (hostdata->level2 == L2_BASIC && cmd->SCp.phase == 0)) {
963 if (hostdata->level2 >= L2_BASIC) {
1007 if (hostdata->level2 >= L2_BASIC) {
1335 if (hostdata->level2 <= L2_NONE) {
1379 if (hostdata->level2 < L2_RESELECT)
1470 if (hostdata->level2 >= L2_RESELECT) {
1956 hostdata->level2 = L2_BASIC;
2000 if (check_setup_args("level2",
[all...]
H A Dwd33c93.h247 uchar level2; /* extent to which Level-2 commands are used */ member in struct:WD33C93_hostdata
297 /* defines for hostdata->level2 */
H A Din2000.h292 uchar level2; /* extent to which Level-2 commands are used */ member in struct:IN2000_hostdata
337 /* defines for hostdata->level2 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Diptables-xml.c374 char *level2 = NULL; local
441 level2 = NULL;
449 level2 = NULL;
497 level2 = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Diptables-xml.c372 char *level2 = NULL; local
441 level2 = NULL;
449 level2 = NULL;
497 level2 = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_dfs.c317 q_d->level2 = level;
348 if(!prs_uint32("level2", ps, depth, &q_d->level2))
350 if(!prs_uint32("level3", ps, depth, &q_d->level2))
487 if(!prs_uint32("level2", ps, depth, &ctr->switch_value))
H A Dparse_spoolss.c6488 if(!prs_uint32("level2", ps, depth, &q_u->level2))
6539 if(!prs_uint32("level2", ps, depth, &q_u->level2))
7588 q_u->level2 = level;
7603 q_u->level2 = level;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_dfs_nt.c330 r_u->level = r_u->level2 = level;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Doplock.c499 static void prepare_break_message(char *outbuf, files_struct *fsp, BOOL level2) argument
512 SCVAL(outbuf,smb_vwv3+1,level2 ? OPLOCKLEVEL_II : OPLOCKLEVEL_NONE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DComplexFormat.java1934 int level2 = newHierarchyLevels[level];
1935 ComplexFormat newFormat2 = (level2 != DO_NOT_READ_ACCESSOR) ?
1936 newHierarchy[level2] : null;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-csharp.c786 int level2[3 << 7]; member in struct:__anon2438
990 int level2[4 << 7]; member in struct:__anon2439
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/capi/
H A Dcapidrv.c145 int send, int level2, u8 *data, u16 len);
1423 int send, int level2, u8 *data, u16 len)
1434 if (level2) {
1422 handle_dtrace_data(capidrv_contr *card, int send, int level2, u8 *data, u16 len) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlinebreak.c94 int lookup2 = lbrkprop.level2[lookup1 + index2];
H A Dlbrkprop.h28 int level2[4 << 9]; member in struct:__anon2219
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dlinebreak.c94 int lookup2 = lbrkprop.level2[lookup1 + index2];
H A Dlbrkprop.h28 int level2[4 << 9]; member in struct:__anon2363

Completed in 223 milliseconds