Searched refs:offsetp (Results 1 - 14 of 14) sorted by relevance

/u-boot/arch/x86/cpu/intel_common/
H A Dfast_spi.c35 uint *map_sizep, uint *offsetp)
41 *offsetp = base;
47 uint *offsetp)
57 return fast_spi_get_bios_mmap_regs(regs, map_basep, map_sizep, offsetp);
34 fast_spi_get_bios_mmap_regs(struct fast_spi_regs *regs, ulong *map_basep, uint *map_sizep, uint *offsetp) argument
46 fast_spi_get_bios_mmap(pci_dev_t pdev, ulong *map_basep, uint *map_sizep, uint *offsetp) argument
/u-boot/arch/x86/include/asm/
H A Dfast_spi.h62 * @offsetp: Returns start offset of SPI flash where the map works
67 uint *offsetp);
75 * @offsetp: Returns start offset of SPI flash where the map works
80 uint *map_sizep, uint *offsetp);
H A Dintel_pinctrl.h299 * @offsetp: Returns offset of pad within that pinctrl device
302 int intel_pinctrl_get_pad(uint pad, struct udevice **devp, uint *offsetp);
/u-boot/drivers/power/acpi_pmc/
H A Dpmc_emul.c129 int *barnump, unsigned int *offsetp)
140 *offsetp = addr - base;
128 sandbox_pmc_emul_find_bar(struct udevice *emul, unsigned int addr, int *barnump, unsigned int *offsetp) argument
/u-boot/drivers/spi/
H A Dsandbox_spi.c147 uint *map_sizep, uint *offsetp)
151 *offsetp = 0x100;
146 sandbox_spi_get_mmap(struct udevice *dev, ulong *map_basep, uint *map_sizep, uint *offsetp) argument
H A Dich.c672 uint *map_sizep, uint *offsetp)
695 offsetp);
708 return fast_spi_get_bios_mmap(spi_bdf, map_basep, map_sizep, offsetp);
712 uint *offsetp)
716 return ich_get_mmap_bus(bus, map_basep, map_sizep, offsetp);
671 ich_get_mmap_bus(struct udevice *bus, ulong *map_basep, uint *map_sizep, uint *offsetp) argument
711 ich_get_mmap(struct udevice *dev, ulong *map_basep, uint *map_sizep, uint *offsetp) argument
H A Dspi-uclass.c110 uint *offsetp)
120 return ops->get_mmap(dev, map_basep, map_sizep, offsetp);
109 dm_spi_get_mmap(struct udevice *dev, ulong *map_basep, uint *map_sizep, uint *offsetp) argument
/u-boot/lib/
H A Dmembuff.c22 char ***data, int *offsetp)
27 assert(data && offsetp);
29 *offsetp = mb->head - mb->start;
21 membuff_putrawflex(struct membuff *mb, int maxlen, bool update, char ***data, int *offsetp) argument
/u-boot/include/
H A Dspi.h517 * @offsetp: Returns start offset of SPI flash where the map works
522 uint *map_sizep, uint *offsetp);
734 * @offsetp: Returns start offset of SPI flash where the map works
740 uint *offsetp);
/u-boot/drivers/misc/
H A Dp2sb_emul.c134 int *barnump, unsigned int *offsetp)
145 *offsetp = addr - base;
133 sandbox_p2sb_emul_find_bar(struct udevice *emul, unsigned int addr, int *barnump, unsigned int *offsetp) argument
H A Dswap_case.c232 int *barnump, unsigned int *offsetp)
243 *offsetp = addr - base;
231 sandbox_swap_case_find_bar(struct udevice *emul, unsigned int addr, int *barnump, unsigned int *offsetp) argument
/u-boot/include/asm-generic/
H A Dgpio.h474 * @offsetp: Returns the offset number within this device
478 unsigned int *offsetp, unsigned int *gpiop);
/u-boot/drivers/pinctrl/intel/
H A Dpinctrl.c162 int intel_pinctrl_get_pad(uint pad, struct udevice **devp, uint *offsetp) argument
175 *offsetp = relative_pad_in_comm(comm, pad);
/u-boot/drivers/gpio/
H A Dgpio-uclass.c203 unsigned int *offsetp, unsigned int *gpiop)
216 if (offsetp)
217 *offsetp = desc.offset;
202 gpio_lookup_name(const char *name, struct udevice **devp, unsigned int *offsetp, unsigned int *gpiop) argument

Completed in 157 milliseconds