Searched refs:OD (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/drivers/video/fbdev/kyro/ |
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-6.1.9/drivers/staging/sm750fb/ |
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()
|
D | ddk750_chip.h | 49 unsigned long OD; member
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | st-pincfg.h | 19 #define OD (1 << 25) macro 37 #define BIDIR (OE | OD) 39 #define BIDIR_PU (OE | PU | OD)
|
/linux-6.1.9/Documentation/devicetree/bindings/display/mediatek/ |
D | mediatek,od.yaml | 14 Mediatek display overdrive, namely OD, increases the transition values 16 OD device node must be siblings to the central MMSYS_CONFIG node. 37 - description: OD Clock
|
/linux-6.1.9/Documentation/devicetree/bindings/clock/ |
D | arm,syscon-icst.yaml | 27 therefore have special compatible strings as per this table (the OD value is 35 Hardware variant RDW OD VDW
|
D | baikal,bt1-ccu-pll.yaml | 59 CLKF--->|/NF|--->|PFD|...|VCO|-+->|/OD|--->| | 71 divider, NF - PLL clock multiplier, OD - VCO output clock divider, CLKOUT -
|
/linux-6.1.9/drivers/gpu/drm/hisilicon/hibmc/ |
D | hibmc_drm_de.c | 28 u64 OD; member 247 pllreg |= HIBMC_FIELD(HIBMC_PLL_CTRL_OD, pll.OD); in format_pll_reg()
|
/linux-6.1.9/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-st.txt | 8 When a pin is in GPIO mode, Output Enable (OE), Open Drain(OD), and
|
/linux-6.1.9/drivers/mmc/host/ |
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-6.1.9/Documentation/driver-api/gpio/ |
D | driver.rst | 175 OD ||--+ 186 arrives at IN. The switches named "OD" and "OS" are normally closed, creating 189 Consider the little "switches" named "OD" and "OS" that enable/disable the 200 or open source, in practice by flicking open the switches labeled "OD" and "OS"
|
/linux-6.1.9/drivers/pinctrl/ |
D | pinctrl-st.c | 150 #define ST_PINCONF_UNPACK_OD(conf) ST_PINCONF_UNPACK(conf, OD) 151 #define ST_PINCONF_PACK_OD(conf) ST_PINCONF_PACK(conf, 1, OD)
|