Home
last modified time | relevance | path

Searched refs:rate_divisor (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/comedi/drivers/
H A Djr3_pci.h470 * variable rate_divisor (pg. 12). The data on which the rate is
511 * Rate_address, rate_divisor & rate_count contain the data used to
516 * Rate_divisor is how often the rate is calculated. If rate_divisor
518 * rate_divisor is 200, rates are calculated every 200 samples.
520 * rate_divisor to 0 to calculate rates every 65536 samples.
522 * rate_divisor, at which point the rates are calculated, and
529 u32 rate_divisor; /* offset 0x00e3 */ member
/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_mac.c603 static const u8 rate_divisor[] = { in zd_calc_tx_length_us() local
622 divisor = rate_divisor[ZD_PURE_RATE(zd_rate)]; in zd_calc_tx_length_us()