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

  /src/sys/dev/fdt/
fdt_powerdomain.c 101 const uint32_t *pds = fdtbus_get_prop(phandle, "power-domains", &len); local in function:fdtbus_powerdomain_enable_internal
103 if (pds == NULL)
106 for (const uint32_t *pd = pds; pd < pds + len / sizeof(*pd); index--) {
fdt_powerdomain.c 101 const uint32_t *pds = fdtbus_get_prop(phandle, "power-domains", &len); local in function:fdtbus_powerdomain_enable_internal
103 if (pds == NULL)
106 for (const uint32_t *pd = pds; pd < pds + len / sizeof(*pd); index--) {

Completed in 220 milliseconds