Home
last modified time | relevance | path

Searched refs:B43legacy_SHM_SHARED (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c275 if (routing == B43legacy_SHM_SHARED) { in b43legacy_shm_read32()
302 if (routing == B43legacy_SHM_SHARED) { in b43legacy_shm_read16()
324 if (routing == B43legacy_SHM_SHARED) { in b43legacy_shm_write32()
347 if (routing == B43legacy_SHM_SHARED) { in b43legacy_shm_write16()
380 b43legacy_shm_write16(dev, B43legacy_SHM_SHARED, in b43legacy_hf_write()
383 b43legacy_shm_write16(dev, B43legacy_SHM_SHARED, in b43legacy_hf_write()
971 b43legacy_shm_write16(dev, B43legacy_SHM_SHARED, in b43legacy_write_beacon_template()
2066 B43legacy_SHM_SHARED, offset)); in b43legacy_rate_memory_write()
2120 b43legacy_shm_write16(dev, B43legacy_SHM_SHARED, in b43legacy_mgmtframe_txantenna()
2126 b43legacy_shm_write16(dev, B43legacy_SHM_SHARED, in b43legacy_mgmtframe_txantenna()
[all …]
H A Dradio.c1180 tmp32 = b43legacy_shm_read32(dev, B43legacy_SHM_SHARED, in b43legacy_radio_interference_mitigation_enable()
1184 b43legacy_shm_write32(dev, B43legacy_SHM_SHARED, in b43legacy_radio_interference_mitigation_enable()
1300 tmp32 = b43legacy_shm_read32(dev, B43legacy_SHM_SHARED, in b43legacy_radio_interference_mitigation_disable()
1304 b43legacy_shm_write32(dev, B43legacy_SHM_SHARED, in b43legacy_radio_interference_mitigation_disable()
1738 b43legacy_shm_write32(dev, B43legacy_SHM_SHARED, in b43legacy_radio_selectchannel()
1741 B43legacy_SHM_SHARED, in b43legacy_radio_selectchannel()
1745 b43legacy_shm_write32(dev, B43legacy_SHM_SHARED, in b43legacy_radio_selectchannel()
1748 B43legacy_SHM_SHARED, in b43legacy_radio_selectchannel()
1906 b43legacy_shm_write16(dev, B43legacy_SHM_SHARED, 0x0064, in b43legacy_radio_set_txpower_bg()
2099 b43legacy_shm_write16(dev, B43legacy_SHM_SHARED, 0x0058, in b43legacy_radio_clear_tssi()
[all …]
H A Dphy.c662 b43legacy_shm_write32(dev, B43legacy_SHM_SHARED, in b43legacy_phy_initb6()
665 B43legacy_SHM_SHARED, in b43legacy_phy_initb6()
1782 tmp = b43legacy_shm_read16(dev, B43legacy_SHM_SHARED, 0x0058); in b43legacy_phy_xmitpower()
1785 tmp = b43legacy_shm_read16(dev, B43legacy_SHM_SHARED, 0x005A); in b43legacy_phy_xmitpower()
1791 tmp = b43legacy_shm_read16(dev, B43legacy_SHM_SHARED, in b43legacy_phy_xmitpower()
1795 tmp = b43legacy_shm_read16(dev, B43legacy_SHM_SHARED, in b43legacy_phy_xmitpower()
2084 ucodeflags = b43legacy_shm_read32(dev, B43legacy_SHM_SHARED, in b43legacy_phy_set_antenna_diversity()
2086 b43legacy_shm_write32(dev, B43legacy_SHM_SHARED, in b43legacy_phy_set_antenna_diversity()
2178 ucodeflags = b43legacy_shm_read32(dev, B43legacy_SHM_SHARED, in b43legacy_phy_set_antenna_diversity()
2180 b43legacy_shm_write32(dev, B43legacy_SHM_SHARED, in b43legacy_phy_set_antenna_diversity()
[all …]
H A Ddebugfs.c116 tmp = b43legacy_shm_read16(dev, B43legacy_SHM_SHARED, 2 * i); in shm_read_file()
H A Db43legacy.h113 #define B43legacy_SHM_SHARED 0x0001 macro