Searched refs:OD (Results 1 - 17 of 17) sorted by relevance

/linux-4.4.14/arch/arm/boot/dts/
H A Dst-pincfg.h18 #define OD (1 << 25) macro
36 #define BIDIR (OE | OD)
38 #define BIDIR_PU (OE | PU | OD)
/linux-4.4.14/drivers/video/fbdev/kyro/
H A DSTG4000InitDevice.c121 u32 R = 0, F = 0, OD = 0, ODIndex = 0; ProgramClock() local
144 OD = ODValues[ODIndex]; ProgramClock()
150 ulTmp = R * (ulScaleClockReq << OD); ProgramClock()
152 /* F = ClkRequired * R * (2^OD) / Fref */ ProgramClock()
162 * achievable with current OD & R) let's iterate ProgramClock()
181 ulTmp = (ulVCO >> OD); /* Clock = VCO / (2^OD) */ ProgramClock()
193 ulBestOD = OD; ProgramClock()
208 if ((ulScore >= ulBestScore) && (OD > 0)) { ProgramClock()
210 ulBestOD = OD; ProgramClock()
/linux-4.4.14/drivers/staging/sm750fb/
H A Dddk750_chip.c33 unsigned int M, N, OD, POD; get_mxclk_freq() local
41 OD = FIELD_GET(pll_reg, PANEL_PLL_CTRL, OD); get_mxclk_freq()
44 return DEFAULT_INPUT_CLOCK * M / N / (1 << OD) / (1 << POD); get_mxclk_freq()
347 pll->OD = d - pll->POD; calcPllValue()
372 | FIELD_VALUE(0, PANEL_PLL_CTRL, OD, pPLL->OD) formatPllReg()
H A Dddk750_chip.h35 unsigned long OD; member in struct:_pll_value_t
/linux-4.4.14/arch/mips/alchemy/common/
H A Dsetup.c45 set_c0_config(1 << 19); /* Set Config[OD] */ plat_mem_setup()
48 clear_c0_config(1 << 19); /* Clear Config[OD] */ plat_mem_setup()
/linux-4.4.14/drivers/clk/meson/
H A Dclk-pll.c24 * in -----[ /N ]---[ *M ]---[ >>OD ]----->> out
30 * out = (in * M / N) >> OD
/linux-4.4.14/arch/arm/common/
H A Dicst.c23 * Divisors for each OD setting.
/linux-4.4.14/drivers/macintosh/
H A Dwindfarm_pm121.c36 * OD Fan control correction.
94 * dependencies, we must trigger HD loop before OD loop before CPU
122 * OD Fan control loop.
257 /* All sys loops. Note the HD before the OD loop in order to have it
272 "OD",
415 /* OD Fan control loop */
/linux-4.4.14/drivers/char/
H A Dnsc_gpio.c31 (config & 2) ? "PP" : "OD", /* push pull / open drain */ nsc_gpio_dump()
/linux-4.4.14/drivers/pinctrl/
H A Dpinctrl-palmas.c820 "OD control not supported for pin %s\n", palmas_pinconf_get()
842 "OD control not supported for pin %s\n", palmas_pinconf_get()
927 "OD control not supported for pin %s\n", palmas_pinconf_set()
940 "OD control not supported for pin %s\n", palmas_pinconf_set()
H A Dpinctrl-st.c153 #define ST_PINCONF_UNPACK_OD(conf) ST_PINCONF_UNPACK(conf, OD)
154 #define ST_PINCONF_PACK_OD(conf) ST_PINCONF_PACK(conf, 1, OD)
975 * Output Enable (OE), Open Drain(OD), and Pull Up (PU) st_pmx_set_gpio_direction()
1066 seq_printf(s, "[OE:%d,PU:%ld,OD:%ld]\t%s\n" st_pinconf_dbg_show()
1191 * For a given shared register like OE/PU/OD, there are 8 bits per bank st_parse_syscfgs()
/linux-4.4.14/drivers/mmc/host/
H A Domap_hsmmc.c104 #define OD 0x1 macro
714 OMAP_HSMMC_WRITE(host->base, CON, con | OD); omap_hsmmc_set_bus_mode()
716 OMAP_HSMMC_WRITE(host->base, CON, con & ~OD); omap_hsmmc_set_bus_mode()
H A Dmmci.c1386 * else and only has OD (Open Drain). mmci_set_ios()
/linux-4.4.14/drivers/ata/
H A Dpata_pdc2027x.c545 * Calculate the ratio of F, R and OD pdc_adjust_pll()
H A Dsata_sx4.c1326 /* OD param = 0x2 (bit 31:30), R param = 0x5 (bit 29:25) */ pdc20621_dimm_init()
/linux-4.4.14/net/decnet/
H A Ddn_nsp_in.c903 case 0x30: /* OD */ dn_nsp_backlog_rcv()
/linux-4.4.14/arch/mips/include/asm/mach-au1x00/
H A Dau1000.h644 /* does CPU need CONFIG[OD] set to fix tons of errata? */ au1xxx_cpu_needs_config_od()

Completed in 1307 milliseconds