Home
last modified time | relevance | path

Searched defs:bb_info (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb.h253 struct bb_info { struct
261 struct bb_info *bb_phy_hooker; argument
263 enum phl_phy_idx bb_phy_idx;
264 struct bb_cmn_info *bb_cmn_hooker;
266 struct bb_gain_info bb_gain_i;
267 struct bb_efuse_info bb_efuse_i;
268 enum bb_ic_t ic_type;
269 enum bb_cr_t cr_type;
270 u8 num_rf_path;
272 enum bb_watchdog_mode_t bb_watchdog_mode;
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb.h253 struct bb_info { struct
261 struct bb_info *bb_phy_hooker; argument
263 enum phl_phy_idx bb_phy_idx;
264 struct bb_cmn_info *bb_cmn_hooker;
266 struct bb_gain_info bb_gain_i;
267 struct bb_efuse_info bb_efuse_i;
268 enum bb_ic_t ic_type;
269 enum bb_cr_t cr_type;
270 u8 num_rf_path;
272 enum bb_watchdog_mode_t bb_watchdog_mode;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fs_enet/
H A Dmii-bitbang.c30 struct bb_info { struct
31 struct mdiobb_ctrl ctrl;
32 __be32 __iomem *dir;
33 __be32 __iomem *dat;
34 u32 mdio_msk;
35 u32 mdc_msk;
/OK3568_Linux_fs/kernel/drivers/net/ethernet/renesas/
H A Dsh_eth.c1170 struct bb_info { struct
1178 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in sh_mdio_ctrl() argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_resource.c1833 struct bp_soc_bb_info bb_info = {0}; in init_soc_bounding_box() local