Home
last modified time | relevance | path

Searched refs:sfp_base (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/soc/fsl/
H A Dguts.c121 void __iomem *sfp_base; in fsl_guts_get_soc_uid() local
128 sfp_base = of_iomap(np, 0); in fsl_guts_get_soc_uid()
129 if (!sfp_base) { in fsl_guts_get_soc_uid()
134 uid = ioread32(sfp_base + offset); in fsl_guts_get_soc_uid()
136 uid |= ioread32(sfp_base + offset + 4); in fsl_guts_get_soc_uid()
138 iounmap(sfp_base); in fsl_guts_get_soc_uid()
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c362 enum xgbe_sfp_base sfp_base; member
814 switch (phy_data->sfp_base) { in xgbe_phy_sfp_phy_settings()
848 switch (phy_data->sfp_base) { in xgbe_phy_sfp_phy_settings()
877 switch (phy_data->sfp_base) { in xgbe_phy_sfp_phy_settings()
894 u8 *sfp_base, min; in xgbe_phy_sfp_bit_rate() local
896 sfp_base = sfp_eeprom->base; in xgbe_phy_sfp_bit_rate()
1196 u8 *sfp_base; in xgbe_phy_sfp_parse_eeprom() local
1198 sfp_base = sfp_eeprom->base; in xgbe_phy_sfp_parse_eeprom()
1241 switch (phy_data->sfp_base) { in xgbe_phy_sfp_parse_eeprom()
1899 switch (phy_data->sfp_base) { in xgbe_phy_an_advertising()
[all …]