Home
last modified time | relevance | path

Searched refs:pllctrl (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/mips/nlm/hal/
H A Dnlm_hal.c67 uint32_t pllctrl, dfsdiv, spf, spr, div_val; in nlm_get_device_frequency() local
70 pllctrl = nlm_read_sys_reg(sysbase, SYS_PLL_CTRL); in nlm_get_device_frequency()
78 spf = (pllctrl >> 3 & 0x7f) + 1; in nlm_get_device_frequency()
79 spr = (pllctrl >> 1 & 0x03) + 1; in nlm_get_device_frequency()
/freebsd-12.1/sys/gnu/dts/arm/
H A Dkeystone.dtsi79 pllctrl: pll-controller@2310000 { label
80 compatible = "ti,keystone-pllctrl", "syscon";
108 ti,syscon-pll = <&pllctrl 0xe4>;
/freebsd-12.1/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_if.m206 * @param reg The PMU pllctrl register to be read.
211 * @returns The pllctrl register value, or 0 if undefined by this hardware.
222 * @param reg The PMU pllctrl register to be written.