Searched refs:a_low (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
472 a_low = 0;
479 a_low |= p->lowalarm;
488 /* Variables 'some_alarms' and 'a_low' needs to be set here again
492 a_low |= (1 << CONFIG_ETRAX_VIRTUAL_GPIO_INTERRUPT_PA_PIN);
497 gpio_pa_low_alarms = a_low;
/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
437 a_low = 0;
444 a_low |= p->lowalarm;
451 /* Variable 'a_low' needs to be set here again
454 a_low |= (1 << CONFIG_ETRAX_VIRTUAL_GPIO_INTERRUPT_PA_PIN);
/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;
4762 r0 = a_low;

Completed in 88 milliseconds