Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_acpi_sar.c358 u8 mode_6g, mode_5g9; in mt792x_acpi_get_mtcl_map() local
360 mode_6g = (cl->mode_6g > 0x02) ? 0 : cl->mode_6g; in mt792x_acpi_get_mtcl_map()
363 if ((cl->cl6g[row] & BIT(column)) || cl->mode_6g == 0x02) in mt792x_acpi_get_mtcl_map()
364 config |= (mode_6g & 0x3) << 2; in mt792x_acpi_get_mtcl_map()
H A Dmt792x_acpi_sar.h78 u8 mode_6g; member