Home
last modified time | relevance | path

Searched refs:qmp_phy_init_tbl (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-ufs.c87 static const struct qmp_phy_init_tbl milos_ufsphy_serdes[] = {
113 static const struct qmp_phy_init_tbl milos_ufsphy_tx[] = {
120 static const struct qmp_phy_init_tbl milos_ufsphy_rx[] = {
139 static const struct qmp_phy_init_tbl milos_ufsphy_pcs[] = {
149 static const struct qmp_phy_init_tbl msm8996_ufsphy_serdes[] = {
198 static const struct qmp_phy_init_tbl msm8996_ufsphy_tx[] = {
203 static const struct qmp_phy_init_tbl msm8996_ufsphy_rx[] = {
217 static const struct qmp_phy_init_tbl sc7280_ufsphy_tx[] = {
226 static const struct qmp_phy_init_tbl sc7280_ufsphy_rx[] = {
264 static const struct qmp_phy_init_tbl sc7280_ufsphy_pcs[] = {
[all …]
H A Dphy-qcom-qmp-common.h9 struct qmp_phy_init_tbl { struct
37 const struct qmp_phy_init_tbl tbl[], in qmp_configure_lane() argument
41 const struct qmp_phy_init_tbl *t = tbl; in qmp_configure_lane()
57 const struct qmp_phy_init_tbl tbl[], int num) in qmp_configure()
H A Dphy-qcom-qmp-usb-legacy.c46 struct qmp_phy_init_tbl { struct
114 static const struct qmp_phy_init_tbl qmp_v3_usb3_serdes_tbl[] = {
153 static const struct qmp_phy_init_tbl qmp_v3_usb3_tx_tbl[] = {
161 static const struct qmp_phy_init_tbl qmp_v3_usb3_rx_tbl[] = {
173 static const struct qmp_phy_init_tbl qmp_v3_usb3_pcs_tbl[] = {
220 static const struct qmp_phy_init_tbl sm8150_usb3_serdes_tbl[] = {
263 static const struct qmp_phy_init_tbl sm8150_usb3_tx_tbl[] = {
271 static const struct qmp_phy_init_tbl sm8150_usb3_rx_tbl[] = {
310 static const struct qmp_phy_init_tbl sm8150_usb3_pcs_tbl[] = {
326 static const struct qmp_phy_init_tbl sm8150_usb3_pcs_usb_tbl[] = {
[all …]
H A Dphy-qcom-qmp-pcie-msm8996.c61 static const struct qmp_phy_init_tbl msm8996_pcie_serdes_tbl[] = {
107 static const struct qmp_phy_init_tbl msm8996_pcie_tx_tbl[] = {
112 static const struct qmp_phy_init_tbl msm8996_pcie_rx_tbl[] = {
125 static const struct qmp_phy_init_tbl msm8996_pcie_pcs_tbl[] = {
145 const struct qmp_phy_init_tbl *serdes_tbl;
147 const struct qmp_phy_init_tbl *tx_tbl;
149 const struct qmp_phy_init_tbl *rx_tbl;
151 const struct qmp_phy_init_tbl *pcs_tbl;
285 const struct qmp_phy_init_tbl *serdes_tbl = cfg->serdes_tbl; in qmp_pcie_msm8996_serdes_init()