/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | nand_samsung.c | 13 struct nand_device *base = &chip->base; in samsung_nand_decode_id() local
|
/openbmc/linux/drivers/platform/mips/ |
H A D | ls2k-reset.c | 15 static void __iomem *base; variable
|
/openbmc/linux/drivers/gpu/drm/ast/ |
H A D | ast_mm.c | 78 resource_size_t base, size; in ast_mm_init() local
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | stream-unaligned-prefetch | 29 base = os.path.join(iotests.test_dir, 'base.img') variable
|
/openbmc/linux/arch/sh/boards/mach-sdk7786/ |
H A D | fpga.c | 27 void __iomem *base; in sdk7786_fpga_probe() local
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | nv50.c | 30 nv50_mmu_kind(struct nvkm_mmu *base, int *count, u8 *invalid) in nv50_mmu_kind()
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86_descr.h | 26 uint64_t base; member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/ |
H A D | dcn314_clk_mgr.h | 39 struct clk_mgr_internal base; member
|
/openbmc/u-boot/include/ |
H A D | ram.h | 11 phys_addr_t base; member
|
/openbmc/linux/drivers/pinctrl/berlin/ |
H A D | pinctrl-as370.c | 339 void __iomem *base; in as370_pinctrl_probe() local
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/ |
H A D | dcn31_clk_mgr.h | 38 struct clk_mgr_internal base; member
|
/openbmc/linux/drivers/memory/ |
H A D | dfl-emif.c | 47 void __iomem *base; member 80 void __iomem *base = de->base; in emif_clear_store() local
|
/openbmc/qemu/include/hw/pci-host/ |
H A D | designware.h | 40 uint64_t base; member 55 uint64_t base; member
|
/openbmc/linux/crypto/ |
H A D | acompress.c | 188 struct crypto_alg *base = &alg->base; in comp_prepare_alg() local 198 struct crypto_alg *base = &alg->calg.base; in crypto_register_acomp() local
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-clps711x.c | 65 void __iomem *base; member 154 phys_addr_t base, resource_size_t size) in _clps711x_intc_init()
|
/openbmc/u-boot/drivers/gpio/ |
H A D | dwapb_gpio.c | 41 fdt_addr_t base; member 155 fdt_addr_t base; in gpio_dwapb_bind() local
|
/openbmc/linux/net/ethtool/ |
H A D | mm.c | 9 struct ethnl_req_info base; member 13 struct ethnl_reply_data base; member
|
H A D | eeprom.c | 9 struct ethnl_req_info base; member 18 struct ethnl_reply_data base; member
|
/openbmc/linux/drivers/gpu/ipu-v3/ |
H A D | ipu-smfc.c | 24 void __iomem *base; member 173 unsigned long base) in ipu_smfc_init()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_engine_cs.c | 271 struct i915_vma *base, *nop; in perf_mi_noop() local 396 u32 base = info->mmio_bases[j].base; in intel_mmio_bases_check() local
|
/openbmc/linux/drivers/clk/ |
H A D | clk-stm32mp1.c | 390 void __iomem *base, spinlock_t *lock, in _clk_hw_register_gate() 408 void __iomem *base, spinlock_t *lock, in _clk_hw_register_fixed_factor() 421 void __iomem *base, spinlock_t *lock, in _clk_hw_register_divider_table() 441 void __iomem *base, spinlock_t *lock, in _clk_hw_register_mux() 480 static struct clk_hw *_get_stm32_mux(struct device *dev, void __iomem *base, in _get_stm32_mux() 520 static struct clk_hw *_get_stm32_div(struct device *dev, void __iomem *base, in _get_stm32_div() 541 static struct clk_hw *_get_stm32_gate(struct device *dev, void __iomem *base, in _get_stm32_gate() 586 void __iomem *base, in clk_stm32_register_gate_ops() 624 int num_parents, void __iomem *base, in clk_stm32_register_composite() 1110 void __iomem *base, spinlock_t *lock, in _clk_register_pll() [all …]
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-mtk-sch.c | 373 u32 base = offset + i * sch_ep->esit; in get_max_bw() local 389 u32 base; in update_bus_bw() local 405 int base; in check_fs_bus_bw() local 485 u32 base; in update_sch_tt() local
|
/openbmc/linux/drivers/iommu/ |
H A D | msm_iommu.c | 78 static void msm_iommu_reset(void __iomem *base, int ncb) in msm_iommu_reset() 235 static void __reset_context(void __iomem *base, int ctx) in __reset_context() 257 static void __program_context(void __iomem *base, int ctx, in __program_context() 561 static void print_ctx_regs(void __iomem *base, int ctx) in print_ctx_regs()
|
/openbmc/linux/drivers/virtio/ |
H A D | virtio_mmio.c | 89 void __iomem *base; member 153 void __iomem *base = vm_dev->base + VIRTIO_MMIO_CONFIG; in vm_get() local 195 void __iomem *base = vm_dev->base + VIRTIO_MMIO_CONFIG; in vm_set() local 726 long long base, size; in vm_cmdline_set() local
|
/openbmc/u-boot/drivers/serial/ |
H A D | serial_mxc.c | 141 static void _mxc_serial_init(struct mxc_uart *base, int use_dte) in _mxc_serial_init() 161 static void _mxc_serial_setbrg(struct mxc_uart *base, unsigned long clk, in _mxc_serial_setbrg() 373 struct mxc_uart *base = (struct mxc_uart *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init() local 382 struct mxc_uart *base = (struct mxc_uart *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc() local
|