HomeSort by: relevance | last modified time | path
    Searched defs:clkgatings (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/marvell/
kirkwood.c 97 } clkgatings[]= { variable in typeref:struct:__anoncc7897d40108[]
296 for (i = 0; i < __arraycount(clkgatings); i++) {
297 if (clkgatings[i].offset == mva->mva_offset) {
299 if ((val & clkgatings[i].bits) == clkgatings[i].bits)
dove.c 137 } clkgatings[]= { variable in typeref:struct:__anon4f4207380108[]
343 for (i = 0; i < __arraycount(clkgatings); i++) {
344 if (clkgatings[i].offset == mva->mva_offset) {
346 if ((val & clkgatings[i].bits) == clkgatings[i].bits)
armadaxp.c 493 } clkgatings[]= { variable in typeref:struct:__anonf01525180108[]
1116 for (i = 0; i < __arraycount(clkgatings); i++) {
1117 if (clkgatings[i].offset == mva->mva_offset) {
1119 if ((val & clkgatings[i].bits) == clkgatings[i].bits)

Completed in 17 milliseconds