Home
last modified time | relevance | path

Searched defs:SCALE (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/arch/m68k/fpsp040/
Dsetox.S438 .set SCALE,FP_SCR1 define
/linux-2.6.39/sound/oss/
Dvidc.c100 #define SCALE(lev,master) ((lev) * (master) * 65536 / 10000) in vidc_mixer_set() macro
Dwaveartist.c928 #define SCALE(lev,max) ((lev) * (max) / 100) in waveartist_mixer_update() macro
/linux-2.6.39/drivers/hwmon/
Dsmsc47m192.c60 static inline int SCALE(long val, int mul, int div) in SCALE() function
Dadm9240.c82 static inline int SCALE(long val, int mul, int div) in SCALE() function
Dlm85.c138 #define SCALE(val, from, to) (((val) * (to) + ((from) / 2)) / (from)) macro
Dadm1026.c195 #define SCALE(val, from, to) (((val)*(to) + ((from)/2))/(from)) macro