Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852a.c2082 .fw_format_max = RTW8852A_FW_FORMAT_MAX,
H A Drtw8851b.c2346 .fw_format_max = RTW8851B_FW_FORMAT_MAX,
H A Drtw8852c.c2812 .fw_format_max = RTW8852C_FW_FORMAT_MAX,
H A Drtw8852b.c2515 .fw_format_max = RTW8852B_FW_FORMAT_MAX,
H A Dcore.h3441 u8 fw_format_max; member
H A Dfw.c491 for (fw_format = chip->fw_format_max; fw_format >= 0; fw_format--) { in rtw89_early_fw_feature_recognize()