Home
last modified time | relevance | path

Searched refs:OD (Results 1 – 12 of 12) sorted by relevance

/linux-5.19.10/drivers/video/fbdev/kyro/
DSTG4000InitDevice.c121 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-5.19.10/drivers/staging/sm750fb/
Dddk750_chip.c37 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()
Dddk750_chip.h49 unsigned long OD; member
/linux-5.19.10/arch/arm/boot/dts/
Dst-pincfg.h19 #define OD (1 << 25) macro
37 #define BIDIR (OE | OD)
39 #define BIDIR_PU (OE | PU | OD)
/linux-5.19.10/Documentation/devicetree/bindings/display/mediatek/
Dmediatek,od.yaml14 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-5.19.10/Documentation/devicetree/bindings/clock/
Darm,syscon-icst.yaml27 therefore have special compatible strings as per this table (the OD value is
35 Hardware variant RDW OD VDW
Dbaikal,bt1-ccu-pll.yaml59 CLKF--->|/NF|--->|PFD|...|VCO|-+->|/OD|--->| |
71 divider, NF - PLL clock multiplier, OD - VCO output clock divider, CLKOUT -
/linux-5.19.10/drivers/gpu/drm/hisilicon/hibmc/
Dhibmc_drm_de.c28 u64 OD; member
247 pllreg |= HIBMC_FIELD(HIBMC_PLL_CTRL_OD, pll.OD); in format_pll_reg()
/linux-5.19.10/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-st.txt8 When a pin is in GPIO mode, Output Enable (OE), Open Drain(OD), and
/linux-5.19.10/drivers/mmc/host/
Domap_hsmmc.c101 #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-5.19.10/Documentation/driver-api/gpio/
Ddriver.rst175 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-5.19.10/drivers/pinctrl/
Dpinctrl-st.c151 #define ST_PINCONF_UNPACK_OD(conf) ST_PINCONF_UNPACK(conf, OD)
152 #define ST_PINCONF_PACK_OD(conf) ST_PINCONF_PACK(conf, 1, OD)