Lines Matching defs:topology
107 /* Common topology definitions */
201 * struct pm_clock_node - Clock topology node information.
2472 * pm_api_clock_get_topology() - PM call to request a clock's topology.
2475 * @topology: Buffer to store nodes in topology and flags.
2477 * This function is used by master to get topology information for the
2479 * topology nodes. To get next nodes, caller needs to call this API with
2487 uint32_t *topology)
2502 memset(topology, 0, CLK_TOPOLOGY_PAYLOAD_LEN);
2516 topology[i] = clock_nodes[index + i].type;
2517 topology[i] |= clock_nodes[index + i].clkflags <<
2520 topology[i] |= (typeflags & CLK_TYPEFLAGS_BITS_MASK) <<
2522 topology[i] |= (typeflags & CLK_TYPEFLAGS2_BITS_MASK) >>