Home
last modified time | relevance | path

Searched refs:phy_params (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/mmc/host/
Dsdhci-cadence.c70 struct sdhci_cdns_phy_param phy_params[0]; member
131 struct sdhci_cdns_phy_param *p = priv->phy_params; in sdhci_cdns_phy_param_parse()
152 ret = sdhci_cdns_write_phy_reg(priv, priv->phy_params[i].addr, in sdhci_cdns_phy_init()
153 priv->phy_params[i].data); in sdhci_cdns_phy_init()
355 struct_size(priv, phy_params, nr_phy_params)); in sdhci_cdns_probe()
Dsdhci-xenon-phy.c210 priv->phy_params = params; in xenon_alloc_emmc_phy()
284 struct xenon_emmc_phy_params *params = priv->phy_params; in armada_3700_soc_pad_voltage_set()
306 struct xenon_emmc_phy_params *params = priv->phy_params; in xenon_emmc_phy_set_soc_pad()
380 struct xenon_emmc_phy_params *params = priv->phy_params; in xenon_emmc_phy_config_tuning()
494 struct xenon_emmc_phy_params *params = priv->phy_params; in xenon_emmc_phy_slow_mode()
550 struct xenon_emmc_phy_params *params = priv->phy_params; in xenon_emmc_phy_set()
833 return xenon_emmc_phy_parse_param_dt(host, np, priv->phy_params); in xenon_add_phy()
Dsdhci-xenon.h90 void *phy_params; member
/Linux-v5.4/net/bluetooth/
Dhci_request.c797 struct hci_cp_le_scan_phy_params *phy_params; in hci_req_start_scan() local
798 u8 data[sizeof(*ext_param_cp) + sizeof(*phy_params) * 2]; in hci_req_start_scan()
802 phy_params = (void *)ext_param_cp->data; in hci_req_start_scan()
813 memset(phy_params, 0, sizeof(*phy_params)); in hci_req_start_scan()
814 phy_params->type = type; in hci_req_start_scan()
815 phy_params->interval = cpu_to_le16(interval); in hci_req_start_scan()
816 phy_params->window = cpu_to_le16(window); in hci_req_start_scan()
818 plen += sizeof(*phy_params); in hci_req_start_scan()
819 phy_params++; in hci_req_start_scan()
825 memset(phy_params, 0, sizeof(*phy_params)); in hci_req_start_scan()
[all …]
/Linux-v5.4/drivers/ata/
Dahci_imx.c107 u32 phy_params; member
681 imxpriv->phy_params); in imx_sata_enable()
1108 imxpriv->phy_params = in imx_ahci_probe()