HomeSort by: relevance | last modified time | path
    Searched defs:dc_phandle (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/fdt/
fdt_dai.c 42 int dc_phandle; member in struct:fdtbus_dai_controller
59 dc->dc_phandle = phandle;
73 if (dc->dc_phandle == phandle)
100 const int dc_phandle = local in function:fdtbus_dai_acquire_index
102 if (of_getprop_uint32(dc_phandle, "#sound-dai-cells", &dai_cells))
105 dc = fdtbus_get_dai_controller(dc_phandle);
fdt_dma.c 103 const int dc_phandle = local in function:fdtbus_dma_get_index
105 if (of_getprop_uint32(dc_phandle, "#dma-cells", &dma_cells))
108 dc = fdtbus_get_dma_controller(dc_phandle);

Completed in 12 milliseconds