Home
last modified time | relevance | path

Searched full:dte (Results 1 – 25 of 108) sorted by relevance

12345

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ptp/
H A Dbrcm,ptp-dte.txt1 * Broadcom Digital Timing Engine(DTE) based PTP clock
9 "brcm,ptp-dte"
11 "brcm,iproc-ptp-dte" - for iproc based SoC's
12 - reg: address and length of the DTE block's NCO registers
16 ptp: ptp-dte@180af650 {
17 compatible = "brcm,iproc-ptp-dte", "brcm,ptp-dte";
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Drockchip-iommu.c102 phys_addr_t (*pt_address)(u32 dte);
175 * | DTE | -> +-----+
189 * Each DTE has a PT address and a valid bit:
200 static inline phys_addr_t rk_dte_pt_address(u32 dte) in rk_dte_pt_address() argument
202 return (phys_addr_t)dte & RK_DTE_PT_ADDRESS_MASK; in rk_dte_pt_address()
221 static inline phys_addr_t rk_dte_pt_address_v2(u32 dte) in rk_dte_pt_address_v2() argument
223 u64 dte_v2 = dte; in rk_dte_pt_address_v2()
232 static inline bool rk_dte_is_pt_valid(u32 dte) in rk_dte_is_pt_valid() argument
234 return dte & RK_DTE_PT_VALID; in rk_dte_is_pt_valid()
325 * | DTE index | PTE index | Page offset |
[all …]
H A Dsun50i-iommu.c149 * 4096 4-bytes Directory Table Entries (DTE), each pointing to a Page
194 static phys_addr_t sun50i_dte_get_pt_address(u32 dte) in sun50i_dte_get_pt_address() argument
196 return (phys_addr_t)dte & SUN50I_DTE_PT_ADDRESS_MASK; in sun50i_dte_get_pt_address()
199 static bool sun50i_dte_is_pt_valid(u32 dte) in sun50i_dte_is_pt_valid() argument
201 return (dte & SUN50I_DTE_PT_ATTRS) == SUN50I_DTE_PT_VALID; in sun50i_dte_is_pt_valid()
489 u32 dte; in sun50i_dte_get_page_table() local
492 dte = *dte_addr; in sun50i_dte_get_page_table()
493 if (sun50i_dte_is_pt_valid(dte)) { in sun50i_dte_get_page_table()
494 phys_addr_t pt_phys = sun50i_dte_get_pt_address(dte); in sun50i_dte_get_page_table()
502 dte = sun50i_mk_dte(virt_to_phys(page_table)); in sun50i_dte_get_page_table()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_iommu_av1d.c110 static inline phys_addr_t av1_dte_pt_address(u32 dte) in av1_dte_pt_address() argument
112 return (phys_addr_t)dte & AV1_DTE_PT_ADDRESS_MASK; in av1_dte_pt_address()
150 static inline bool av1_dte_is_pt_valid(u32 dte) in av1_dte_is_pt_valid() argument
152 return dte & AV1_DTE_PT_VALID; in av1_dte_is_pt_valid()
444 u32 dte, pte; in av1_iommu_iova_to_phys() local
449 dte = av1_domain->dt[av1_iova_dte_index(iova)]; in av1_iommu_iova_to_phys()
450 if (!av1_dte_is_pt_valid(dte)) in av1_iommu_iova_to_phys()
453 pt_phys = av1_dte_pt_address(dte); in av1_iommu_iova_to_phys()
469 u32 dte_index, dte; in av1_dte_get_page_table() local
477 dte = *dte_addr; in av1_dte_get_page_table()
[all …]
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-sh_mobile.c32 /* IRQ: DTE WAIT */
39 /* IRQ: DTE WAIT WAIT */
40 /* ICIC: -DTE */
46 /* IRQ: DTE WAIT WAIT WAIT */
47 /* ICIC: -DTE */
60 /* IRQ: DTE WAIT | WAIT DTE */
61 /* ICIC: -DTE | +DTE */
67 /* IRQ: DTE WAIT | WAIT WAIT DTE */
68 /* ICIC: -DTE | +DTE */
74 /* IRQ: DTE WAIT | WAIT WAIT WAIT DTE */
[all …]
/OK3568_Linux_fs/kernel/net/x25/
H A Dx25_facilities.c32 * @dte_facs: ITU DTE facilities, updated as DTE facilities are found
266 struct x25_facilities *new, struct x25_dte_facilities *dte) in x25_negotiate_facilities() argument
275 memset(dte, 0, sizeof(*dte)); in x25_negotiate_facilities()
277 len = x25_parse_facilities(skb, &theirs, dte, &x25->vc_facil_mask); in x25_negotiate_facilities()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/hack/
H A Dmpp_hack_px30.c84 /* restore dte and status */ in mpp_iommu_enable()
120 u32 dte; in mpp_iommu_disable() local
123 dte = readl(iommu->bases[0] + RK_MMU_DTE_ADDR); in mpp_iommu_disable()
124 if (!dte) in mpp_iommu_disable()
182 * ensure that iommu is enable, so that read valid dte value in px30_workaround_combo_init()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/serial/
H A Dfsl-imx-uart.yaml55 fsl,dte-mode:
58 Indicate the uart works in DTE mode. The uart works in DCE mode by default.
99 fsl,dte-mode;
/OK3568_Linux_fs/kernel/drivers/ptp/
H A Dptp_dte.c50 /* ptp dte priv structure */
227 .name = "DTE PTP timer",
329 { .compatible = "brcm,ptp-dte", },
336 .name = "ptp-dte",
346 MODULE_DESCRIPTION("Broadcom DTE PTP Clock driver");
H A DKconfig30 tristate "Broadcom DTE as PTP clock"
37 (DTE) in the Broadcom SoC's as a PTP clock.
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dimx6qdl-apalis.dtsi395 fsl,dte-mode;
403 fsl,dte-mode;
411 fsl,dte-mode;
418 fsl,dte-mode;
840 /* DTE mode */
866 /* DTE mode */
883 /* DTE mode */
898 /* DTE mode */
H A Dimx6qdl-colibri.dtsi343 fsl,dte-mode;
352 fsl,dte-mode;
361 fsl,dte-mode;
631 /* DTE mode */
H A Dimx6ull-colibri.dtsi177 fsl,dte-mode;
184 fsl,dte-mode;
190 fsl,dte-mode;
H A Dimx6dl-eckelmann-ci4x10.dts329 fsl,dte-mode;
340 fsl,dte-mode;
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/serial/
H A Dmxc-serial.txt8 - fsl,dte-mode: use DTE mode
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dx25.h67 * DTE/DCE subscription options.
111 * ITU DTE facilities
H A Datmsap.h36 #define ATM_L2_ISO7776 0x11 /* ISO 7776 DTE-DTE */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dx25.h67 * DTE/DCE subscription options.
111 * ITU DTE facilities
H A Datmsap.h36 #define ATM_L2_ISO7776 0x11 /* ISO 7776 DTE-DTE */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dx25.h67 * DTE/DCE subscription options.
111 * ITU DTE facilities
H A Datmsap.h36 #define ATM_L2_ISO7776 0x11 /* ISO 7776 DTE-DTE */
/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dwanxl.c9 * - Only DTE (external clock) support with NRZ and NRZI encodings
119 const char *cable, *pm, *dte = "", *dsr = "", *dcd = ""; in wanxl_cable_intr() local
146 dte = (value & STATUS_CABLE_DCE) ? " DCE" : " DTE"; in wanxl_cable_intr()
149 pm, dte, cable, dsr, dcd); in wanxl_cable_intr()
/OK3568_Linux_fs/u-boot/board/toradex/apalis_imx6/
H A DKconfig50 otherwise the UARTs are configuered in DTE mode.
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/devices/
H A Darm-vgic-its.rst153 Device Table Entry (DTE)::
163 corresponds to the DeviceID offset to the next DTE, capped by
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dimx7-colibri.dts47 fsl,dte-mode;

12345