Searched refs:OD (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/video/fbdev/kyro/ |
H A D | STG4000InitDevice.c | 121 u32 R = 0, F = 0, OD = 0, ODIndex = 0; in ProgramClock() local 144 OD = ODValues[ODIndex]; in ProgramClock() 150 ulTmp = R * (ulScaleClockReq << OD); in ProgramClock() 181 ulTmp = (ulVCO >> OD); /* Clock = VCO / (2^OD) */ in ProgramClock() 192 ulBestOD = OD; in ProgramClock() 207 if ((ulScore >= ulBestScore) && (OD > 0)) { in ProgramClock() 208 ulBestOD = OD; in ProgramClock()
|
/linux/drivers/staging/sm750fb/ |
H A D | ddk750_chip.c | 37 unsigned int M, N, OD, POD; in get_mxclk_freq() local 45 OD = (pll_reg & PLL_CTRL_OD_MASK) >> PLL_CTRL_OD_SHIFT; in get_mxclk_freq() 48 return DEFAULT_INPUT_CLOCK * M / N / BIT(OD) / BIT(POD); in get_mxclk_freq() 375 pll->OD = d - pll->POD; in sm750_calc_pll_value() 390 unsigned int OD = p_PLL->OD; in sm750_format_pll_reg() local 404 ((OD << PLL_CTRL_OD_SHIFT) & PLL_CTRL_OD_MASK) | in sm750_format_pll_reg()
|
H A D | ddk750_chip.h | 49 unsigned long OD; member
|
/linux/arch/arm/boot/dts/st/ |
H A D | st-pincfg.h | 19 #define OD (1 << 25) macro 37 #define BIDIR (OE | OD) 39 #define BIDIR_PU (OE | PU | OD)
|
/linux/arch/mips/boot/dts/mobileye/ |
H A D | eyeq6h-pins.dtsi | 15 * [14] | OD | Open drain
|
/linux/drivers/gpu/drm/hisilicon/hibmc/ |
H A D | hibmc_drm_de.c | 28 u64 OD; member 247 pllreg |= HIBMC_FIELD(HIBMC_PLL_CTRL_OD, pll.OD); in format_pll_reg()
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx93-tqma9352.dtsi | 253 /* SION | OD | FSEL 3 | DSE X4 */
|
H A D | imx93-tqma9352-mba93xxca.dts | 732 /* SION | HYS | OD | FSEL_3 | DSE X4 */ 740 /* SION | HYS | OD | FSEL_3 | DSE X4 */
|
H A D | imx93-tqma9352-mba93xxla.dts | 702 /* SION | HYS | OD | FSEL_3 | DSE X4 */ 710 /* SION | HYS | OD | FSEL_3 | DSE X4 */
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | pinctrl-st.txt | 8 When a pin is in GPIO mode, Output Enable (OE), Open Drain(OD), and
|
/linux/drivers/mmc/host/ |
H A D | omap_hsmmc.c | 101 #define OD 0x1 macro 618 OMAP_HSMMC_WRITE(host->base, CON, con | OD); in omap_hsmmc_set_bus_mode() 620 OMAP_HSMMC_WRITE(host->base, CON, con & ~OD); in omap_hsmmc_set_bus_mode()
|
/linux/Documentation/driver-api/gpio/ |
H A D | driver.rst | 174 OD ||--+ 185 arrives at IN. The switches named "OD" and "OS" are normally closed, creating 188 Consider the little "switches" named "OD" and "OS" that enable/disable the 199 or open source, in practice by flicking open the switches labeled "OD" and "OS"
|
/linux/drivers/pinctrl/ |
H A D | pinctrl-st.c | 155 #define ST_PINCONF_UNPACK_OD(conf) ST_PINCONF_UNPACK(conf, OD) 156 #define ST_PINCONF_PACK_OD(conf) ST_PINCONF_PACK(conf, 1, OD)
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | dra7.dtsi | 114 /* OPP OD */
|