Searched refs:pcs_usb_offset (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/phy/qualcomm/ |
H A D | phy-qcom-qmp-usb-legacy.c | 519 unsigned int pcs_usb_offset; member 656 .pcs_usb_offset = 0x300, 677 .pcs_usb_offset = 0x300, 698 .pcs_usb_offset = 0x300, 1182 if (cfg->pcs_usb_offset) in qmp_usb_legacy_parse_dt_legacy() 1183 qmp->pcs_usb = qmp->pcs + cfg->pcs_usb_offset; in qmp_usb_legacy_parse_dt_legacy()
|
H A D | phy-qcom-qmp-usb.c | 1279 unsigned int pcs_usb_offset; member 1486 .pcs_usb_offset = 0x1000, 1579 .pcs_usb_offset = 0x600, 1600 .pcs_usb_offset = 0x600, 1621 .pcs_usb_offset = 0x600, 1642 .pcs_usb_offset = 0x1000, 1663 .pcs_usb_offset = 0x1000, 1684 .pcs_usb_offset = 0x1000, 2158 if (cfg->pcs_usb_offset) in qmp_usb_parse_dt_legacy() 2159 qmp->pcs_usb = qmp->pcs + cfg->pcs_usb_offset; in qmp_usb_parse_dt_legacy()
|