Searched refs:lcntab_upload (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/net/wireless/broadcom/b43/ |
D | tables_phy_lcn.c | 600 #define lcntab_upload(dev, offset, data) do { \ macro 605 lcntab_upload(dev, B43_LCNTAB16(0x02, 0), b43_lcntab_0x02); in b43_phy_lcn_upload_static_tables() 606 lcntab_upload(dev, B43_LCNTAB16(0x01, 0), b43_lcntab_0x01); in b43_phy_lcn_upload_static_tables() 607 lcntab_upload(dev, B43_LCNTAB32(0x0b, 0), b43_lcntab_0x0b); in b43_phy_lcn_upload_static_tables() 608 lcntab_upload(dev, B43_LCNTAB32(0x0c, 0), b43_lcntab_0x0c); in b43_phy_lcn_upload_static_tables() 609 lcntab_upload(dev, B43_LCNTAB32(0x0d, 0), b43_lcntab_0x0d); in b43_phy_lcn_upload_static_tables() 610 lcntab_upload(dev, B43_LCNTAB16(0x0e, 0), b43_lcntab_0x0e); in b43_phy_lcn_upload_static_tables() 611 lcntab_upload(dev, B43_LCNTAB16(0x0f, 0), b43_lcntab_0x0f); in b43_phy_lcn_upload_static_tables() 612 lcntab_upload(dev, B43_LCNTAB16(0x10, 0), b43_lcntab_0x10); in b43_phy_lcn_upload_static_tables() 613 lcntab_upload(dev, B43_LCNTAB16(0x11, 0), b43_lcntab_0x11); in b43_phy_lcn_upload_static_tables() [all …]
|