Searched refs:act_cnt (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvms_pk.c340 int act_cnt; local
400 act_cnt = ctx->iosb.count;
402 if (act_cnt > ctx->rest)
404 act_cnt = ctx->rest;
408 size -= act_cnt;
409 buf += act_cnt;
410 bytes_read += act_cnt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dg760a.c59 u8 act_cnt; /* formula: cnt = (CLK * 30)/(rpm * P) */ member in struct:g760a_data
118 data->act_cnt = g760a_read_value(client, G760A_REG_ACT_CNT);
138 rpm = rpm_from_cnt(data->act_cnt, data->clk, data->fan_div);

Completed in 24 milliseconds