Searched refs:a_low (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dgpio.c447 unsigned long a_high, a_low; local
465 a_low = 0;
469 a_low |= p->lowalarm;
481 gpio_pa_low_alarms = a_low;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcmutils.h960 extern void bcm_uint64_divide(uint32* r, uint32 a_high, uint32 a_low, uint32 b);
962 void bcm_uint64_right_shift(uint32* r, uint32 a_high, uint32 a_low, uint32 b);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbcmutils.c3509 bcm_uint64_divide(uint32* r, uint32 a_high, uint32 a_low, uint32 b) argument
3511 uint32 a1 = a_high, a0 = a_low, r0 = 0;
3527 bcm_uint64_right_shift(uint32* r, uint32 a_high, uint32 a_low, uint32 b) argument
3529 uint32 a1 = a_high, a0 = a_low, r0 = 0;
3532 r0 = a_low;

Completed in 194 milliseconds