Home
last modified time | relevance | path

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

/linux/Documentation/sphinx/
H A Dkernel_abi.py126 n_sym = 0
130 n_sym += 1
163 logger.verbose("%s ABI: %i symbols (%i ReST lines)" % (abi_type, n_sym, n))
165 logger.verbose("%s ABI: %i files (%i ReST lines)" % (abi_type, n_sym, n))
167 logger.verbose("%s ABI: %i data (%i ReST lines)" % (abi_type, n_sym, n))
/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dmmrc.c389 u32 n_sym; in get_tx_time() local
396 n_sym = calculate_bits_per_symbol(rate); in get_tx_time()
399 n_sym = n_sym == 0 ? sym_table[0] : n_sym; in get_tx_time()
402 n_sym = avg_bits / n_sym; in get_tx_time()
407 tx = n_sym * FP_8_LONG_GUARD_SYMBOL_TIME; in get_tx_time()
410 tx = n_sym * FP_8_SHORT_GUARD_SYMBOL_TIME; in get_tx_time()