Home
last modified time | relevance | path

Searched refs:bus_grp (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-2.7.6/soc/arm/atmel_sam/common/
Dsoc_sam4l_pm.c39 uint32_t bus_grp = id >> 5; in soc_pmc_peripheral_enable() local
44 if (bus_grp >= 6) { in soc_pmc_peripheral_enable()
48 bus_id = bridge_peripheral_ids[bus_grp]; in soc_pmc_peripheral_enable()
65 uint32_t bus_grp = id >> 5; in soc_pmc_peripheral_disable() local
70 if (bus_grp >= 6) { in soc_pmc_peripheral_disable()
74 bus_id = bridge_peripheral_ids[bus_grp]; in soc_pmc_peripheral_disable()
91 uint32_t bus_grp = id >> 5; in soc_pmc_peripheral_is_enabled() local
96 if (bus_grp >= 6) { in soc_pmc_peripheral_is_enabled()
100 bus_id = bridge_peripheral_ids[bus_grp]; in soc_pmc_peripheral_is_enabled()