| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/ |
| H A D | halbb_dbg_cmd.c | 237 bb->cmn_dbg_msg_period = (u8)val[2]; in halbb_cmn_msg_setting() 239 if (bb->cmn_dbg_msg_period < HALBB_WATCHDOG_PERIOD) in halbb_cmn_msg_setting() 240 bb->cmn_dbg_msg_period = HALBB_WATCHDOG_PERIOD; in halbb_cmn_msg_setting() 243 "cmn_dbg_msg_period=%d\n", bb->cmn_dbg_msg_period); in halbb_cmn_msg_setting()
|
| H A D | halbb.h | 293 u8 cmn_dbg_msg_period; member
|
| H A D | halbb_init.c | 201 bb->cmn_dbg_msg_period = 2; in halbb_cmn_info_self_init()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/ |
| H A D | halbb_dbg_cmd.c | 237 bb->cmn_dbg_msg_period = (u8)val[2]; in halbb_cmn_msg_setting() 239 if (bb->cmn_dbg_msg_period < HALBB_WATCHDOG_PERIOD) in halbb_cmn_msg_setting() 240 bb->cmn_dbg_msg_period = HALBB_WATCHDOG_PERIOD; in halbb_cmn_msg_setting() 243 "cmn_dbg_msg_period=%d\n", bb->cmn_dbg_msg_period); in halbb_cmn_msg_setting()
|
| H A D | halbb.h | 293 u8 cmn_dbg_msg_period; member
|
| H A D | halbb_init.c | 201 bb->cmn_dbg_msg_period = 2; in halbb_cmn_info_self_init()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/ |
| H A D | halrf.h | 231 u8 cmn_dbg_msg_period; member
|
| H A D | halrf_init.c | 48 rf->cmn_dbg_msg_period = 2; in halrf_cmn_info_self_init()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/ |
| H A D | halrf.h | 231 u8 cmn_dbg_msg_period; member
|
| H A D | halrf_init.c | 48 rf->cmn_dbg_msg_period = 2; in halrf_cmn_info_self_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/ |
| H A D | phydm_debug.c | 76 dm->cmn_dbg_msg_period = PHYDM_WATCH_DOG_PERIOD; in phydm_init_debug_setting() 2434 if (dm->cmn_dbg_msg_cnt >= dm->cmn_dbg_msg_period) { in phydm_basic_dbg_message() 3316 dm->cmn_dbg_msg_period = (u8)val[2]; in phydm_debug_trace() 3318 if (dm->cmn_dbg_msg_period < PHYDM_WATCH_DOG_PERIOD) in phydm_debug_trace() 3319 dm->cmn_dbg_msg_period = PHYDM_WATCH_DOG_PERIOD; in phydm_debug_trace() 3323 dm->cmn_dbg_msg_period); in phydm_debug_trace()
|
| H A D | phydm.h | 730 u8 cmn_dbg_msg_period; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/ |
| H A D | phydm_debug.c | 76 dm->cmn_dbg_msg_period = PHYDM_WATCH_DOG_PERIOD; in phydm_init_debug_setting() 2434 if (dm->cmn_dbg_msg_cnt >= dm->cmn_dbg_msg_period) { in phydm_basic_dbg_message() 3316 dm->cmn_dbg_msg_period = (u8)val[2]; in phydm_debug_trace() 3318 if (dm->cmn_dbg_msg_period < PHYDM_WATCH_DOG_PERIOD) in phydm_debug_trace() 3319 dm->cmn_dbg_msg_period = PHYDM_WATCH_DOG_PERIOD; in phydm_debug_trace() 3323 dm->cmn_dbg_msg_period); in phydm_debug_trace()
|
| H A D | phydm.h | 730 u8 cmn_dbg_msg_period; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/ |
| H A D | phydm_debug.c | 76 dm->cmn_dbg_msg_period = PHYDM_WATCH_DOG_PERIOD; in phydm_init_debug_setting() 2438 if (dm->cmn_dbg_msg_cnt >= dm->cmn_dbg_msg_period) { in phydm_basic_dbg_message() 3320 dm->cmn_dbg_msg_period = (u8)val[2]; in phydm_debug_trace() 3322 if (dm->cmn_dbg_msg_period < PHYDM_WATCH_DOG_PERIOD) in phydm_debug_trace() 3323 dm->cmn_dbg_msg_period = PHYDM_WATCH_DOG_PERIOD; in phydm_debug_trace() 3327 dm->cmn_dbg_msg_period); in phydm_debug_trace()
|
| H A D | phydm.h | 730 u8 cmn_dbg_msg_period; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/ |
| H A D | phydm_debug.c | 75 dm->cmn_dbg_msg_period = PHYDM_WATCH_DOG_PERIOD; in phydm_init_debug_setting() 2637 if (dm->cmn_dbg_msg_cnt >= dm->cmn_dbg_msg_period) { in phydm_basic_dbg_message() 3501 dm->cmn_dbg_msg_period = (u8)val[2]; in phydm_cmn_msg_setting() 3503 if (dm->cmn_dbg_msg_period < PHYDM_WATCH_DOG_PERIOD) in phydm_cmn_msg_setting() 3504 dm->cmn_dbg_msg_period = PHYDM_WATCH_DOG_PERIOD; in phydm_cmn_msg_setting() 3507 "cmn_dbg_msg_period=%d\n", dm->cmn_dbg_msg_period); in phydm_cmn_msg_setting()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/ |
| H A D | phydm_debug.c | 76 dm->cmn_dbg_msg_period = PHYDM_WATCH_DOG_PERIOD; in phydm_init_debug_setting() 2600 if (dm->cmn_dbg_msg_cnt >= dm->cmn_dbg_msg_period) { in phydm_basic_dbg_message() 3439 dm->cmn_dbg_msg_period = (u8)val[2]; in phydm_cmn_msg_setting() 3441 if (dm->cmn_dbg_msg_period < PHYDM_WATCH_DOG_PERIOD) in phydm_cmn_msg_setting() 3442 dm->cmn_dbg_msg_period = PHYDM_WATCH_DOG_PERIOD; in phydm_cmn_msg_setting() 3445 "cmn_dbg_msg_period=%d\n", dm->cmn_dbg_msg_period); in phydm_cmn_msg_setting()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/ |
| H A D | phydm_debug.c | 76 dm->cmn_dbg_msg_period = PHYDM_WATCH_DOG_PERIOD; in phydm_init_debug_setting() 2587 if (dm->cmn_dbg_msg_cnt >= dm->cmn_dbg_msg_period) { in phydm_basic_dbg_message() 3406 dm->cmn_dbg_msg_period = (u8)val[2]; in phydm_cmn_msg_setting() 3408 if (dm->cmn_dbg_msg_period < PHYDM_WATCH_DOG_PERIOD) in phydm_cmn_msg_setting() 3409 dm->cmn_dbg_msg_period = PHYDM_WATCH_DOG_PERIOD; in phydm_cmn_msg_setting() 3412 "cmn_dbg_msg_period=%d\n", dm->cmn_dbg_msg_period); in phydm_cmn_msg_setting()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/ |
| H A D | phydm_debug.c | 75 dm->cmn_dbg_msg_period = PHYDM_WATCH_DOG_PERIOD; in phydm_init_debug_setting() 2599 if (dm->cmn_dbg_msg_cnt >= dm->cmn_dbg_msg_period) { in phydm_basic_dbg_message() 3438 dm->cmn_dbg_msg_period = (u8)val[2]; in phydm_cmn_msg_setting() 3440 if (dm->cmn_dbg_msg_period < PHYDM_WATCH_DOG_PERIOD) in phydm_cmn_msg_setting() 3441 dm->cmn_dbg_msg_period = PHYDM_WATCH_DOG_PERIOD; in phydm_cmn_msg_setting() 3444 "cmn_dbg_msg_period=%d\n", dm->cmn_dbg_msg_period); in phydm_cmn_msg_setting()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/ |
| H A D | phydm_debug.c | 75 dm->cmn_dbg_msg_period = PHYDM_WATCH_DOG_PERIOD; in phydm_init_debug_setting() 2640 if (dm->cmn_dbg_msg_cnt >= dm->cmn_dbg_msg_period) { in phydm_basic_dbg_message() 3581 dm->cmn_dbg_msg_period = (u8)val[2]; in phydm_debug_trace() 3583 if (dm->cmn_dbg_msg_period < PHYDM_WATCH_DOG_PERIOD) in phydm_debug_trace() 3584 dm->cmn_dbg_msg_period = PHYDM_WATCH_DOG_PERIOD; in phydm_debug_trace() 3588 dm->cmn_dbg_msg_period); in phydm_debug_trace()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/ |
| H A D | phydm_debug.c | 75 dm->cmn_dbg_msg_period = PHYDM_WATCH_DOG_PERIOD; in phydm_init_debug_setting() 2638 if (dm->cmn_dbg_msg_cnt >= dm->cmn_dbg_msg_period) { in phydm_basic_dbg_message() 3504 dm->cmn_dbg_msg_period = (u8)val[2]; in phydm_cmn_msg_setting() 3506 if (dm->cmn_dbg_msg_period < PHYDM_WATCH_DOG_PERIOD) in phydm_cmn_msg_setting() 3507 dm->cmn_dbg_msg_period = PHYDM_WATCH_DOG_PERIOD; in phydm_cmn_msg_setting() 3510 "cmn_dbg_msg_period=%d\n", dm->cmn_dbg_msg_period); in phydm_cmn_msg_setting()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/ |
| H A D | phydm_debug.c | 75 dm->cmn_dbg_msg_period = PHYDM_WATCH_DOG_PERIOD; in phydm_init_debug_setting() 2612 if (dm->cmn_dbg_msg_cnt >= dm->cmn_dbg_msg_period) { in phydm_basic_dbg_message() 3459 dm->cmn_dbg_msg_period = (u8)val[2]; in phydm_cmn_msg_setting() 3461 if (dm->cmn_dbg_msg_period < PHYDM_WATCH_DOG_PERIOD) in phydm_cmn_msg_setting() 3462 dm->cmn_dbg_msg_period = PHYDM_WATCH_DOG_PERIOD; in phydm_cmn_msg_setting() 3465 "cmn_dbg_msg_period=%d\n", dm->cmn_dbg_msg_period); in phydm_cmn_msg_setting()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/ |
| H A D | phydm_debug.c | 75 dm->cmn_dbg_msg_period = PHYDM_WATCH_DOG_PERIOD; in phydm_init_debug_setting() 2587 if (dm->cmn_dbg_msg_cnt >= dm->cmn_dbg_msg_period) { in phydm_basic_dbg_message() 3410 dm->cmn_dbg_msg_period = (u8)val[2]; in phydm_cmn_msg_setting() 3412 if (dm->cmn_dbg_msg_period < PHYDM_WATCH_DOG_PERIOD) in phydm_cmn_msg_setting() 3413 dm->cmn_dbg_msg_period = PHYDM_WATCH_DOG_PERIOD; in phydm_cmn_msg_setting() 3416 "cmn_dbg_msg_period=%d\n", dm->cmn_dbg_msg_period); in phydm_cmn_msg_setting()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/ |
| H A D | phydm_debug.c | 75 dm->cmn_dbg_msg_period = PHYDM_WATCH_DOG_PERIOD; in phydm_init_debug_setting() 2587 if (dm->cmn_dbg_msg_cnt >= dm->cmn_dbg_msg_period) { in phydm_basic_dbg_message() 3410 dm->cmn_dbg_msg_period = (u8)val[2]; in phydm_cmn_msg_setting() 3412 if (dm->cmn_dbg_msg_period < PHYDM_WATCH_DOG_PERIOD) in phydm_cmn_msg_setting() 3413 dm->cmn_dbg_msg_period = PHYDM_WATCH_DOG_PERIOD; in phydm_cmn_msg_setting() 3416 "cmn_dbg_msg_period=%d\n", dm->cmn_dbg_msg_period); in phydm_cmn_msg_setting()
|