/openbmc/linux/drivers/clk/ |
H A D | clk-apple-nco.c | 127 unsigned int coarse = div / 4; in applnco_div_out_of_range() local 129 return coarse < COARSE_DIV_OFFSET || in applnco_div_out_of_range() 130 coarse >= COARSE_DIV_OFFSET + LFSR_TBLSIZE; in applnco_div_out_of_range() 135 unsigned int coarse = div / 4; in applnco_div_translate() local 140 return FIELD_PREP(DIV_COARSE, tbl->fwd[coarse - COARSE_DIV_OFFSET]) | in applnco_div_translate() 146 unsigned int coarse, fine; in applnco_div_translate_inv() local 148 coarse = tbl->inv[FIELD_GET(DIV_COARSE, regval)] + COARSE_DIV_OFFSET; in applnco_div_translate_inv() 151 return coarse * 4 + fine; in applnco_div_translate_inv()
|
/openbmc/linux/drivers/media/usb/gspca/stv06xx/ |
H A D | stv06xx_vv6410.c | 239 unsigned int fine, coarse; in vv6410_set_exposure() local 244 coarse = min(512, val / VV6410_CIF_LINELENGTH); in vv6410_set_exposure() 247 coarse, fine); in vv6410_set_exposure() 257 err = stv06xx_write_sensor(sd, VV6410_COARSEH, coarse >> 8); in vv6410_set_exposure() 261 err = stv06xx_write_sensor(sd, VV6410_COARSEL, coarse & 0xff); in vv6410_set_exposure()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-frequency-admv1014 | 5 Read/write value for the digital attenuator gain (IF_I) with coarse steps. 11 Read/write value for the digital attenuator gain (IF_Q) with coarse steps.
|
/openbmc/linux/Documentation/arch/x86/x86_64/ |
H A D | fake-numa-for-cpusets.rst | 12 in conjunction with cpusets for coarse memory management. Using this feature, 75 This allows for coarse memory management for the tasks you assign to particular
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | parselogs-ignores-qemuarmv5.txt | 1 # Code is 2 JENT_ECOARSETIME: Timer too coarse for RNG.
|
/openbmc/linux/Documentation/core-api/ |
H A D | timekeeping.rst | 92 Return a coarse-grained version of the time as a scalar 117 These are quicker than the non-coarse versions, but less accurate, 174 coarse-grained times can use the simple 'jiffies' instead, while
|
/openbmc/linux/security/lockdown/ |
H A D | Kconfig | 6 Build support for an LSM that enforces a coarse kernel lockdown
|
/openbmc/linux/sound/soc/codecs/ |
H A D | msm8916-wcd-analog.c | 434 u32 coarse, fine, reg_val, reg_addr; in pm8916_mbhc_configure_bias() local 464 coarse = (vrefs[i] / 100); in pm8916_mbhc_configure_bias() 466 reg_val = (coarse << CDC_A_MBHC_BTN_VREF_COARSE_SHIFT) | in pm8916_mbhc_configure_bias()
|
/openbmc/linux/drivers/staging/media/atomisp/i2c/ |
H A D | atomisp-mt9m114.c | 896 u32 coarse; in mt9m114_g_exposure() local 901 REG_EXPO_COARSE, &coarse); in mt9m114_g_exposure() 905 *value = coarse; in mt9m114_g_exposure()
|
/openbmc/linux/Documentation/driver-api/surface_aggregator/ |
H A D | overview.rst | 32 While features have not changed much on a coarse level since the 5th
|
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.c | 179 u16 fused, fine, coarse; in e1000_phy_init_script() local 192 coarse = in e1000_phy_init_script() 195 if (coarse > in e1000_phy_init_script() 197 coarse -= in e1000_phy_init_script() 200 } else if (coarse == in e1000_phy_init_script() 207 (coarse & in e1000_phy_init_script()
|
/openbmc/u-boot/drivers/net/ |
H A D | e1000.c | 4736 uint16_t fused, fine, coarse; in e1000_phy_init_script() local 4747 coarse = fused in e1000_phy_init_script() 4750 if (coarse > in e1000_phy_init_script() 4752 coarse -= in e1000_phy_init_script() 4755 } else if (coarse in e1000_phy_init_script() 4763 (coarse in e1000_phy_init_script()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-arm-spe.txt | 107 The coarse effect of conversions, and, if applicable, sampling of speculative operations, can be
|
/openbmc/linux/Documentation/trace/ |
H A D | tracepoint-analysis.rst | 237 very coarse as a result.
|
/openbmc/linux/Documentation/process/ |
H A D | botching-up-ioctls.rst | 152 ioctl restartable relative timeouts tend to be too coarse and can
|
/openbmc/linux/Documentation/hwmon/ |
H A D | w83781d.rst | 455 found out the following values do work as a form of coarse pwm:
|
/openbmc/docs/designs/ |
H A D | bmc-service-failure-debug-and-recovery.md | 159 services is usually coarse, the nuanced handling is left to the BMC
|
H A D | redfish-authorization.md | 147 lead to a very coarse-grained access control, and doesn't implement the
|
/openbmc/qemu/docs/about/ |
H A D | emulation.rst | 249 A very basic plugin which will measure execution in coarse terms as
|
/openbmc/qemu/docs/devel/ |
H A D | multi-process.rst | 919 their files. In Linux, this type of control is usually too coarse for
|
/openbmc/openbmc/poky/documentation/profile-manual/ |
H A D | usage.rst | 654 coarse-grained profiling data.
|