Searched refs:phy_type (Results 76 - 100 of 121) sorted by relevance

12345

/linux-master/drivers/usb/dwc2/
H A Dcore_intr.c133 if (hsotg->params.phy_type == DWC2_PHY_TYPE_PARAM_FS &&
H A Ddebugfs.c687 print_param(seq, p, phy_type);
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas.h186 u32 phy_type; member in struct:hisi_sas_phy
H A Dhisi_sas_v1_hw.c1366 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA);
1367 phy->phy_type |= PORT_TYPE_SAS;
H A Dhisi_sas_v2_hw.c2692 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA);
2693 phy->phy_type |= PORT_TYPE_SAS;
3273 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA);
3275 phy->phy_type |= PORT_TYPE_SATA;
/linux-master/drivers/net/ethernet/sun/
H A Dniu.c8147 prop_buf = np->vpd.phy_type;
8358 } else if (niu_phy_type_prop_decode(np, np->vpd.phy_type)) {
8360 np->vpd.phy_type);
9225 const char *phy_type; local
9235 phy_type = of_get_property(dp, "phy-type", NULL);
9236 if (!phy_type) {
9241 if (!strcmp(phy_type, "none"))
9244 strcpy(np->vpd.phy_type, phy_type);
9246 if (niu_phy_type_prop_decode(np, np->vpd.phy_type)) {
[all...]
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c3194 u8 phy_type; local
3196 phy_type = hdmi->plat_data->phy_force_vendor ?
3200 if (phy_type == DW_HDMI_PHY_VENDOR_PHY) {
3216 if (dw_hdmi_phys[i].type == phy_type) {
3232 dev_err(hdmi->dev, "Unsupported HDMI PHY type (%02x)\n", phy_type);
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c2197 if (link_info->phy_type < ARRAY_SIZE(bnxt_phy_types))
2198 return bnxt_phy_types[link_info->phy_type];
3034 u8 phy_type = link_info->phy_type; local
3036 if (phy_type == PORT_PHY_QCFG_RESP_PHY_TYPE_BASET ||
3037 phy_type == PORT_PHY_QCFG_RESP_PHY_TYPE_BASETE ||
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe.h389 u16 phy_type; member in struct:phy_info
H A Dbe_cmds.c2622 return (adapter->phy.phy_type == PHY_TYPE_TN_8022 &&
3454 adapter->phy.phy_type = le16_to_cpu(resp_phy_info->phy_type);
/linux-master/drivers/acpi/acpica/
H A Drsserial.c269 { ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET(data.csi2_serial_bus.phy_type),
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c227 switch (linfo->link.s.phy_type) {
881 if (linfo->link.s.phy_type == LIO_PHY_PORT_TP &&
893 linfo->link.s.phy_type == LIO_PHY_PORT_TP &&
906 linfo->link.s.phy_type == LIO_PHY_PORT_TP &&
/linux-master/drivers/staging/ks7010/
H A Dks7010_sdio.c861 priv->reg.phy_type = D_11BG_COMPATIBLE_MODE;
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dsiena.c321 efx->phy_type = PHY_TYPE_NONE;
H A Dnet_driver.h883 * @phy_type: PHY type
1057 unsigned int phy_type; member in struct:efx_nic
/linux-master/drivers/net/ethernet/sfc/
H A Dnet_driver.h915 * @phy_type: PHY type
1091 unsigned int phy_type; member in struct:efx_nic
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_type.h119 enum i40e_aq_phy_type phy_type; member in struct:i40e_link_status
/linux-master/drivers/scsi/pm8001/
H A Dpm8001_sas.h243 u32 phy_type; member in struct:pm8001_phy
H A Dpm8001_hwi.c3001 if (phy->phy_type & PORT_TYPE_SAS) {
3007 } else if (phy->phy_type & PORT_TYPE_SATA) {
3157 phy->phy_type |= PORT_TYPE_SAS;
3207 phy->phy_type |= PORT_TYPE_SATA;
3242 phy->phy_type = 0;
H A Dpm80xx_hwi.c3178 phy->phy_type |= PORT_TYPE_SAS;
3232 phy->phy_type |= PORT_TYPE_SATA;
3268 u32 port_sata = (phy->phy_type & PORT_TYPE_SATA);
3285 phy->phy_type = 0;
3310 phy->phy_type = 0;
/linux-master/drivers/net/ethernet/smsc/
H A Dsmc91x.h224 u32 phy_type; member in struct:smc_local
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Defx.c2249 return sprintf(buf, "%d\n", efx->phy_type);
2251 static DEVICE_ATTR_RO(phy_type);
/linux-master/drivers/net/fddi/
H A Ddefxx.h707 PI_UINT32 phy_type[PI_PHY_K_MAX]; /* Phy */ member in struct:__anon652
/linux-master/drivers/atm/
H A Diphase.h1030 u_short phy_type; member in struct:iadev_priv
/linux-master/drivers/net/ethernet/intel/
H A De100.c1395 u8 phy_type; local
1398 phy_type = (le16_to_cpu(nic->eeprom[eeprom_phy_iface]) >> 8) & 0x0f;
1400 switch (phy_type) {

Completed in 503 milliseconds

12345