Home
last modified time | relevance | path

Searched refs:rx2 (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/platform/renesas/rcar-vin/
H A Drcar-csi2.c192 u16 rx2; member
201 { .msps = 80, .rx2 = 0x38, .trio0 = 0x024a, .trio1 = 0x0134, .trio2 = 0x6a, .lane27 = 0x0000, .lane29 = 0x0a24 },
202 { .msps = 100, .rx2 = 0x38, .trio0 = 0x024a, .trio1 = 0x00f5, .trio2 = 0x55, .lane27 = 0x0000, .lane29 = 0x0a24 },
203 { .msps = 200, .rx2 = 0x38, .trio0 = 0x024a, .trio1 = 0x0077, .trio2 = 0x2b, .lane27 = 0x0000, .lane29 = 0x0a44 },
204 { .msps = 300, .rx2 = 0x38, .trio0 = 0x024a, .trio1 = 0x004d, .trio2 = 0x1d, .lane27 = 0x0000, .lane29 = 0x0a44 },
205 { .msps = 400, .rx2 = 0x38, .trio0 = 0x024a, .trio1 = 0x0038, .trio2 = 0x16, .lane27 = 0x0000, .lane29 = 0x0a64 },
206 { .msps = 500, .rx2 = 0x38, .trio0 = 0x024a, .trio1 = 0x002b, .trio2 = 0x12, .lane27 = 0x0000, .lane29 = 0x0a64 },
207 { .msps = 600, .rx2 = 0x38, .trio0 = 0x024a, .trio1 = 0x0023, .trio2 = 0x0f, .lane27 = 0x0000, .lane29 = 0x0a64 },
208 { .msps = 700, .rx2 = 0x38, .trio0 = 0x024a, .trio1 = 0x001d, .trio2 = 0x0d, .lane27 = 0x0000, .lane29 = 0x0a84 },
209 { .msps = 800, .rx2
[all...]
/kernel/linux/linux-5.10/arch/s390/boot/
H A Dmem_detect.c66 static int __diag260(unsigned long rx1, unsigned long rx2) in __diag260() argument
69 register unsigned long _rx2 asm("3") = rx2; in __diag260()
/kernel/linux/linux-5.10/drivers/media/rc/
H A Dmceusb.c196 * 0, absent 2nd receiver (rx2)
197 * 1, rx2 present
198 * 2, rx2 which under counts IR carrier cycles
200 u32 rx2; member
212 .rx2 = 2,
216 .rx2 = 2,
225 .rx2 = 1,
230 .rx2 = 2,
235 .rx2 = 2,
240 .rx2
490 u32 rx2; global() member
[all...]
/kernel/linux/linux-6.6/drivers/media/rc/
H A Dmceusb.c196 * 0, absent 2nd receiver (rx2)
197 * 1, rx2 present
198 * 2, rx2 which under counts IR carrier cycles
200 u32 rx2; member
212 .rx2 = 2,
216 .rx2 = 2,
225 .rx2 = 1,
230 .rx2 = 2,
235 .rx2 = 2,
240 .rx2
490 u32 rx2; global() member
[all...]
/kernel/linux/linux-5.10/sound/soc/ti/
H A Domap-mcpdm.h91 u8 rx1, u8 rx2);
H A Domap-mcpdm.c533 u8 rx1, u8 rx2) in omap_mcpdm_configure_dn_offsets()
537 mcpdm->dn_rx_offset = MCPDM_DNOFST_RX1(rx1) | MCPDM_DNOFST_RX2(rx2); in omap_mcpdm_configure_dn_offsets()
532 omap_mcpdm_configure_dn_offsets(struct snd_soc_pcm_runtime *rtd, u8 rx1, u8 rx2) omap_mcpdm_configure_dn_offsets() argument
/kernel/linux/linux-6.6/sound/soc/ti/
H A Domap-mcpdm.h91 u8 rx1, u8 rx2);
H A Domap-mcpdm.c534 u8 rx1, u8 rx2) in omap_mcpdm_configure_dn_offsets()
538 mcpdm->dn_rx_offset = MCPDM_DNOFST_RX1(rx1) | MCPDM_DNOFST_RX2(rx2); in omap_mcpdm_configure_dn_offsets()
533 omap_mcpdm_configure_dn_offsets(struct snd_soc_pcm_runtime *rtd, u8 rx1, u8 rx2) omap_mcpdm_configure_dn_offsets() argument
/kernel/linux/linux-6.6/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-ufs.c707 u16 rx2; member
760 void __iomem *rx2; member
820 .rx2 = 0xa00,
829 .rx2 = 0x1a00,
1211 qmp_ufs_configure_lane(qmp->rx2, tbls->rx, tbls->rx_num, 2); in qmp_ufs_lanes_init()
1518 * For dual lane PHYs: tx2 -> 3, rx2 -> 4, pcs_misc (optional) -> 5 in qmp_ufs_parse_dt_legacy()
1538 qmp->rx2 = devm_of_iomap(dev, np, 4, NULL); in qmp_ufs_parse_dt_legacy()
1539 if (IS_ERR(qmp->rx2)) in qmp_ufs_parse_dt_legacy()
1540 return PTR_ERR(qmp->rx2); in qmp_ufs_parse_dt_legacy()
1574 qmp->rx2 in qmp_ufs_parse_dt()
[all...]
H A Dphy-qcom-qmp-usb.c1160 u16 rx2; member
1213 void __iomem *rx2; member
1306 .rx2 = 0x800,
1735 qmp_usb_configure_lane(qmp->rx2, cfg->rx_tbl, cfg->rx_tbl_num, 2); in qmp_usb_power_on()
2081 * For dual lane PHYs: tx2 -> 3, rx2 -> 4, pcs_misc (optional) -> 5 in qmp_usb_parse_dt_legacy()
2104 qmp->rx2 = devm_of_iomap(dev, np, 4, NULL); in qmp_usb_parse_dt_legacy()
2105 if (IS_ERR(qmp->rx2)) in qmp_usb_parse_dt_legacy()
2106 return PTR_ERR(qmp->rx2); in qmp_usb_parse_dt_legacy()
2151 qmp->rx2 = base + offs->rx2; in qmp_usb_parse_dt()
[all...]
H A Dphy-qcom-qmp-pcie.c2157 u16 rx2; member
2231 void __iomem *rx2; member
2334 .rx2 = 0x0800,
2344 .rx2 = 0x0a00,
2354 .rx2 = 0x1800,
2364 .rx2 = 0x0a00,
2374 .rx2 = 0x3a00,
2384 .rx2 = 0x0a00,
3125 rx4 = qmp->port_b + offs->rx2; in qmp_pcie_init_port_b()
3141 void __iomem *rx2 in qmp_pcie_init_registers() local
[all...]
H A Dphy-qcom-qmp-usb-legacy.c555 void __iomem *rx2; member
879 qmp_usb_legacy_configure_lane(qmp->rx2, cfg->rx_tbl, cfg->rx_tbl_num, 2); in qmp_usb_legacy_power_on()
1216 * For dual lane PHYs: tx2 -> 3, rx2 -> 4, pcs_misc (optional) -> 5 in qmp_usb_legacy_parse_dt_legacy()
1239 qmp->rx2 = devm_of_iomap(dev, np, 4, NULL); in qmp_usb_legacy_parse_dt_legacy()
1240 if (IS_ERR(qmp->rx2)) in qmp_usb_legacy_parse_dt_legacy()
1241 return PTR_ERR(qmp->rx2); in qmp_usb_legacy_parse_dt_legacy()
H A Dphy-qcom-qmp-combo.c1391 void __iomem *rx2; member
2556 void __iomem *rx2 = qmp->rx2; in qmp_combo_usb_power_on() local
2576 qmp_combo_configure_lane(rx2, cfg->rx_tbl, cfg->rx_tbl_num, 2); in qmp_combo_usb_power_on()
3239 * tx2 -> 3; rx2 -> 4 in qmp_combo_parse_dt_lecacy_dp()
3267 * tx2 -> 3; rx2 -> 4; pcs_misc (optional) -> 5 in qmp_combo_parse_dt_lecacy_usb()
3288 qmp->rx2 = devm_of_iomap(dev, np, 4, NULL); in qmp_combo_parse_dt_lecacy_usb()
3289 if (IS_ERR(qmp->rx2)) in qmp_combo_parse_dt_lecacy_usb()
3290 return PTR_ERR(qmp->rx2); in qmp_combo_parse_dt_lecacy_usb()
3362 qmp->rx2 in qmp_combo_parse_dt()
[all...]
/kernel/linux/linux-6.6/arch/s390/boot/
H A Dphysmem_info.c58 static int __diag260(unsigned long rx1, unsigned long rx2) in __diag260() argument
66 rx.odd = rx2; in __diag260()
/kernel/linux/linux-5.10/drivers/pinctrl/qcom/
H A Dpinctrl-ipq8074.c905 FUNCTION(rx2),
1014 PINGROUP(60, pcie1_clk, rx2, ldo_update, NA, NA, NA, NA, NA, NA),
/kernel/linux/linux-6.6/drivers/pinctrl/qcom/
H A Dpinctrl-ipq8074.c897 MSM_PIN_FUNCTION(rx2),
1006 PINGROUP(60, pcie1_clk, rx2, ldo_update, NA, NA, NA, NA, NA, NA),
/kernel/linux/linux-5.10/drivers/phy/qualcomm/
H A Dphy-qcom-qmp.c1907 * @rx2: iomapped memory space for second lane's rx (in dual lane PHYs)
1923 void __iomem *rx2; member
3133 qcom_qmp_phy_configure_lane(qphy->rx2, cfg->regs, in qcom_qmp_phy_power_on()
3745 * For dual lane PHYs: tx2 -> 3, rx2 -> 4, pcs_misc (optional) -> 5 in qcom_qmp_phy_create()
3768 qphy->rx2 = of_iomap(np, 4); in qcom_qmp_phy_create()
3769 if (!qphy->tx2 || !qphy->rx2) { in qcom_qmp_phy_create()
3776 qphy->rx2 = qphy->rx + QMP_PHY_LEGACY_LANE_STRIDE; in qcom_qmp_phy_create()

Completed in 31 milliseconds