/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_dp_aux_backlight.c | 119 int freq, fxp, fxp_min, fxp_max, fxp_actual, f = 1; local in function:intel_dp_aux_set_pwm_freq 133 fxp = DIV_ROUND_CLOSEST(KHz(DP_EDP_BACKLIGHT_FREQ_BASE_KHZ), freq); 139 * - FxP is within 25% of desired value. 155 fxp_min = DIV_ROUND_CLOSEST(fxp * 3, 4); 156 fxp_max = DIV_ROUND_CLOSEST(fxp * 5, 4); 163 f = clamp(DIV_ROUND_CLOSEST(fxp, 1 << pn), 1, 255);
|
intel_dp_aux_backlight.c | 119 int freq, fxp, fxp_min, fxp_max, fxp_actual, f = 1; local in function:intel_dp_aux_set_pwm_freq 133 fxp = DIV_ROUND_CLOSEST(KHz(DP_EDP_BACKLIGHT_FREQ_BASE_KHZ), freq); 139 * - FxP is within 25% of desired value. 155 fxp_min = DIV_ROUND_CLOSEST(fxp * 3, 4); 156 fxp_max = DIV_ROUND_CLOSEST(fxp * 5, 4); 163 f = clamp(DIV_ROUND_CLOSEST(fxp, 1 << pn), 1, 255);
|
/src/sys/arch/sandpoint/stand/altboot/ |
Makefile | 9 SRCS+= nif.c fxp.c tlp.c rge.c skg.c stg.c
|
Makefile | 9 SRCS+= nif.c fxp.c tlp.c rge.c skg.c stg.c
|
globals.h | 163 NIF_DECL(fxp);
|
globals.h | 163 NIF_DECL(fxp);
|
/src/sys/arch/atari/conf/ |
MILAN-ISAIDE | 76 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
|
MILAN-PCIIDE | 76 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
|
HADES | 78 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
|
GENERIC.in | 299 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
|
MILAN-ISAIDE | 76 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
|
MILAN-PCIIDE | 76 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
|
HADES | 78 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
|
GENERIC.in | 299 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
|
/src/sys/arch/hpcmips/conf/ |
LROUTER | 141 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
|
LROUTER | 141 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
|
/src/sys/fs/ntfs/ |
ntfs_subr.c | 1666 u_int16_t *fxp, *cfxp; local in function:ntfs_procfixups 1684 fxp = (u_int16_t *) (xbuf + fhp->fh_foff); 1686 fixup = *fxp++; 1687 for (i = 1; i < fhp->fh_fnum; i++, fxp++) { 1692 *cfxp = *fxp;
|
ntfs_subr.c | 1666 u_int16_t *fxp, *cfxp; local in function:ntfs_procfixups 1684 fxp = (u_int16_t *) (xbuf + fhp->fh_foff); 1686 fixup = *fxp++; 1687 for (i = 1; i < fhp->fh_fnum; i++, fxp++) { 1692 *cfxp = *fxp;
|
/src/share/man/man4/ |
Makefile | 28 fujbp.4 full.4 fxp.4 \
|
Makefile | 28 fujbp.4 full.4 fxp.4 \
|