Searched refs:mtcl_conf (Results 1 – 2 of 2) sorted by relevance
67 u32 mtcl_conf = mt792x_acpi_get_mtcl_conf(&dev->phy, alpha2); in mt7925_regd_be_ctrl() local70 if (mtcl_conf != MT792X_ACPI_MTCL_INVALID && in mt7925_regd_be_ctrl()71 (((mtcl_conf >> 4) & 0x3) == 0)) { in mt7925_regd_be_ctrl()116 u32 mtcl_conf = mt792x_acpi_get_mtcl_conf(&dev->phy, mdev->alpha2); in mt7925_regd_channel_update() local119 if (mtcl_conf != MT792X_ACPI_MTCL_INVALID) { in mt7925_regd_channel_update()120 if ((mtcl_conf & 0x3) == 0) in mt7925_regd_channel_update()122 if (((mtcl_conf >> 2) & 0x3) == 0) in mt7925_regd_channel_update()
1327 u8 mtcl_conf; in __mt7921_mcu_set_clc() member1335 .mtcl_conf = mt792x_acpi_get_mtcl_conf(&dev->phy, alpha2), in __mt7921_mcu_set_clc()