Home
last modified time | relevance | path

Searched defs:base (Results 26 – 50 of 3432) sorted by relevance

12345678910>>...138

/openbmc/linux/drivers/s390/block/
H A Ddasd_ioctl.c47 struct dasd_device *base; in dasd_ioctl_enable() local
68 struct dasd_device *base; in dasd_ioctl_disable() local
100 struct dasd_device *base; in dasd_ioctl_quiesce() local
121 struct dasd_device *base; in dasd_ioctl_resume() local
144 struct dasd_device *base; in dasd_ioctl_abortio() local
179 struct dasd_device *base; in dasd_ioctl_allowio() local
200 struct dasd_device *base; in dasd_format() local
238 struct dasd_device *base; in dasd_check_format() local
258 struct dasd_device *base; in dasd_ioctl_format() local
296 struct dasd_device *base; in dasd_ioctl_check_format() local
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A Dnv50.c32 nv50_bar_flush(struct nvkm_bar *base) in nv50_bar_flush()
47 nv50_bar_bar1_vmm(struct nvkm_bar *base) in nv50_bar_bar1_vmm()
53 nv50_bar_bar1_wait(struct nvkm_bar *base) in nv50_bar_bar1_wait()
65 nv50_bar_bar1_init(struct nvkm_bar *base) in nv50_bar_bar1_init()
73 nv50_bar_bar2_vmm(struct nvkm_bar *base) in nv50_bar_bar2_vmm()
85 nv50_bar_bar2_init(struct nvkm_bar *base) in nv50_bar_bar2_init()
95 nv50_bar_init(struct nvkm_bar *base) in nv50_bar_init()
106 nv50_bar_oneinit(struct nvkm_bar *base) in nv50_bar_oneinit()
204 nv50_bar_dtor(struct nvkm_bar *base) in nv50_bar_dtor()
/openbmc/u-boot/drivers/bios_emulator/
H A Dbiosemui.h67 #define readb_le(base) *((u8*)(base)) argument
68 #define readw_le(base) ((u16)readb_le(base) | ((u16)readb_le((base) + 1) << 8)) argument
71 #define writeb_le(base, v) *((u8*)(base)) = (v) argument
72 #define writew_le(base, v) writeb_le(base + 0, (v >> 0) & 0xff), \ argument
74 #define writel_le(base, v) writeb_le(base + 0, (v >> 0) & 0xff), \ argument
79 #define readb_le(base) *((u8*)(base)) argument
80 #define readw_le(base) *((u16*)(base)) argument
81 #define readl_le(base) *((u32*)(base)) argument
82 #define writeb_le(base, v) *((u8*)(base)) = (v) argument
83 #define writew_le(base, v) *((u16*)(base)) = (v) argument
[all …]
/openbmc/u-boot/arch/arm/mach-omap2/
H A Demif-common.c23 void set_lpmode_selfrefresh(u32 base) in set_lpmode_selfrefresh()
45 inline u32 emif_num(u32 base) in emif_num()
55 static inline u32 get_mr(u32 base, u32 cs, u32 mr_addr) in get_mr()
85 void emif_reset_phy(u32 base) in emif_reset_phy()
95 static void do_lpddr2_init(u32 base, u32 cs) in do_lpddr2_init()
335 static void dra7_reset_ddr_data(u32 base, u32 size) in dra7_reset_ddr_data()
861 static u32 get_emif_mem_size(u32 base) in get_emif_mem_size()
1213 static void do_sdram_init(u32 base) in do_sdram_init()
1299 void emif_post_init_config(u32 base) in emif_post_init_config()
1313 void dmm_init(u32 base) in dmm_init()
[all …]
/openbmc/linux/arch/mips/alchemy/common/
H A Dusb.c98 static inline void __au1300_usb_phyctl(void __iomem *base, int enable) in __au1300_usb_phyctl()
204 static inline void __au1300_udc_control(void __iomem *base, int enable) in __au1300_udc_control()
267 void __iomem *base = in au1300_usb_control() local
295 void __iomem *base = in au1300_usb_init() local
362 void __iomem *base = in au1200_usb_control() local
385 void __iomem *base = in au1200_usb_init() local
394 void __iomem *base = (void __iomem *)KSEG1ADDR(rb + reg); in au1000_usb_init() local
427 void __iomem *base = (void __iomem *)KSEG1ADDR(rb); in __au1xx0_ohci_control() local
514 void __iomem *base = (void __iomem *)KSEG1ADDR(br); in au1000_usb_pm() local
531 void __iomem *base = in au1200_usb_pm() local
[all …]
/openbmc/u-boot/drivers/serial/
H A Dserial_mvebu_a3700.c12 void __iomem *base; member
36 void __iomem *base = plat->base; in mvebu_serial_putc() local
49 void __iomem *base = plat->base; in mvebu_serial_getc() local
60 void __iomem *base = plat->base; in mvebu_serial_pending() local
71 void __iomem *base = plat->base; in mvebu_serial_setbrg() local
91 void __iomem *base = plat->base; in mvebu_serial_probe() local
140 void __iomem *base = (void __iomem *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init() local
164 void __iomem *base = (void __iomem *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc() local
/openbmc/linux/drivers/scsi/
H A Dmyrb.c165 void __iomem *base = cb->io_base; in myrb_qcmd() local
808 void __iomem *base = cb->io_base; in myrb_enable_mmio() local
2668 struct myrb_hba *cb, void __iomem *base) in DAC960_LA_hw_init()
2712 void __iomem *base = cb->io_base; in DAC960_LA_intr_handler() local
2854 DAC960_PG_read_status(void __iomem *base) in DAC960_PG_read_status()
2960 void __iomem *base = cb->io_base; in DAC960_PG_intr_handler() local
3079 DAC960_PD_read_status(void __iomem *base) in DAC960_PD_read_status()
3102 void __iomem *base = cb->io_base; in DAC960_PD_qcmd() local
3156 void __iomem *base = cb->io_base; in DAC960_PD_intr_handler() local
3241 void __iomem *base = cb->io_base; in DAC960_P_qcmd() local
[all …]
H A Dmyrs.c106 void __iomem *base = cs->io_base; in myrs_qcmd() local
484 void __iomem *base = cs->io_base; in myrs_enable_mmio_mbox() local
2449 static inline void DAC960_GEM_ack_intr(void __iomem *base) in DAC960_GEM_ack_intr()
2537 struct myrs_hba *cs, void __iomem *base) in DAC960_GEM_hw_init()
2576 void __iomem *base = cs->io_base; in DAC960_GEM_intr_handler() local
2672 static inline void DAC960_BA_ack_intr(void __iomem *base) in DAC960_BA_ack_intr()
2756 struct myrs_hba *cs, void __iomem *base) in DAC960_BA_hw_init()
2795 void __iomem *base = cs->io_base; in DAC960_BA_intr_handler() local
2891 static inline void DAC960_LP_ack_intr(void __iomem *base) in DAC960_LP_ack_intr()
2974 struct myrs_hba *cs, void __iomem *base) in DAC960_LP_hw_init()
[all …]
/openbmc/linux/arch/arm/plat-orion/
H A Dpcie.c55 u32 orion_pcie_dev_id(void __iomem *base) in orion_pcie_dev_id()
60 u32 orion_pcie_rev(void __iomem *base) in orion_pcie_rev()
65 int orion_pcie_link_up(void __iomem *base) in orion_pcie_link_up()
70 int __init orion_pcie_x4_mode(void __iomem *base) in orion_pcie_x4_mode()
75 int orion_pcie_get_local_bus_nr(void __iomem *base) in orion_pcie_get_local_bus_nr()
82 void __init orion_pcie_set_local_bus_nr(void __iomem *base, int nr) in orion_pcie_set_local_bus_nr()
92 void __init orion_pcie_reset(void __iomem *base) in orion_pcie_reset()
123 static void __init orion_pcie_setup_wins(void __iomem *base) in orion_pcie_setup_wins()
181 void __init orion_pcie_setup(void __iomem *base) in orion_pcie_setup()
208 int orion_pcie_rd_conf(void __iomem *base, struct pci_bus *bus, in orion_pcie_rd_conf()
[all …]
/openbmc/linux/arch/loongarch/kernel/
H A Dfpu.S28 .macro sc_save_fp base argument
63 .macro sc_restore_fp base argument
155 .macro sc_save_lsx base argument
192 .macro sc_restore_lsx base argument
229 .macro sc_save_lasx base argument
266 .macro sc_restore_lasx base argument
/openbmc/linux/drivers/clocksource/
H A Dtimer-gx6605s.c28 void __iomem *base = timer_of_base(to_timer_of(ce)); in gx6605s_timer_interrupt() local
40 void __iomem *base = timer_of_base(to_timer_of(ce)); in gx6605s_timer_set_oneshot() local
55 void __iomem *base = timer_of_base(to_timer_of(ce)); in gx6605s_timer_set_next_event() local
69 void __iomem *base = timer_of_base(to_timer_of(ce)); in gx6605s_timer_shutdown() local
96 void __iomem *base; in gx6605s_sched_clock_read() local
103 static void gx6605s_clkevt_init(void __iomem *base) in gx6605s_clkevt_init()
112 static int gx6605s_clksrc_init(void __iomem *base) in gx6605s_clksrc_init()
H A Dtimer-goldfish.c16 void __iomem *base; member
32 void __iomem *base = timerdrv->base; in goldfish_timer_read() local
51 void __iomem *base = timerdrv->base; in goldfish_timer_set_oneshot() local
63 void __iomem *base = timerdrv->base; in goldfish_timer_shutdown() local
74 void __iomem *base = timerdrv->base; in goldfish_timer_next_event() local
91 void __iomem *base = timerdrv->base; in goldfish_timer_irq() local
100 int __init goldfish_timer_init(int irq, void __iomem *base) in goldfish_timer_init()
/openbmc/linux/arch/powerpc/kernel/
H A Dtm.S20 #define __SAVE_32FPRS_VSRS(n,c,base) \ argument
28 #define __REST_32FPRS_VSRS(n,c,base) \ argument
37 #define __SAVE_32FPRS_VSRS(n,c,base) SAVE_32FPRS(n, base) argument
38 #define __REST_32FPRS_VSRS(n,c,base) REST_32FPRS(n, base) argument
40 #define SAVE_32FPRS_VSRS(n,c,base) \ argument
42 #define REST_32FPRS_VSRS(n,c,base) \ argument
/openbmc/linux/drivers/char/hw_random/
H A Dhistb-rng.c26 void __iomem *base; member
34 static int histb_rng_wait(void __iomem *base) in histb_rng_wait()
42 static void histb_rng_init(void __iomem *base, unsigned int depth) in histb_rng_init()
63 void __iomem *base = priv->base; in histb_rng_read() local
81 static unsigned int histb_rng_get_depth(void __iomem *base) in histb_rng_get_depth()
90 void __iomem *base = priv->base; in depth_show() local
100 void __iomem *base = priv->base; in depth_store() local
123 void __iomem *base; in histb_rng_probe() local
/openbmc/u-boot/board/micronas/vct/vcth/
H A Dreg_usbh.h11 #define USBH_CAPLENGTH(base) ((base) + USBH_CAPLENGTH_OFFS) argument
13 #define USBH_USBCMD(base) ((base) + USBH_USBCMD_OFFS) argument
15 #define USBH_BURSTSIZE(base) ((base) + USBH_BURSTSIZE_OFFS) argument
17 #define USBH_USBMODE(base) ((base) + USBH_USBMODE_OFFS) argument
19 #define USBH_USBHMISC(base) ((base) + USBH_USBHMISC_OFFS) argument
H A Dreg_dcgu.h11 #define DCGU_CLK_EN1(base) ((base) + DCGU_CLK_EN1_OFFS) argument
13 #define DCGU_CLK_EN2(base) ((base) + DCGU_CLK_EN2_OFFS) argument
15 #define DCGU_RESET_UNIT1(base) ((base) + DCGU_RESET_UNIT1_OFFS) argument
17 #define DCGU_USBPHY_STAT(base) ((base) + DCGU_USBPHY_STAT_OFFS) argument
19 #define DCGU_EN_WDT_RESET(base) ((base) + DCGU_EN_WDT_RESET_OFFS) argument
/openbmc/linux/drivers/block/
H A Dswim.c88 #define iwm_read(base, reg) in_8(&(base)->reg) argument
211 struct swim __iomem *base; member
428 struct swim __iomem *base = fs->swd->base; in swim_track() local
445 struct swim __iomem *base = fs->swd->base; in floppy_eject() local
461 struct swim __iomem *base = fs->swd->base; in swim_read_sector() local
498 struct swim __iomem *base = fs->swd->base; in floppy_read_sectors() local
585 struct swim __iomem *base = fs->swd->base; in setup_medium() local
614 struct swim __iomem *base = fs->swd->base; in floppy_open() local
674 struct swim __iomem *base = fs->swd->base; in floppy_release() local
751 struct swim __iomem *base = swd->base; in swim_add_floppy() local
[all …]
/openbmc/u-boot/lib/
H A Dstrto.c17 static const char *_parse_integer_fixup_radix(const char *s, unsigned int *base) in _parse_integer_fixup_radix()
34 unsigned int base) in simple_strtoul()
53 int strict_strtoul(const char *cp, unsigned int base, unsigned long *res) in strict_strtoul()
77 long simple_strtol(const char *cp, char **endp, unsigned int base) in simple_strtol()
85 unsigned long ustrtoul(const char *cp, char **endp, unsigned int base) in ustrtoul()
106 unsigned long long ustrtoull(const char *cp, char **endp, unsigned int base) in ustrtoull()
128 unsigned int base) in simple_strtoull()
/openbmc/linux/drivers/watchdog/
H A Dnv_tco.h30 #define TCO_RLD(base) ((base) + 0x00) /* TCO Timer Reload and Current Value */ argument
31 #define TCO_TMR(base) ((base) + 0x01) /* TCO Timer Initial Value */ argument
33 #define TCO_STS(base) ((base) + 0x04) /* TCO Status Register */ argument
49 #define TCO_CNT(base) ((base) + 0x08) /* TCO Control Register */ argument
59 #define MCP51_SMI_EN(base) ((base) - 0x40 + 0x04) argument
/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_ade.c43 void __iomem *base; member
118 void __iomem *base = ctx->base; in ade_init() local
174 void __iomem *base = ctx->base; in ade_ldi_set_mode() local
248 void __iomem *base = ctx->base; in ade_power_down() local
279 void __iomem *base = ctx->base; in ade_crtc_enable_vblank() local
294 void __iomem *base = ctx->base; in ade_crtc_disable_vblank() local
309 void __iomem *base = ctx->base; in ade_irq_handler() local
327 void __iomem *base = ctx->base; in ade_display_enable() local
507 void __iomem *base = ctx->base; in ade_crtc_atomic_flush() local
715 void __iomem *base = ctx->base; in ade_update_channel() local
[all …]
/openbmc/u-boot/drivers/i2c/
H A Dfsl_i2c.c119 static uint set_i2c_bus_speed(const struct fsl_i2c_base *base, in set_i2c_bus_speed()
212 static int fsl_i2c_fixup(const struct fsl_i2c_base *base) in fsl_i2c_fixup()
260 static void __i2c_init(const struct fsl_i2c_base *base, int speed, int in __i2c_init()
293 static int i2c_wait4bus(const struct fsl_i2c_base *base) in i2c_wait4bus()
306 static int i2c_wait(const struct fsl_i2c_base *base, int write) in i2c_wait()
343 static int i2c_write_addr(const struct fsl_i2c_base *base, u8 dev, in i2c_write_addr()
358 static int __i2c_write_data(const struct fsl_i2c_base *base, u8 *data, in __i2c_write_data()
373 static int __i2c_read_data(const struct fsl_i2c_base *base, u8 *data, in __i2c_read_data()
451 static int __i2c_write(const struct fsl_i2c_base *base, u8 chip_addr, in __i2c_write()
474 static int __i2c_probe_chip(const struct fsl_i2c_base *base, uchar chip) in __i2c_probe_chip()
[all …]
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_mixer.h38 #define SUN8I_MIXER_BLEND_PIPE_CTL(base) ((base) + 0) argument
42 #define SUN8I_MIXER_BLEND_ROUTE(base) ((base) + 0x80) argument
43 #define SUN8I_MIXER_BLEND_PREMULTIPLY(base) ((base) + 0x84) argument
44 #define SUN8I_MIXER_BLEND_BKCOLOR(base) ((base) + 0x88) argument
45 #define SUN8I_MIXER_BLEND_OUTSIZE(base) ((base) + 0x8c) argument
46 #define SUN8I_MIXER_BLEND_MODE(base, x) ((base) + 0x90 + 0x04 * (x)) argument
47 #define SUN8I_MIXER_BLEND_CK_CTL(base) ((base) + 0xb0) argument
48 #define SUN8I_MIXER_BLEND_CK_CFG(base) ((base) + 0xb4) argument
51 #define SUN8I_MIXER_BLEND_OUTCTL(base) ((base) + 0xfc) argument
52 #define SUN50I_MIXER_BLEND_CSC_CTL(base) ((base) + 0x100) argument
[all …]
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_perf_oa_regs.h172 #define GEN12_OAM_MMIO_TRG(base) \ argument
179 #define GEN12_OAM_BUFFER(base) \ argument
183 #define GEN12_OAM_CONTROL(base) \ argument
185 #define GEN12_OAM_DEBUG(base) \ argument
187 #define GEN12_OAM_STATUS(base) \ argument
192 #define GEN12_OAM_CEC0_0(base) \ argument
194 #define GEN12_OAM_CEC7_1(base) \ argument
199 #define GEN12_OAM_STARTTRIG1(base) \ argument
201 #define GEN12_OAM_STARTTRIG8(base) \ argument
206 #define GEN12_OAM_REPORTTRIG1(base) \ argument
[all …]
/openbmc/linux/drivers/fpga/
H A Ddfl-fme-error.c46 void __iomem *base; in pcie0_errors_show() local
63 void __iomem *base; in pcie0_errors_store() local
91 void __iomem *base; in pcie1_errors_show() local
108 void __iomem *base; in pcie1_errors_store() local
135 void __iomem *base; in nonfatal_errors_show() local
147 void __iomem *base; in catfatal_errors_show() local
160 void __iomem *base; in inject_errors_show() local
178 void __iomem *base; in inject_errors_store() local
205 void __iomem *base; in fme_errors_show() local
222 void __iomem *base; in fme_errors_store() local
[all …]
/openbmc/qemu/hw/m68k/
H A Dbootinfo.h15 #define BOOTINFO0(base, id) \ argument
23 #define BOOTINFO1(base, id, value) \ argument
33 #define BOOTINFO2(base, id, value1, value2) \ argument
45 #define BOOTINFOSTR(base, id, string) \ argument
60 #define BOOTINFODATA(base, id, data, len) \ argument

12345678910>>...138