Searched defs:PMC_PEXSTOPCLOCK_OFFS (Results 1 – 2 of 2) sorted by relevance
427 #define PMC_PEXSTOPCLOCK_OFFS(p) ((p) < 8 ? (5 + (p)) : (18 + (p))) macro
429 #define PMC_PEXSTOPCLOCK_OFFS(port) ((port) < 8 ? (5 + (port)) : (18 + (port))) macro