Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/tegra124/
H A Dtegra124_pmc.c75 #define PMC_CLAMP_STATUS_PARTID(x) (1 << ((x) & 0x1F)) macro
262 if ((reg & PMC_CLAMP_STATUS_PARTID(id)) != 0) in tegra_powergate_remove_clamping()
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dtegra210_pmc.c78 #define PMC_CLAMP_STATUS_PARTID(x) (1 << ((x) & 0x1F)) macro
299 if ((reg & PMC_CLAMP_STATUS_PARTID(id)) != 0) in tegra_powergate_remove_clamping()