Lines Matching refs:bl
634 struct RGF_BL bl; in wil_get_bl_info() local
636 wil_memcpy_fromio_32(&bl, wil->csr + HOSTADDR(RGF_USER_BL), sizeof(bl)); in wil_get_bl_info()
637 le32_to_cpus(&bl.ready); in wil_get_bl_info()
638 le32_to_cpus(&bl.version); in wil_get_bl_info()
639 le32_to_cpus(&bl.rf_type); in wil_get_bl_info()
640 le32_to_cpus(&bl.baseband_type); in wil_get_bl_info()
642 if (!is_valid_ether_addr(bl.mac_address)) { in wil_get_bl_info()
643 wil_err(wil, "BL: Invalid MAC %pM\n", bl.mac_address); in wil_get_bl_info()
647 ether_addr_copy(ndev->perm_addr, bl.mac_address); in wil_get_bl_info()
649 ether_addr_copy(ndev->dev_addr, bl.mac_address); in wil_get_bl_info()
652 bl.version, bl.mac_address, bl.rf_type, bl.baseband_type); in wil_get_bl_info()