Home | History | Annotate | Download | only in dhdutil

Lines Matching full:a_low

2248 bcm_uint64_divide(uint32* r, uint32 a_high, uint32 a_low, uint32 b)
2250 uint32 a1 = a_high, a0 = a_low, r0 = 0;