Searched refs:phy_params (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/mmc/host/ |
D | sdhci-cadence.c | 70 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()
|
D | sdhci-xenon-phy.c | 210 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()
|
D | sdhci-xenon.h | 90 void *phy_params; member
|
/Linux-v5.4/net/bluetooth/ |
D | hci_request.c | 797 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/ |
D | ahci_imx.c | 107 u32 phy_params; member 681 imxpriv->phy_params); in imx_sata_enable() 1108 imxpriv->phy_params = in imx_ahci_probe()
|