Searched refs:read_rf (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/sys/contrib/dev/rtw88/
H A Dhci.h173 val = rtwdev->chip->ops->read_rf(rtwdev, rf_path, addr, mask);
H A Dmain.h852 u32 (*read_rf)(struct rtw_dev *rtwdev, enum rtw_rf_path rf_path, member in struct:rtw_chip_ops
H A Drtw8822b.c2180 .read_rf = rtw_phy_read_rf,
H A Drtw8821c.c1625 .read_rf = rtw_phy_read_rf,
H A Dphy.c985 old_data = chip->ops->read_rf(rtwdev, rf_path, addr, RFREG_MASK);
H A Drtw8723d.c1993 .read_rf = rtw_phy_read_rf_sipi,
H A Drtw8822c.c5006 .read_rf = rtw_phy_read_rf,
/freebsd-current/sys/contrib/dev/rtw89/
H A Ddebug.c48 } read_rf; member in union:rtw89_debugfs_priv::__anon600
291 debugfs_priv->read_rf.addr = addr;
292 debugfs_priv->read_rf.mask = mask;
293 debugfs_priv->read_rf.path = path;
307 addr = debugfs_priv->read_rf.addr;
308 mask = debugfs_priv->read_rf.mask;
309 path = debugfs_priv->read_rf.path;
3646 rtw89_debugfs_add_rw(read_rf);
H A Dcore.h3002 u32 (*read_rf)(struct rtw89_dev *rtwdev, enum rtw89_rf_path rf_path, member in struct:rtw89_chip_ops
4703 val = rtwdev->chip->ops->read_rf(rtwdev, rf_path, addr, mask);
H A Drtw8851b.c2287 .read_rf = rtw89_phy_read_rf_v1,
H A Drtw8852a.c2027 .read_rf = rtw89_phy_read_rf,
H A Drtw8852b.c2456 .read_rf = rtw89_phy_read_rf_v1,
H A Drtw8852c.c2764 .read_rf = rtw89_phy_read_rf_v1,

Completed in 182 milliseconds