Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/realtek/rtw89/
Ddebug.c344 u32 addr_to; member
381 .addr_to = R_AX_PWR_BY_RATE_MAX,
436 .addr_to = R_AX_PWR_LMT_MAX,
463 .addr_to = R_AX_PWR_RU_LMT_MAX,
500 buf = vzalloc(map->addr_to - map->addr_from + 4); in __print_txpwr_map()
504 for (addr = map->addr_from; addr <= map->addr_to; addr += 4) { in __print_txpwr_map()