Searched refs:r1 (Results 51 - 75 of 82) sorted by path

1234

/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2560.c199 uint32_t r1, r2, r4; member in struct:__anon4
2104 rt2560_rf_write(sc, RAL_RF1, rt2560_rf5222[i].r1);
H A Drt2661.c191 uint32_t r1, r2, r3, r4; member in struct:rfprog
1128 uint32_t r1, r2; local
1144 r1 = RAL_READ(sc, RT2661_INT_SOURCE_CSR);
1145 RAL_WRITE(sc, RT2661_INT_SOURCE_CSR, r1);
1150 if (r1 & RT2661_MGT_DONE)
1153 if (r1 & RT2661_RX_DONE)
1156 if (r1 & RT2661_TX0_DMA_DONE)
1159 if (r1 & RT2661_TX1_DMA_DONE)
1162 if (r1 & RT2661_TX2_DMA_DONE)
1165 if (r1
[all...]
H A Drt2860.c209 uint32_t r1, r2, r3, r4; member in struct:rfprog
2454 rt2860_rf_write(sc, RT2860_RF1, rfprog[i].r1);
2461 rt2860_rf_write(sc, RT2860_RF1, rfprog[i].r1);
2468 rt2860_rf_write(sc, RT2860_RF1, rfprog[i].r1);
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_rum.c349 uint32_t r1, r2, r3, r4; member in struct:rfprog
2140 rum_rf_write(sc, RT2573_RF1, rfprog[i].r1);
2145 rum_rf_write(sc, RT2573_RF1, rfprog[i].r1);
2150 rum_rf_write(sc, RT2573_RF1, rfprog[i].r1);
H A Dif_run.c606 uint32_t r1, r2, r3, r4; member in struct:rfprog
4210 run_rt2870_rf_write(sc, rfprog[i].r1);
4217 run_rt2870_rf_write(sc, rfprog[i].r1);
4224 run_rt2870_rf_write(sc, rfprog[i].r1);
H A Dif_ural.c315 uint32_t r1; member in struct:__anon19
1684 ural_rf_write(sc, RAL_RF1, ural_rf5222[i].r1);
/haiku/src/bin/listusb/
H A Dusb_audio.cpp29 descriptor->r1.total_length);
32 for (uint8 i = 0; i < descriptor->r1.in_collection; i++)
33 printf("%u, ", descriptor->r1.interface_numbers[i]);
155 descriptor->r1.num_channels);
157 descriptor->r1.channel_config);
158 DumpChannelConfig(descriptor->r1.channel_config);
161 descriptor->r1.channel_names);
163 descriptor->r1.terminal);
185 descriptor->r1.terminal);
298 descriptor->r1
[all...]
/haiku/src/kits/interface/
H A DRegionSupport.cpp98 #define EXTENTCHECK(r1, r2) \
99 ((r1)->right > (r2)->left && \
100 (r1)->left < (r2)->right && \
101 (r1)->bottom > (r2)->top && \
102 (r1)->top < (r2)->bottom)
405 clipping_rect* r1,
418 while ((r1 != r1End) && (r2 != r2End))
420 left = max_c(r1->left,r2->left);
421 right = min_c(r1->right,r2->right);
449 if (r1
403 miIntersectO( BRegion* pReg, clipping_rect* r1, clipping_rect* r1End, clipping_rect* r2, clipping_rect* r2End, int top, int bottom) argument
804 miRegionOp( BRegion* newReg, const BRegion* reg1, const BRegion* reg2, int (*overlapFunc)( BRegion* pReg, clipping_rect* r1, clipping_rect* r1End, clipping_rect* r2, clipping_rect* r2End, int top, int bottom), int (*nonOverlap1Func)( BRegion* pReg, clipping_rect* r, clipping_rect* rEnd, int top, int bottom), int (*nonOverlap2Func)( BRegion* pReg, clipping_rect* r, clipping_rect* rEnd, int top, int bottom)) argument
834 clipping_rect* r1; /* Pointer into first region */ local
[all...]
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Daes.c472 uint32_t r0, r1, r2, r3, r4, r5, r6, r7; local
483 r1 = (q1 >> 8) | (q1 << 24);
492 q[1] = q0 ^ r0 ^ q7 ^ r7 ^ r1 ^ rotr16(q1 ^ r1);
493 q[2] = q1 ^ r1 ^ r2 ^ rotr16(q2 ^ r2);
607 uint32_t r0, r1, r2, r3, r4, r5, r6, r7; local
618 r1 = (q1 >> 8) | (q1 << 24);
627 q[1] = q0 ^ q5 ^ r0 ^ r1 ^ r5 ^ r6 ^ r7 ^ rotr16(q1 ^ q5 ^ q7 ^ r1 ^ r5 ^ r6);
628 q[2] = q0 ^ q1 ^ q6 ^ r1
[all...]
/haiku/src/servers/app/drawing/Painter/drawing_modes/
H A DDrawingModeCopy.h15 #define BLEND_COPY(d, r2, g2, b2, a, r1, g1, b1) \
17 BLEND_FROM(d, r1, g1, b1, r2, g2, b2, a); \
/haiku/src/system/boot/platform/efi/arch/arm/
H A Dcache.S28 mov r1, r0, lsr r2
29 and r1, r1, #7
32 cmp r1, #2
40 mrc p15, 1, r1, c0, c0, 0
43 and r2, r1, #7
48 ands r4, r4, r1, lsr #3
53 ands r7, r7, r1, lsr #13
H A Dcrt0-efi-arm.S130 mov r3, r1
131 adr r1, .L_DYNAMIC
132 ldr r0, [r1]
133 add r1, r0, r1
139 ldmfd sp, {r0-r1}
H A Dentry.S16 r1 - kernelArgs
49 mov r0,r1 // kernelArgs
50 mov r1,#0 // currentCPU=0
67 MCR p15, 0, r1, c8, c7, 0
80 MCR p15, 0, r1, c2, c0, 2
83 MCR p15, 0, r1, c8, c7, 0
/haiku/src/system/kernel/arch/arm/
H A Darch_asm.S38 orr r1, r0, #(1<<7)
39 msr cpsr_c, r1
46 mrs r1, cpsr
48 bic r1, r1, #(1<<7)
49 orr r1, r1, r0
50 msr cpsr_c, r1
71 ldr sp, [r1]
81 vmrs r1, fpsc
[all...]
H A Darch_debug.cpp407 frame->r0, frame->r1, frame->r2, frame->r3);
H A Darch_exceptions.S26 mov r1, sp /* Save xxx32 sp */
37 ldmdb r1, {r0-r3} /* Restore 4 regs from xxx mode */
249 mrs r1, cpsr
250 bic r1, r1, #CPSR_MODE_MASK
253 mov r0, r1
259 mov r0, r1
265 mov r0, r1
271 mov r0, r1
278 mov r0, r1
[all...]
H A Darch_int.cpp110 frame->r0, frame->r1, frame->r2, frame->r3,
H A Darch_thread.cpp104 // simulate storing registers r1-r12
201 frame.r1 = (uint32)args2;
258 signalFrameData->context.uc_mcontext.r1 = frame->r1;
323 frame->r1 = signalFrameData->context.uc_mcontext.r1;
/haiku/src/system/kernel/arch/ppc/
H A Darch_asm.S232 stfdu %f31, -8(%r1)
233 stfdu %f30, -8(%r1)
234 stfdu %f29, -8(%r1)
235 stfdu %f28, -8(%r1)
236 stfdu %f27, -8(%r1)
237 stfdu %f26, -8(%r1)
238 stfdu %f25, -8(%r1)
239 stfdu %f24, -8(%r1)
240 stfdu %f23, -8(%r1)
241 stfdu %f22, -8(%r1)
[all...]
H A Darch_debug.cpp59 asm volatile("mr %0, %%r1" : "=r"(frame));
128 framePointer = debug_get_debug_registers(cpu)->r1;
197 kprintf(" r0 0x%08lx r1 0x%08lx r2 0x%08lx r3 0x%08lx\n",
198 frame->r0, frame->r1, frame->r2, frame->r3);
220 print_stack_frame(thread, frame->srr0, framePointer, frame->r1);
221 framePointer = frame->r1;
264 registers->r1 = (addr_t)frame->previous;
H A Darch_int.cpp84 dprintf("r0-r3: 0x%08lx 0x%08lx 0x%08lx 0x%08lx\n", frame->r0, frame->r1, frame->r2, frame->r3);
134 iframe->r1 = cpu->fault_handler_stack_pointer;
/haiku/src/system/libroot/os/arch/ppc/
H A Dbyteorder.S50 stwu %r1, -32(%r1)
52 stw %r0, 36(%r1)
55 stfs %f1, 20(%r1)
56 lwz %r3, 20(%r1)
62 stw %r3, 20(%r1)
63 lfs %f1, 20(%r1)
66 lwz %r0, 36(%r1)
68 addi %r1, %r1, 3
[all...]
/haiku/src/system/libroot/posix/glibc/math/
H A Dk_casinh.c101 double r1 = sqrt ((dm + rx2) / 2.0); local
102 double r2 = rx * ix / r1;
104 __real__ res = log1p (rx2 + dp + 2.0 * (rx * r1 + ix * r2)) / 2.0;
106 __imag__ res = atan2 (rx + r1, copysign (ix + r2,
109 __imag__ res = atan2 (ix + r2, rx + r1);
160 double r1 = sqrt ((dp + rx2) / 2.0); local
161 double r2 = rx * ix / r1;
164 = log1p (rx2 + dm + 2.0 * (rx * r1 + ix * r2)) / 2.0;
166 __imag__ res = atan2 (rx + r1,
170 __imag__ res = atan2 (ix + r2, rx + r1);
[all...]
H A Dk_casinhf.c101 float r1 = sqrtf ((dm + rx2) / 2.0f); local
102 float r2 = rx * ix / r1;
105 = log1pf (rx2 + dp + 2.0f * (rx * r1 + ix * r2)) / 2.0f;
107 __imag__ res = atan2f (rx + r1, copysignf (ix + r2,
110 __imag__ res = atan2f (ix + r2, rx + r1);
162 float r1 = sqrtf ((dp + rx2) / 2.0f); local
163 float r2 = rx * ix / r1;
166 = log1pf (rx2 + dm + 2.0f * (rx * r1 + ix * r2)) / 2.0f;
168 __imag__ res = atan2f (rx + r1,
172 __imag__ res = atan2f (ix + r2, rx + r1);
[all...]
H A Dk_casinhl.c108 long double r1 = sqrtl ((dm + rx2) / 2.0L); local
109 long double r2 = rx * ix / r1;
112 = log1pl (rx2 + dp + 2.0L * (rx * r1 + ix * r2)) / 2.0L;
114 __imag__ res = atan2l (rx + r1, copysignl (ix + r2,
117 __imag__ res = atan2l (ix + r2, rx + r1);
169 long double r1 = sqrtl ((dp + rx2) / 2.0L); local
170 long double r2 = rx * ix / r1;
173 = log1pl (rx2 + dm + 2.0L * (rx * r1 + ix * r2)) / 2.0L;
175 __imag__ res = atan2l (rx + r1,
179 __imag__ res = atan2l (ix + r2, rx + r1);
[all...]

Completed in 251 milliseconds

1234