Searched refs:a_high (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/mach-fs/
H A Dgpio.c450 unsigned long a_high, a_low; local
471 a_high = 0;
478 a_high |= p->highalarm;
496 gpio_pa_high_alarms = a_high;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/mach-a3/
H A Dgpio.c416 unsigned long a_high, a_low; local
436 a_high = 0;
443 a_high |= p->highalarm;
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmutils.h1172 extern void bcm_uint64_divide(uint32* r, uint32 a_high, uint32 a_low, uint32 b);
1276 extern void bcm_uint64_right_shift(uint32* r, uint32 a_high, uint32 a_low, uint32 b);
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmutils.c4229 bcm_uint64_divide(uint32* r, uint32 a_high, uint32 a_low, uint32 b) argument
4231 uint32 a1 = a_high, a0 = a_low, r0 = 0;
4757 bcm_uint64_right_shift(uint32* r, uint32 a_high, uint32 a_low, uint32 b) argument
4759 uint32 a1 = a_high, a0 = a_low, r0 = 0;

Completed in 131 milliseconds