Searched full:gptp (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/net/ethernet/renesas/ |
H A D | Kconfig | 54 tristate "Renesas R-Car Gen4 gPTP support" if COMPILE_TEST 60 Renesas R-Car Gen4 gPTP device driver.
|
H A D | ravb_main.c | 67 /* If gPTP active in config mode is supported it needs to be configured in ravb_set_opmode() 1274 /* gPTP interrupt status summary */ in ravb_interrupt() 1287 /* Timestamp/Error/gPTP interrupt handler */ 1315 /* gPTP interrupt status summary */ in ravb_multi_interrupt() 1700 if (info->gptp) in ravb_set_ringparam() 1733 if (info->gptp) in ravb_set_ringparam() 1748 if (hw_info->gptp || hw_info->ccc_gac) { in ravb_get_ts_info() 1811 if (info->gptp) { in ravb_set_config_mode() 1831 if (!(info->gptp || info->ccc_gac)) in ravb_set_gti() 1848 if (!(info->gptp || info->ccc_gac)) in ravb_compute_gti() [all …]
|
H A D | ravb.h | 600 GCCR_TCR_RESET = 0x00000001, /* gPTP/AVTP presentation timer reset */ 607 GCCR_TCSS_GPTP = 0x00000000, /* gPTP timer value */ 608 GCCR_TCSS_ADJGPTP = 0x00000100, /* Adjusted gPTP timer value */ 1075 unsigned gptp:1; /* AVB-DMAC has gPTP support */ member 1076 unsigned ccc_gac:1; /* AVB-DMAC has gPTP support active in config mode */ 1077 unsigned gptp_ref_clk:1; /* gPTP has separate reference clock */
|
H A D | rcar_gen4_ptp.c | 2 /* Renesas R-Car Gen4 gPTP device driver 204 MODULE_DESCRIPTION("Renesas R-Car Gen4 gPTP driver");
|
H A D | rcar_gen4_ptp.h | 2 /* Renesas R-Car Gen4 gPTP device driver
|
H A D | rtsn.c | 1300 res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "gptp"); in rtsn_probe() 1302 dev_err(&pdev->dev, "Can't find gptp resource\n"); in rtsn_probe()
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | renesas,ethertsn.yaml | 34 - const: gptp 104 reg-names = "tsnes", "gptp";
|
H A D | renesas,etheravb.yaml | 290 - description: gPTP reference clock 295 - const: gptp
|
/linux/arch/arm64/boot/dts/renesas/ |
H A D | r9a09g011.dtsi | 208 clock-names = "axi", "chi", "gptp";
|
H A D | r8a779g0.dtsi | 579 reg-names = "tsnes", "gptp";
|