Searched refs:res_base (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpio/ |
H A D | gpio-ich.c | 367 struct resource *res_base, const char *name, u8 use_gpio) in ichx_gpio_request_regions() argument 371 if (!res_base || !res_base->start || !res_base->end) in ichx_gpio_request_regions() 378 res_base->start + ichx_priv.desc->regs[0][i], in ichx_gpio_request_regions() 389 struct resource *res_base, *res_pm; in ichx_gpio_probe() local 427 res_base = platform_get_resource(pdev, IORESOURCE_IO, ICH_RES_GPIO); in ichx_gpio_probe() 428 err = ichx_gpio_request_regions(dev, res_base, pdev->name, in ichx_gpio_probe() 433 ichx_priv.gpio_base = res_base; in ichx_gpio_probe()
|
/openbmc/linux/drivers/of/ |
H A D | of_reserved_mem.c | 35 phys_addr_t *res_base) in early_init_dt_alloc_reserved_memory_arch() argument 46 *res_base = base; in early_init_dt_alloc_reserved_memory_arch() 88 phys_addr_t *res_base) in __reserved_mem_alloc_in_range() argument 123 start, end, nomap, res_base); in __reserved_mem_alloc_in_range() 137 const char *uname, phys_addr_t *res_base, phys_addr_t *res_size) in __reserved_mem_alloc_size() argument 217 *res_base = base; in __reserved_mem_alloc_size()
|
/openbmc/u-boot/lib/ |
H A D | lmb.c | 317 phys_addr_t res_base; in __lmb_alloc_base() local 345 res_base = lmb->reserved.region[rgn].base; in __lmb_alloc_base() 346 if (res_base < size) in __lmb_alloc_base() 348 base = lmb_align_down(res_base - size, align); in __lmb_alloc_base()
|
/openbmc/linux/include/sound/ |
H A D | snd_wavefront.h | 53 struct resource *res_base; /* i/o port resource allocation */ member
|
/openbmc/linux/sound/isa/wavefront/ |
H A D | wavefront.c | 384 acard->wavefront.res_base = in snd_wavefront_probe() 387 if (acard->wavefront.res_base == NULL) { in snd_wavefront_probe()
|