Searched refs:off (Results 176 - 196 of 196) sorted by relevance

12345678

/u-boot/include/
H A Dfdt_support.h30 u32 fdt_getprop_u32_default_node(const void *fdt, int off, int cell,
H A Dec_commands.h303 * bit 1 enables/disables the selected threshold (0 = off, 1 = on)
1057 /* Can switch the screen backlight on/off */
1059 /* Can switch the wifi module on/off */
1747 } dump, off, on, init, get_seq, get_params_v0, get_params_v1, member in union:ec_params_lightbar::__anon25
1823 } off, on, init, set_brightness, seq, reg, set_rgb, member in union:ec_response_lightbar::__anon26
1925 * Range 1 means on/off control.
3380 * Cut off battery power immediately or after the host has shut down.
3384 * EC_RES_ERROR if the cut off command failed.
3415 * Switch on/off a LDO.
/u-boot/drivers/power/domain/
H A Dmeson-gx-pwrc-vpu.c267 .off = meson_pwrc_vpu_off,
H A Dimx8mp-hsiomix.c263 .off = imx8mp_hsiomix_off,
H A Dti-power-domain.c391 .off = ti_power_domain_off,
H A Dmtk-power-domain.c397 .off = scpsys_power_off,
H A Dimx8-power-domain-legacy.c49 * Power off active pd devices except the permanent
148 /* Already powered off */
152 /* Check if all subnodes are off */
172 printf("Error: %s Power off failed! (error = %d)\n",
179 debug("%s is powered off\n", dev->name);
203 /* Already powered off */
208 * Check if all sibling nodes are off. If yes,
209 * power off parent
226 /* power off parent */
232 printf("%s Power off faile
[all...]
H A Dimx8m-power-domain.c548 .off = imx8m_power_domain_off,
H A Dmeson-ee-pwrc.c380 .off = meson_ee_pwrc_off,
/u-boot/drivers/clk/stm32/
H A Dclk-stm32mp1.c440 #define STM32MP1_CLK(off, b, idx, s) \
442 .offset = (off), \
450 #define STM32MP1_CLK_F(off, b, idx, f) \
452 .offset = (off), \
460 #define STM32MP1_CLK_SET_CLR(off, b, idx, s) \
462 .offset = (off), \
470 #define STM32MP1_CLK_SET_CLR_F(off, b, idx, f) \
472 .offset = (off), \
480 #define STM32MP1_CLK_PARENT(idx, off, s, m, p) \
482 .offset = (off), \
[all...]
/u-boot/test/image/
H A Dspl_load.c168 size_t off, size; local
172 off = size;
177 off = start_fit(tmp, sizeof(tmp), 0, false);
178 if (!off)
183 *data_offset = off;
188 if (start_fit(dst, size, spl_image->size, external) != off)
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-regs.h109 asm volatile ("pref %[type], %[off](%[rbase])" : : [rbase] "d" (address), [off] "I" (offset), [type] "n" (X))
/u-boot/drivers/clk/qcom/
H A Dclock-qcom.c91 WARN(count == 50000, "WARNING: RCG @ %#llx [%#010x] stuck at off\n",
382 printf("WARNING: GDSC %lu is stuck during power on/off\n",
399 .off = qcom_power_off,
/u-boot/lib/bzip2/
H A Dbzlib_decompress.c463 Int32 ii, jj, kk, pp, lno, off; local
486 off = nn % MTFL_SIZE;
487 pp = s->mtfbase[lno] + off;
/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c139 #define nand_writel(info, off, val) \
140 writel((val), (info)->mmio_base + (off))
142 #define nand_readl(info, off) \
143 readl((info)->mmio_base + (off))
/u-boot/drivers/clk/aspeed/
H A Dclk_ast2600.c66 unsigned int off : 1; member in struct:ast2600_pll_reg::__anon180
541 p_cfg->reg.b.off = 0;
/u-boot/scripts/kconfig/
H A Dqconf.cc787 int off = header()->sectionPosition(0) + visualRect(indexAt(p)).x() + 4; // 4 is Hardcoded image offset. There might be a way to do it properly. local
788 if (x >= off && x < off + icon.availableSizes().first().width()) {
/u-boot/drivers/ddr/altera/
H A Dsequencer.c190 * Read: Turn on ODT off on all ranks
266 * @off: Base offset in SCC Manager space
272 static void scc_mgr_set(u32 off, u32 grp, u32 val) argument
274 writel(val, SDR_PHYGRP_SCCGRP_ADDRESS | off | (grp << 2));
385 * @off: Base offset in SCC Manager space
394 const u32 off, const u32 grp, const u32 val,
401 scc_mgr_set(off, grp, val);
816 * Note, we don't bother accounting for being off a little
1124 * rw_mgr_mem_handoff() - Hand off the memory to user
1127 * and hand off th
393 scc_mgr_set_all_ranks(struct socfpga_sdrseq *seq, const u32 off, const u32 grp, const u32 val, const int update) argument
[all...]
/u-boot/fs/ext4/
H A Dext4_common.c196 void put_ext4(uint64_t off, const void *buf, uint32_t size) argument
205 startblock = off >> log2blksz;
207 remainder = off & (uint64_t)(fs->dev_desc->blksz - 1);
/u-boot/drivers/net/bnxt/
H A Dbnxt.c66 u16 off = cons_id * sizeof(struct rx_prod_pkt_bd); local
68 desc = (struct rx_prod_pkt_bd *)&buf[off];
/u-boot/scripts/
H A Dget_maintainer.pl99 push(@signature_tags, "Signed-off-by:");
1062 --file-emails => add email addresses found in -f file (default: 0 (off))

Completed in 163 milliseconds

12345678