/u-boot/drivers/sysreset/ |
A D | sysreset_x86.c | 31 struct pch_pmbase_info pm; in pch_sysreset_power_off() local 37 ret = pch_ioctl(plat->pch, PCH_REQ_PMBASE_INFO, &pm, sizeof(pm)); in pch_sysreset_power_off() 51 outl(0x00000000, pm.base + pm.gpio0_en_ofs); in pch_sysreset_power_off() 54 outw(PWRBTN_STS, pm.base + pm.pm1_sts_ofs); in pch_sysreset_power_off() 57 reg32 = inl(pm.base + pm.pm1_cnt_ofs); in pch_sysreset_power_off() 62 outl(reg32, pm.base + pm.pm1_cnt_ofs); in pch_sysreset_power_off() 66 outl(reg32, pm.base + pm.pm1_cnt_ofs); in pch_sysreset_power_off()
|
/u-boot/arch/m68k/cpu/mcf5445x/ |
A D | cpu_init.c | 92 out_8(&pm->pmcr0, 23); in cfspi_port_conf() 126 out_8(&pm->pmcr0, 17); in cpu_init_f() 129 out_8(&pm->pmcr0, 18); in cpu_init_f() 130 out_8(&pm->pmcr0, 19); in cpu_init_f() 131 out_8(&pm->pmcr0, 20); in cpu_init_f() 134 out_8(&pm->pmcr0, 22); in cpu_init_f() 135 out_8(&pm->pmcr1, 4); in cpu_init_f() 136 out_8(&pm->pmcr1, 7); in cpu_init_f() 139 out_8(&pm->pmcr0, 28); in cpu_init_f() 140 out_8(&pm->pmcr0, 29); in cpu_init_f() [all …]
|
/u-boot/tools/patman/ |
A D | test_checkpatch.py | 359 result = pm.run_checkpatch() 371 pm = PatchMaker() 377 pm = PatchMaker() 379 self.checkSingleMessage(pm, 'LIVETREE') 383 pm = PatchMaker() 385 self.checkSingleMessage(pm, 'CMD_TEST') 389 pm = PatchMaker() 397 pm = PatchMaker() 403 pm = PatchMaker() 410 pm = PatchMaker() [all …]
|
/u-boot/fs/yaffs2/ |
A D | yaffs_qsort.c | 64 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; in yaffs_qsort() local 71 for (pm = (char *)a + es; pm < (char *) a + n * es; pm += es) in yaffs_qsort() 72 for (pl = pm; pl > (char *) a && cmp(pl - es, pl) > 0; in yaffs_qsort() 77 pm = (char *)a + (n / 2) * es; in yaffs_qsort() 84 pm = med3(pm - d, pm, pm + d, cmp); in yaffs_qsort() 87 pm = med3(pl, pm, pn, cmp); in yaffs_qsort() 89 yswap(a, pm); in yaffs_qsort() 118 for (pm = (char *) a + es; pm < (char *) a + n * es; pm += es) in yaffs_qsort() 119 for (pl = pm; pl > (char *) a && cmp(pl - es, pl) > 0; in yaffs_qsort()
|
/u-boot/arch/x86/cpu/ivybridge/ |
A D | bd82x6x.c | 237 struct pch_pmbase_info *pm = data; in bd82x6x_ioctl() local 241 ret = dm_pci_read_config16(dev, 0x40, &pm->base); in bd82x6x_ioctl() 244 pm->base &= 0xfffe; in bd82x6x_ioctl() 245 pm->gpio0_en_ofs = GPE0_EN; in bd82x6x_ioctl() 246 pm->pm1_sts_ofs = PM1_STS; in bd82x6x_ioctl() 247 pm->pm1_cnt_ofs = PM1_CNT; in bd82x6x_ioctl()
|
/u-boot/arch/arm/mach-omap2/omap3/ |
A D | board.c | 81 struct pm *pm_rt_ape_base = (struct pm *)PM_RT_APE_BASE_ADDR_ARM; in secure_unlock_mem() 82 struct pm *pm_gpmc_base = (struct pm *)PM_GPMC_BASE_ADDR_ARM; in secure_unlock_mem() 83 struct pm *pm_ocm_ram_base = (struct pm *)PM_OCM_RAM_BASE_ADDR_ARM; in secure_unlock_mem() 84 struct pm *pm_iva2_base = (struct pm *)PM_IVA2_BASE_ADDR_ARM; in secure_unlock_mem()
|
/u-boot/drivers/spi/ |
A D | fsl_espi.c | 31 unsigned int pm; member 295 unsigned char pm = fsl->pm; in espi_claim_bus() local 318 | ESPI_CSMODE_PM(pm) | div16); in espi_claim_bus() 343 unsigned char pm = 0; in espi_setup_slave() local 352 pm = spibrg / (max_hz * 16 * 2); in espi_setup_slave() 353 if (pm > 16) { in espi_setup_slave() 354 pm = 16; in espi_setup_slave() 359 pm = spibrg / (max_hz * 2); in espi_setup_slave() 361 if (pm) in espi_setup_slave() 362 pm--; in espi_setup_slave() [all …]
|
A D | mpc8xxx_spi.c | 216 u32 bits, mask, div16, pm; in mpc8xxx_spi_set_speed() local 227 pm = (clk - 1)/(4*speed) + 1; in mpc8xxx_spi_set_speed() 228 if (pm > 16) { in mpc8xxx_spi_set_speed() 232 pm--; in mpc8xxx_spi_set_speed() 234 bits = div16 | (pm << SPI_MODE_PM_SHIFT); in mpc8xxx_spi_set_speed() 248 speed, priv->clk_rate, div16 ? "16*" : "", pm + 1, in mpc8xxx_spi_set_speed() 249 clk/(4*(pm + 1))); in mpc8xxx_spi_set_speed()
|
/u-boot/drivers/clk/meson/ |
A D | axg.c | 206 struct parm *pm, *pn, *pod; in meson_pll_get_rate() local 213 pm = &meson_fixed_pll_parm[0]; in meson_pll_get_rate() 218 pm = &meson_sys_pll_parm[0]; in meson_pll_get_rate() 229 regmap_read(priv->map, pm->reg_off, ®); in meson_pll_get_rate() 230 m = PARM_GET(pm->width, pm->shift, reg); in meson_pll_get_rate()
|
A D | g12a.c | 689 struct parm *pm, *pn, *pod, *pfrac = NULL; in meson_pll_get_rate() local 702 pm = &meson_fixed_pll_parm[0]; in meson_pll_get_rate() 708 pm = &meson_sys_pll_parm[0]; in meson_pll_get_rate() 719 regmap_read(priv->map, pm->reg_off, ®); in meson_pll_get_rate() 720 m = PARM_GET(pm->width, pm->shift, reg); in meson_pll_get_rate() 754 struct parm *pm, *pn, *pod; in meson_pcie_pll_get_rate() local 759 pm = &meson_pcie_pll_parm[0]; in meson_pcie_pll_get_rate() 766 regmap_read(priv->map, pm->reg_off, ®); in meson_pcie_pll_get_rate() 767 m = PARM_GET(pm->width, pm->shift, reg); in meson_pcie_pll_get_rate()
|
A D | gxbb.c | 694 struct parm *pm, *pn, *pod; in meson_pll_get_rate() local 701 pm = &meson_fixed_pll_parm[0]; in meson_pll_get_rate() 706 pm = &meson_sys_pll_parm[0]; in meson_pll_get_rate() 717 regmap_read(priv->map, pm->reg_off, ®); in meson_pll_get_rate() 718 m = PARM_GET(pm->width, pm->shift, reg); in meson_pll_get_rate()
|
/u-boot/doc/device-tree-bindings/bus/ |
A D | simple-pm-bus.txt | 12 While "simple-pm-bus" follows the "simple-bus" set of properties, as specified 17 - compatible: Must contain at least "simple-pm-bus". 36 "simple-pm-bus";
|
/u-boot/drivers/net/octeontx2/ |
A D | rvu.h | 76 : [x0]"r"(val0), [x1]"r"(val1), [pm]"r"(dest) in st128() 90 : [x0]"r"(*val0), [x1]"r"(*val1), [pm]"r"(src)); in ld128()
|
/u-boot/arch/arm/mach-sunxi/ |
A D | p2wi.c | 53 &p2wi->pm); in p2wi_change_to_p2wi_mode() 55 while ((readl(&p2wi->pm) & P2WI_PM_INIT_SEND)) { in p2wi_change_to_p2wi_mode()
|
/u-boot/drivers/video/ |
A D | ivybridge_igd.c | 256 static void gtt_write_powermeter(void *bar, const struct gt_powermeter *pm) in gtt_write_powermeter() argument 258 for (; pm && pm->reg; pm++) in gtt_write_powermeter() 259 gtt_write(bar, pm->reg, pm->value); in gtt_write_powermeter()
|
/u-boot/board/freescale/m54418twr/ |
A D | m54418twr.c | 44 pm_t *pm = (pm_t *) MMAP_PM; in dram_init() local 54 out_8(&pm->pmcr0, 0x2E); in dram_init()
|
/u-boot/arch/x86/cpu/broadwell/ |
A D | pch.c | 647 struct pch_pmbase_info *pm = data; in broadwell_ioctl() local 651 ret = dm_pci_read_config16(dev, 0x40, &pm->base); in broadwell_ioctl() 654 pm->base &= 0xfffe; in broadwell_ioctl() 655 pm->gpio0_en_ofs = GPE0_EN(0); in broadwell_ioctl() 656 pm->pm1_sts_ofs = PM1_STS; in broadwell_ioctl() 657 pm->pm1_cnt_ofs = PM1_CNT; in broadwell_ioctl()
|
/u-boot/doc/device-tree-bindings/power/ |
A D | ti,sci-pm-domain.txt | 19 - compatible: Must be "ti,sci-pm-domain" 36 compatible = "ti,sci-pm-domain";
|
/u-boot/doc/device-tree-bindings/remoteproc/ |
A D | k3-rproc.txt | 14 First set corresponds to pm domain of the 18 doc/device-tree-bindings/power/ti,sci-pm-domain.txt
|
/u-boot/drivers/core/ |
A D | Makefile | 10 obj-$(CONFIG_SIMPLE_PM_BUS) += simple-pm-bus.o
|
/u-boot/arch/powerpc/dts/ |
A D | e500v2_power_isa.dtsi | 17 power-isa-e.pm; // Embedded.Performance Monitor
|
A D | e500mc_power_isa.dtsi | 21 power-isa-e.pm; // Embedded.Performance Monitor
|
A D | e5500_power_isa.dtsi | 21 power-isa-e.pm; // Embedded.Performance Monitor
|
/u-boot/drivers/usb/musb/ |
A D | musb_udc.c | 539 unsigned int p, pm; in musb_peri_ep0_tx() local 579 pm = 10; in musb_peri_ep0_tx() 580 for (p = 0; p < pm; p++) { in musb_peri_ep0_tx() 586 udelay(1 << pm); in musb_peri_ep0_tx() 589 if ((ep0_endpoint->sent >= ep0_urb->actual_length) && (p < pm)) in musb_peri_ep0_tx()
|
/u-boot/arch/arm/dts/ |
A D | fsl-imx8qxp-ai_ml-u-boot.dtsi | 6 &{/imx8qx-pm} {
|