Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach_rtk.c74 #define CONFIG_TXPOWER (1 << 0) macro
562 config_flags |= CONFIG_TXPOWER; in line_proc()
2090 if (!(add_flags & CONFIG_TXPOWER)) in rtk_parse_config_file()
2092 add_flags &= ~CONFIG_TXPOWER; in rtk_parse_config_file()
2151 if (add_flags & CONFIG_TXPOWER) in rtk_parse_config_file()
2163 if (add_flags & CONFIG_TXPOWER) { in rtk_parse_config_file()
2363 if (config_flags & CONFIG_TXPOWER) in rtk_get_bt_config()