Home
last modified time | relevance | path

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

/trueos/sys/dev/ral/
HDrt2560reg.h21 #define RT2560_NOISE_FLOOR -95 macro
HDrt2560.c69 ((rssi) > (RT2560_NOISE_FLOOR + (sc)->rssi_corr) ? \
70 ((rssi) - RT2560_NOISE_FLOOR - (sc)->rssi_corr) : 0)
1206 nf = RT2560_NOISE_FLOOR; in rt2560_decryption_intr()