Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/at91/
H A Dat91pmc.c118 #define PID_COUNT 32 macro
119 static int pid_enable_count[PID_COUNT] = {0};
126 if (pid < 0 || pid >= PID_COUNT) in at91pmc_peripheral_clock()