/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/ |
imx8-ss-audio.dtsi | 30 clock-indices = <IMX_LPCG_CLK_4>, <IMX_LPCG_CLK_5>, 43 clock-indices = <IMX_LPCG_CLK_4>;
|
imx8-ss-dma.dtsi | 69 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>; 81 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>; 93 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>; 105 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>; 161 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>; 173 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>; 185 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>; 197 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>;
|
imx8qm-ss-dma.dtsi | 14 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>;
|
imx8-ss-img.dtsi | 62 clock-indices = <IMX_LPCG_CLK_0>, 74 clock-indices = <IMX_LPCG_CLK_0>,
|
imx8-ss-lsio.dtsi | 161 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>, 181 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>, 201 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>, 221 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>, 241 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>, 261 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>, 281 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>, 301 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>,
|
imx8-ss-conn.dtsi | 119 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>, 133 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>, 147 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>, 165 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>, 187 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_1>,
|
/src/sys/arch/arm/sunxi/ |
sunxi_gates.c | 220 const u_int *indices; local in function:sunxi_gates_attach 245 indices = fdtbus_get_prop(phandle, "clock-indices", &len); 246 if (indices == NULL) { 247 aprint_error_dev(self, "no clock-indices property\n"); 253 len -= sizeof(u_int), i++, indices++) { 254 const u_int index = be32dec(indices);
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
dm816x-clocks.dtsi | 9 clock-indices = <1>, <2>, <3>, <4>, <5>, 25 clock-indices = <1>, <2>, <3>, <4>; 37 clock-indices = <1>, <2>, <3>; 48 clock-indices = <1>, <2>, <3>, <4>, <5>;
|
r7s72100.dtsi | 413 clock-indices = <R7S72100_CLK_MTU2>; 423 clock-indices = < 435 clock-indices = <R7S72100_CLK_OSTM0 R7S72100_CLK_OSTM1>; 444 clock-indices = <R7S72100_CLK_CEU R7S72100_CLK_RTC>; 453 clock-indices = <R7S72100_CLK_ETHER R7S72100_CLK_USB0 R7S72100_CLK_USB1>; 462 clock-indices = <R7S72100_CLK_MMCIF>; 471 clock-indices = < 484 clock-indices = < 495 clock-indices = <
|
r8a7740.dtsi | 579 clock-indices = < 594 clock-indices = < 615 clock-indices = < 644 clock-indices = < 661 clock-indices = <
|
sh73a0.dtsi | 843 clock-indices = < 861 clock-indices = < 881 clock-indices = < 909 clock-indices = < 930 clock-indices = < 942 clock-indices = <
|
r8a7778.dtsi | 581 clock-indices = < 609 clock-indices = < 629 clock-indices = < 653 clock-indices = <
|
r8a7779.dtsi | 574 clock-indices = < 605 clock-indices = < 626 clock-indices = <
|
r8a73a4.dtsi | 653 clock-indices = < 673 clock-indices = < 694 clock-indices = < 707 clock-indices = <
|
sun9i-a80.dtsi | 253 clock-indices = <0>, <1>,
|
/src/sys/external/bsd/drm/dist/shared-core/ |
mga_state.c | 948 drm_mga_indices_t *indices = data; local in function:mga_dma_indices 952 if (indices->idx < 0 || indices->idx > dma->buf_count) 955 buf = dma->buflist[indices->idx]; 958 buf_priv->discard = indices->discard; 961 if (indices->discard) { 972 mga_dma_dispatch_indices(dev, buf, indices->start, indices->end);
|
/src/sys/external/bsd/drm2/dist/drm/mga/ |
mga_state.c | 916 drm_mga_indices_t *indices = data; local in function:mga_dma_indices 920 if (indices->idx < 0 || indices->idx > dma->buf_count) 923 buf = dma->buflist[indices->idx]; 926 buf_priv->discard = indices->discard; 929 if (indices->discard) { 940 mga_dma_dispatch_indices(dev, buf, indices->start, indices->end);
|
/src/sys/arch/sh3/sh3/ |
exception_vector.S | 186 mov r5, r2 ! copy of vpn to compute indices into ptd/ptp 344 mov r5, r2 ! copy of vpn to compute indices into ptd/ptp
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/ |
meson-gxm.dtsi | 195 clock-indices = <0 1>;
|
meson-gx.dtsi | 249 clock-indices = <0>;
|
meson-axg.dtsi | 158 clock-indices = <0>;
|
/src/sys/dev/hyperv/ |
vmbus.c | 1705 uint64_t indices = 0; local in function:vmbus_ring_write 1706 uint32_t avail, oprod, datalen = sizeof(indices); 1727 indices = (uint64_t)oprod << 32; 1728 vmbus_ring_put(wrd, (uint8_t *)&indices, sizeof(indices)); 1901 uint64_t indices; local in function:vmbus_ring_read 1921 vmbus_ring_get(rrd, (uint8_t *)&indices, sizeof(indices), 0);
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/ |
juno-base.dtsi | 572 clock-indices = <0>, <1>, <2>; 578 clock-indices = <3>;
|
/src/sys/arch/sparc64/sparc64/ |
mp_subr.S | 259 ! continue the same loop (with indices and pointers et al),
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_gfx_v8_0.c | 3914 int indices; local in function:gfx_v8_0_parse_ind_reg_list 3934 for (indices = 0; 3935 indices < *indices_count; 3936 indices++) { 3937 if (unique_indices[indices] == 3942 if (indices >= *indices_count) { 3945 indices = *indices_count; 3950 register_list_format[ind_offset] = indices; 4003 /* unique indices */
|