Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci-cadence.c79 struct sdhci_cdns_phy_param phy_params[0]; member
140 struct sdhci_cdns_phy_param *p = priv->phy_params; in sdhci_cdns_phy_param_parse()
161 ret = sdhci_cdns_write_phy_reg(priv, priv->phy_params[i].addr, in sdhci_cdns_phy_init()
162 priv->phy_params[i].data); in sdhci_cdns_phy_init()
363 priv_size = sizeof(*priv) + sizeof(priv->phy_params[0]) * nr_phy_params; in sdhci_cdns_probe()
Dsdhci-xenon-phy.c213 priv->phy_params = params; in xenon_alloc_emmc_phy()
287 struct xenon_emmc_phy_params *params = priv->phy_params; in armada_3700_soc_pad_voltage_set()
309 struct xenon_emmc_phy_params *params = priv->phy_params; in xenon_emmc_phy_set_soc_pad()
379 struct xenon_emmc_phy_params *params = priv->phy_params; in xenon_emmc_phy_config_tuning()
493 struct xenon_emmc_phy_params *params = priv->phy_params; in xenon_emmc_phy_slow_mode()
549 struct xenon_emmc_phy_params *params = priv->phy_params; in xenon_emmc_phy_set()
832 return xenon_emmc_phy_parse_param_dt(host, np, priv->phy_params); in xenon_add_phy()
Dsdhci-xenon.h93 void *phy_params; member
/Linux-v4.19/net/bluetooth/
Dhci_request.c792 struct hci_cp_le_scan_phy_params *phy_params; in hci_req_start_scan() local
793 u8 data[sizeof(*ext_param_cp) + sizeof(*phy_params) * 2]; in hci_req_start_scan()
797 phy_params = (void *)ext_param_cp->data; in hci_req_start_scan()
808 memset(phy_params, 0, sizeof(*phy_params)); in hci_req_start_scan()
809 phy_params->type = type; in hci_req_start_scan()
810 phy_params->interval = cpu_to_le16(interval); in hci_req_start_scan()
811 phy_params->window = cpu_to_le16(window); in hci_req_start_scan()
813 plen += sizeof(*phy_params); in hci_req_start_scan()
814 phy_params++; in hci_req_start_scan()
820 memset(phy_params, 0, sizeof(*phy_params)); in hci_req_start_scan()
[all …]
/Linux-v4.19/drivers/ata/
Dahci_imx.c118 u32 phy_params; member
692 imxpriv->phy_params); in imx_sata_enable()
1119 imxpriv->phy_params = in imx_ahci_probe()