Home
last modified time | relevance | path

Searched refs:users (Results 1 – 25 of 30) sorted by relevance

12

/arch/avr32/mach-at32ap/
Dclock.c66 if (clk->users++ == 0 && clk->mode) in __clk_enable()
84 if (clk->users == 0) { in __clk_disable()
90 if (--clk->users == 0 && clk->mode) in __clk_disable()
201 if (parent->dev && !dev_name(parent->dev) && !parent->users) in dump_clock()
213 parent->users, in dump_clock()
214 parent->users ? "on" : "off", /* NOTE: not-paranoid!! */ in dump_clock()
Dclock.h30 u16 users; /* Enabled if non-zero */ member
Dat32ap700x.c251 if (clk->users > 0) in pll1_set_rate()
265 if (clk->users > 0) in pll1_set_parent()
291 .users = 1,
297 .users = 1,
480 .users = 1,
499 .users = 1,
664 .users = 1,
684 .users = 1,
691 .users = 1,
699 .users = 1,
[all …]
/arch/arm/mach-ep93xx/
Dclock.c26 int users; member
62 if (!clk->users++ && clk->enable_reg) { in clk_enable()
75 if (!--clk->users && clk->enable_reg) { in clk_disable()
/arch/powerpc/platforms/ps3/
DKconfig27 defaults should be fine for most users, but these options may make
35 Most users should say N to this question.
78 general, all users will say Y or M.
89 general, all users will say Y or M.
103 In general, all users will say Y or M.
113 In general, all users will say Y or M.
125 In general, all users will say Y or M.
/arch/arm/mach-at91/
Dclock.c60 .users = 1, /* always on */
223 if (clk->users++ == 0 && clk->mode) in __clk_enable()
240 BUG_ON(clk->users == 0); in __clk_disable()
241 if (--clk->users == 0 && clk->mode) in __clk_disable()
315 if (clk->users) in clk_set_rate()
349 if (clk->users) in clk_set_parent()
418 clk->name, clk->users, state, clk_get_rate(clk), in at91_clk_show()
672 if (clk->users > 0) in at91_clock_reset()
Dclock.h27 u16 users; member
DKconfig191 <svn://194.85.238.22/home/users/george/svn/arm9eb>
/arch/m68k/fpsp040/
Dstanh.S117 fmovel %d1,%FPCR |restore users exceptions
157 fmovel %d1,%FPCR |restore users exceptions
165 fmovel %d1,%FPCR |restore users exceptions
179 fmovel %d1,%FPCR |restore users exceptions
Dsatan.S336 fmovel %d1,%FPCR |restore users exceptions
387 fmovel %d1,%FPCR |restore users exceptions
396 fmovel %d1,%FPCR |restore users exceptions
Dx_snan.S171 | Store to the users destination address
193 | Store to the users destination address
215 | Store to the users destination address
Dx_ovfl.S30 | operand needs to be made available to the users exception handler
Dssin.S649 movel %d1,-(%sp) |restore users mode & precision
654 fmovel (%sp)+,%FPCR |restore users exceptions
717 movel %d1,-(%sp) |save users mode & precision
722 fmovel (%sp)+,%FPCR |restore users exceptions
736 movel %d1,-(%sp) |save users mode & precision
741 fmovel (%sp)+,%FPCR |restore users exceptions
Dsto_res.S6 | users destination register then fp0 is moved to the
Dstan.S246 fmovel %d1,%fpcr |restore users exceptions
286 fmovel %d1,%fpcr |restore users exceptions
300 fmovel %d1,%fpcr |restore users exceptions
Dres_func.S850 fmovel %d0,%fpcr |set up users rmode and X
894 bsrl round |round result to users rmode & prec
918 bsrl round |round result to users rmode & prec
944 bsrl round |round result to users rmode & prec
1025 fmovel %d0,%fpcr |set up users rmode and X
1069 bsrl round |round result to users rmode & prec
1102 bsrl round |round result to users rmode & prec
1125 bsrl round |round result to users rmode & prec
Dsint.S221 bsr round |round the unnorm based on users
/arch/powerpc/platforms/iseries/
Dviopath.c60 int users[VIO_MAX_SUBTYPES]; member
506 viopathStatus[remoteLp].users[subtype]++; in viopath_open()
576 if (viopathStatus[remoteLp].users[subtype] > 0) in viopath_close()
577 viopathStatus[remoteLp].users[subtype]--; in viopath_close()
589 numOpen += viopathStatus[remoteLp].users[i]; in viopath_close()
/arch/sh/
DKconfig.cpu39 Most SH-3 users will want to say Y here, whereas most SH-4 users will
DKconfig.debug109 the kernel in size a bit, most users will want to say N here.
/arch/h8300/
DREADME2 Yoshinori Sato <ysato@users.sourceforge.jp>
/arch/arm/nwfpe/
DChangeLog19 It is used by users of ptrace to examine the values of the
/arch/m68k/
DKconfig325 defaults should be fine for most users, but these options may make
333 Most users should say N to this question.
473 Note for Falcon users: You also have an MFP port, it's just not
/arch/x86/
DKconfig.debug20 This is sufficient for dosemu and X and all common users of
/arch/mips/
DKconfig834 # Endianess selection. Sufficiently obscure so many users don't know what to
1969 recommended for normal users.
2056 # or other ISA chip on the board that users don't know about so don't expect
2057 # users to choose the right thing ...

12