Home
last modified time | relevance | path

Searched refs:b5 (Results 1 – 25 of 28) sorted by relevance

12

/linux-3.4.99/drivers/net/wireless/
Dray_cs.c550 memcpy_toio(local->sram + HOST_TO_ECF_BASE, &local->sparm.b5, in dl_startup_params()
620 memcpy((UCHAR *) &local->sparm.b5, b5_default_startup_parms, in init_startup_params()
623 local->sparm.b5.a_hop_time[0] = (hop_dwell >> 8) & 0xff; in init_startup_params()
624 local->sparm.b5.a_hop_time[1] = hop_dwell & 0xff; in init_startup_params()
625 local->sparm.b5.a_beacon_period[0] = in init_startup_params()
627 local->sparm.b5.a_beacon_period[1] = beacon_period & 0xff; in init_startup_params()
629 local->sparm.b5.a_power_mgt_state = 1; in init_startup_params()
630 local->sparm.b5.a_curr_country_code = country; in init_startup_params()
631 local->sparm.b5.a_hop_pattern_length = in init_startup_params()
1054 local->sparm.b5.a_hop_pattern = wrqu->freq.m; in ray_set_freq()
[all …]
Dray_cs.h38 struct b5_startup_params b5; member
/linux-3.4.99/drivers/atm/
Dfore200e.h73 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5; argument
74 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6; argument
79 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b3; b2; b1; argument
80 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1; argument
/linux-3.4.99/arch/c6x/kernel/
Dsignal.c49 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); in restore_sigcontext()
112 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); in setup_sigcontext()
Dasm-offsets.c71 OFFSET(REGS_B5, pt_regs, b5); in foo()
Dtraps.c41 pr_err("A5: %08lx B5: %08lx\n", regs->a5, regs->b5); in show_regs()
/linux-3.4.99/Documentation/scsi/
Daacraid.txt39 9005:0285:9005:02b5 Adaptec 5445 (Voodoo44)
40 9005:0285:15d9:02b5 SMC AOC-USAS-S4i
/linux-3.4.99/arch/c6x/include/asm/
Dptrace.h130 REG_PAIR(b5, b4);
/linux-3.4.99/arch/ia64/include/asm/
Dptrace.h221 unsigned long b5; member
/linux-3.4.99/Documentation/blockdev/
Dcpqarray.txt67 b7 b6 b5 b4 b3 b2 b1 b0
Dcciss.txt63 b7 b6 b5 b4 b3 b2 b1 b0
/linux-3.4.99/drivers/video/omap2/displays/
Dpanel-taal.c335 int b5, b6, b7; in taal_set_addr_mode() local
346 b5 = 0; in taal_set_addr_mode()
351 b5 = 1; in taal_set_addr_mode()
356 b5 = 0; in taal_set_addr_mode()
361 b5 = 1; in taal_set_addr_mode()
369 mode |= (b7 << 7) | (b6 << 6) | (b5 << 5); in taal_set_addr_mode()
/linux-3.4.99/arch/ia64/kernel/
Dentry.h58 .spillsp b4,SW(B4)+16+(off); .spillsp b5,SW(B5)+16+(off); \
Drelocate_kernel.S233 mov r5=b5
Dmca_asm.S610 mov temp4=b5
773 mov b5=temp4
Dhead.S113 SAVE_FROM_REG(b5,_reg1,_reg2);; \
1127 SET_REG(b5);
1169 RESTORE_REG(b5, r25, r17);;
Dasm-offsets.c169 DEFINE(IA64_SWITCH_STACK_B5_OFFSET, offsetof (struct switch_stack, b5)); in foo()
Dentry.S95 ldf.fill f12=[sp]; mov f13=f0; mov b5=r0
311 mov r26=b5
440 mov b5=r26
/linux-3.4.99/drivers/tty/vt/
Dcp437.uni261 0xe6 U+00b5 U+03bc
269 0xee U+03b5 U+2208
/linux-3.4.99/arch/x86/kernel/
Dkprobes.c70 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
72 (b4##UL << 0x4)|(b5##UL << 0x5)|(b6##UL << 0x6)|(b7##UL << 0x7) | \
/linux-3.4.99/drivers/staging/asus_oled/
Dasus_oled.c283 uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5, in send_packet() argument
288 setup_packet_header(packet, b1, b2, b3, b4, b5, b6, 0x00); in send_packet()
/linux-3.4.99/Documentation/x86/
Dexception-tables.txt206 > c0199ff5 <.fixup+10b5> movl $0xfffffff2,%eax
247 and linked in vmlinux : > c0199ff5 <.fixup+10b5> movl $0xfffffff2,%eax
/linux-3.4.99/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h2332 #define MUX(b15,b14,b13,b12,b11,b10,b9,b8,b7,b6,b5,b4,b3,b2,b1,b0) \ argument
2343 (((b5) &3) << 10) | \
/linux-3.4.99/drivers/staging/telephony/
Dixj.h78 unsigned int b5:1; member
/linux-3.4.99/arch/ia64/kvm/
Dtrampoline.S32 mov r17 = b5; \
61 mov b5=r17; \

12