Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c8728 u32 root, root_pre, bit; in rt2800_do_sqrt_accumulation() local
8734 root_pre = root + bit; in rt2800_do_sqrt_accumulation()
8735 if ((root_pre * root_pre) <= si) in rt2800_do_sqrt_accumulation()
8736 root = root_pre; in rt2800_do_sqrt_accumulation()