Home | History | Annotate | Download | only in dhdutil

Lines Matching refs:amount

1835 bcm_inc_bytes(uchar *num, int num_bytes, uint8 amount)
1840 num[i] += amount;
1841 if (num[i] >= amount)
1843 amount = 1;