Searched refs:read_rf (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/sys/contrib/dev/rtw89/ |
| H A D | debug.c | 48 } read_rf; member 291 debugfs_priv->read_rf.addr = addr; in rtw89_debug_priv_read_rf_select() 292 debugfs_priv->read_rf.mask = mask; in rtw89_debug_priv_read_rf_select() 293 debugfs_priv->read_rf.path = path; in rtw89_debug_priv_read_rf_select() 307 addr = debugfs_priv->read_rf.addr; in rtw89_debug_priv_read_rf_get() 308 mask = debugfs_priv->read_rf.mask; in rtw89_debug_priv_read_rf_get() 309 path = debugfs_priv->read_rf.path; in rtw89_debug_priv_read_rf_get() 3646 rtw89_debugfs_add_rw(read_rf); in rtw89_debugfs_init()
|
| H A D | rtw8852a.c | 2027 .read_rf = rtw89_phy_read_rf,
|
| H A D | core.h | 3002 u32 (*read_rf)(struct rtw89_dev *rtwdev, enum rtw89_rf_path rf_path, member 4703 val = rtwdev->chip->ops->read_rf(rtwdev, rf_path, addr, mask); in rtw89_read_rf()
|
| H A D | rtw8851b.c | 2287 .read_rf = rtw89_phy_read_rf_v1,
|
| H A D | rtw8852b.c | 2456 .read_rf = rtw89_phy_read_rf_v1,
|
| H A D | rtw8852c.c | 2764 .read_rf = rtw89_phy_read_rf_v1,
|
| /freebsd-14.2/sys/contrib/dev/rtw88/ |
| H A D | hci.h | 173 val = rtwdev->chip->ops->read_rf(rtwdev, rf_path, addr, mask); in rtw_read_rf()
|
| H A D | main.h | 852 u32 (*read_rf)(struct rtw_dev *rtwdev, enum rtw_rf_path rf_path, member
|
| H A D | rtw8821c.c | 1625 .read_rf = rtw_phy_read_rf,
|
| H A D | rtw8822b.c | 2180 .read_rf = rtw_phy_read_rf,
|
| H A D | phy.c | 985 old_data = chip->ops->read_rf(rtwdev, rf_path, addr, RFREG_MASK); in rtw_phy_write_rf_reg_sipi()
|
| H A D | rtw8723d.c | 1993 .read_rf = rtw_phy_read_rf_sipi,
|
| H A D | rtw8822c.c | 5006 .read_rf = rtw_phy_read_rf,
|