Searched defs:bb_info (Results 1 – 5 of 5) sorted by relevance
253 struct bb_info { struct261 struct bb_info *bb_phy_hooker; argument263 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 …]
30 struct bb_info { struct31 struct mdiobb_ctrl ctrl;32 __be32 __iomem *dir;33 __be32 __iomem *dat;34 u32 mdio_msk;35 u32 mdc_msk;
1170 struct bb_info { struct1178 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in sh_mdio_ctrl() argument
1833 struct bp_soc_bb_info bb_info = {0}; in init_soc_bounding_box() local