Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/realtek/rtw89/
Ddebug.c343 u32 addr_from; member
380 .addr_from = R_AX_PWR_BY_RATE,
435 .addr_from = R_AX_PWR_LMT,
462 .addr_from = R_AX_PWR_RU_LMT,
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()
509 cur = addr - map->addr_from; in __print_txpwr_map()