Searched refs:offsetp (Results 1 – 14 of 14) sorted by relevance
| /u-boot/arch/x86/cpu/intel_common/ |
| A D | fast_spi.c | 35 uint *map_sizep, uint *offsetp) in fast_spi_get_bios_mmap_regs() argument 41 *offsetp = base; in fast_spi_get_bios_mmap_regs() 47 uint *offsetp) in fast_spi_get_bios_mmap() argument 57 return fast_spi_get_bios_mmap_regs(regs, map_basep, map_sizep, offsetp); in fast_spi_get_bios_mmap()
|
| /u-boot/arch/x86/include/asm/ |
| A D | fast_spi.h | 67 uint *offsetp); 80 uint *map_sizep, uint *offsetp);
|
| A D | intel_pinctrl.h | 302 int intel_pinctrl_get_pad(uint pad, struct udevice **devp, uint *offsetp);
|
| /u-boot/drivers/spi/ |
| A D | sandbox_spi.c | 147 uint *map_sizep, uint *offsetp) in sandbox_spi_get_mmap() argument 151 *offsetp = 0x100; in sandbox_spi_get_mmap()
|
| A D | ich.c | 672 uint *map_sizep, uint *offsetp) in ich_get_mmap_bus() argument 695 offsetp); in ich_get_mmap_bus() 708 return fast_spi_get_bios_mmap(spi_bdf, map_basep, map_sizep, offsetp); in ich_get_mmap_bus() 712 uint *offsetp) in ich_get_mmap() argument 716 return ich_get_mmap_bus(bus, map_basep, map_sizep, offsetp); in ich_get_mmap()
|
| A D | spi-uclass.c | 110 uint *offsetp) in dm_spi_get_mmap() argument 120 return ops->get_mmap(dev, map_basep, map_sizep, offsetp); in dm_spi_get_mmap()
|
| /u-boot/drivers/power/acpi_pmc/ |
| A D | pmc_emul.c | 129 int *barnump, unsigned int *offsetp) in sandbox_pmc_emul_find_bar() argument 140 *offsetp = addr - base; in sandbox_pmc_emul_find_bar()
|
| /u-boot/include/ |
| A D | spi.h | 523 uint *map_sizep, uint *offsetp); 741 uint *offsetp);
|
| /u-boot/drivers/misc/ |
| A D | p2sb_emul.c | 134 int *barnump, unsigned int *offsetp) in sandbox_p2sb_emul_find_bar() argument 145 *offsetp = addr - base; in sandbox_p2sb_emul_find_bar()
|
| A D | swap_case.c | 232 int *barnump, unsigned int *offsetp) in sandbox_swap_case_find_bar() argument 243 *offsetp = addr - base; in sandbox_swap_case_find_bar()
|
| /u-boot/lib/ |
| A D | membuff.c | 23 char ***data, int *offsetp) in membuff_putrawflex() argument 28 assert(data && offsetp); in membuff_putrawflex() 30 *offsetp = mb->head - mb->start; in membuff_putrawflex()
|
| /u-boot/include/asm-generic/ |
| A D | gpio.h | 476 unsigned int *offsetp, unsigned int *gpiop);
|
| /u-boot/drivers/pinctrl/intel/ |
| A D | pinctrl.c | 162 int intel_pinctrl_get_pad(uint pad, struct udevice **devp, uint *offsetp) in intel_pinctrl_get_pad() argument 175 *offsetp = relative_pad_in_comm(comm, pad); in intel_pinctrl_get_pad()
|
| /u-boot/drivers/gpio/ |
| A D | gpio-uclass.c | 161 unsigned int *offsetp, unsigned int *gpiop) in gpio_lookup_name() argument 174 if (offsetp) in gpio_lookup_name() 175 *offsetp = desc.offset; in gpio_lookup_name()
|
Completed in 45 milliseconds