HomeSort by: relevance | last modified time | path
    Searched refs:indices (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /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>;
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>;
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-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>,
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);
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>;
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 = <
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 = <
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 = <
  /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);
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);
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);

Completed in 51 milliseconds

1 2 3