/openbmc/qemu/target/i386/tcg/ |
H A D | mpx_helper.c | 36 static uint64_t lookup_bte64(CPUX86State *env, uint64_t base, uintptr_t ra) in lookup_bte64() 56 static uint32_t lookup_bte32(CPUX86State *env, uint32_t base, uintptr_t ra) in lookup_bte32() 76 uint64_t helper_bndldx64(CPUX86State *env, target_ulong base, target_ulong ptr) in helper_bndldx64() 93 uint64_t helper_bndldx32(CPUX86State *env, target_ulong base, target_ulong ptr) in helper_bndldx32() 109 void helper_bndstx64(CPUX86State *env, target_ulong base, target_ulong ptr, in helper_bndstx64() 121 void helper_bndstx32(CPUX86State *env, target_ulong base, target_ulong ptr, in helper_bndstx32()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
H A D | busnv04.c | 30 struct nvkm_i2c_bus base; member 36 nv04_i2c_bus_drive_scl(struct nvkm_i2c_bus *base, int state) in nv04_i2c_bus_drive_scl() 47 nv04_i2c_bus_drive_sda(struct nvkm_i2c_bus *base, int state) in nv04_i2c_bus_drive_sda() 58 nv04_i2c_bus_sense_scl(struct nvkm_i2c_bus *base) in nv04_i2c_bus_sense_scl() 66 nv04_i2c_bus_sense_sda(struct nvkm_i2c_bus *base) in nv04_i2c_bus_sense_sda()
|
H A D | anx9805.c | 31 struct nvkm_i2c_pad base; member 37 struct nvkm_i2c_bus base; member 43 anx9805_bus_xfer(struct nvkm_i2c_bus *base, struct i2c_msg *msgs, int num) in anx9805_bus_xfer() 103 anx9805_bus_new(struct nvkm_i2c_pad *base, int id, u8 drive, in anx9805_bus_new() 130 struct nvkm_i2c_aux base; member 136 anx9805_aux_xfer(struct nvkm_i2c_aux *base, bool retry, in anx9805_aux_xfer() 192 anx9805_aux_lnk_ctl(struct nvkm_i2c_aux *base, in anx9805_aux_lnk_ctl() 232 anx9805_aux_new(struct nvkm_i2c_pad *base, int id, u8 drive, in anx9805_aux_new()
|
/openbmc/u-boot/arch/arm/mach-stm32mp/ |
H A D | bsec.c | 58 static u32 bsec_check_error(u32 base, u32 otp) in bsec_check_error() 97 static bool bsec_read_SR_lock(u32 base, u32 otp) in bsec_read_SR_lock() 108 static bool bsec_read_SP_lock(u32 base, u32 otp) in bsec_read_SP_lock() 119 static bool bsec_read_SW_lock(u32 base, u32 otp) in bsec_read_SW_lock() 130 static int bsec_power_safmem(u32 base, bool power) in bsec_power_safmem() 155 static int bsec_shadow_register(u32 base, u32 otp) in bsec_shadow_register() 198 static int bsec_read_shadow(u32 base, u32 *val, u32 otp) in bsec_read_shadow() 212 static int bsec_write_shadow(u32 base, u32 val, u32 otp) in bsec_write_shadow() 231 static int bsec_program_otp(long base, u32 val, u32 otp) in bsec_program_otp() 276 u32 base; member
|
/openbmc/linux/drivers/mcb/ |
H A D | mcb-parse.c | 13 void __iomem *base; member 31 void __iomem *base) in chameleon_parse_bdd() 38 void __iomem *base, int bar_count) in chameleon_parse_gdd() 114 static void chameleon_parse_bar(void __iomem *base, in chameleon_parse_bar() 131 static int chameleon_get_bar(void __iomem **base, phys_addr_t mapbase, in chameleon_get_bar() 176 void __iomem *base) in chameleon_parse_cells()
|
/openbmc/u-boot/drivers/gpio/ |
H A D | mpc8xxx_gpio.c | 27 struct ccsr_gpio __iomem *base; member 50 static inline u32 mpc8xxx_gpio_get_val(struct ccsr_gpio *base, u32 mask) in mpc8xxx_gpio_get_val() 55 static inline u32 mpc8xxx_gpio_get_dir(struct ccsr_gpio *base, u32 mask) in mpc8xxx_gpio_get_dir() 60 static inline void mpc8xxx_gpio_set_in(struct ccsr_gpio *base, u32 gpios) in mpc8xxx_gpio_set_in() 67 static inline void mpc8xxx_gpio_set_low(struct ccsr_gpio *base, u32 gpios) in mpc8xxx_gpio_set_low() 74 static inline void mpc8xxx_gpio_set_high(struct ccsr_gpio *base, u32 gpios) in mpc8xxx_gpio_set_high() 81 static inline int mpc8xxx_gpio_open_drain_val(struct ccsr_gpio *base, u32 mask) in mpc8xxx_gpio_open_drain_val() 86 static inline void mpc8xxx_gpio_open_drain_on(struct ccsr_gpio *base, u32 in mpc8xxx_gpio_open_drain_on() 93 static inline void mpc8xxx_gpio_open_drain_off(struct ccsr_gpio *base, in mpc8xxx_gpio_open_drain_off()
|
/openbmc/linux/drivers/clk/davinci/ |
H A D | psc-da850.c | 73 static int da850_psc0_init(struct device *dev, void __iomem *base) in da850_psc0_init() 80 static int of_da850_psc0_init(struct device *dev, void __iomem *base) in of_da850_psc0_init() 129 static int da850_psc1_init(struct device *dev, void __iomem *base) in da850_psc1_init() 134 static int of_da850_psc1_init(struct device *dev, void __iomem *base) in of_da850_psc1_init()
|
/openbmc/u-boot/drivers/soc/keystone/ |
H A D | keystone_serdes.c | 108 static void ks2_serdes_cfg_setup(u32 base, struct serdes_cfg *cfg, u32 size) in ks2_serdes_cfg_setup() 116 static void ks2_serdes_lane_config(u32 base, struct serdes_cfg *cfg_lane, in ks2_serdes_lane_config() 126 static int ks2_serdes_init_cfg(u32 base, struct cfg_entry *cfg, u32 num_lanes) in ks2_serdes_init_cfg() 139 static void ks2_serdes_cmu_comlane_enable(u32 base, struct ks2_serdes *serdes) in ks2_serdes_cmu_comlane_enable() 154 static void ks2_serdes_pll_enable(u32 base, struct ks2_serdes *serdes) in ks2_serdes_pll_enable() 160 static void ks2_serdes_lane_reset(u32 base, u32 reset, u32 lane) in ks2_serdes_lane_reset() 170 static void ks2_serdes_lane_enable(u32 base, in ks2_serdes_lane_enable() 186 int ks2_serdes_init(u32 base, struct ks2_serdes *serdes, u32 num_lanes) in ks2_serdes_init()
|
/openbmc/linux/drivers/clk/socfpga/ |
H A D | clk-agilex.c | 341 void __iomem *base = data->base; in n5x_clk_register_c_perip() local 360 void __iomem *base = data->base; in agilex_clk_register_c_perip() local 379 void __iomem *base = data->base; in agilex_clk_register_cnt_perip() local 399 void __iomem *base = data->base; in agilex_clk_register_gate() local 419 void __iomem *base = data->base; in agilex_clk_register_pll() local 439 void __iomem *base = data->base; in n5x_clk_register_pll() local 460 void __iomem *base; in agilex_clkmgr_init() local 500 void __iomem *base; in n5x_clkmgr_init() local
|
/openbmc/linux/drivers/clocksource/ |
H A D | timer-davinci.c | 52 void __iomem *base; member 62 void __iomem *base; member 85 static void davinci_tim12_shutdown(void __iomem *base) in davinci_tim12_shutdown() 102 static void davinci_tim12_set_oneshot(void __iomem *base) in davinci_tim12_set_oneshot() 196 static void davinci_clocksource_init_tim34(void __iomem *base) in davinci_clocksource_init_tim34() 215 static void davinci_clocksource_init_tim12(void __iomem *base) in davinci_clocksource_init_tim12() 227 static void davinci_timer_init(void __iomem *base) in davinci_timer_init() 247 void __iomem *base; in davinci_timer_register() local
|
/openbmc/u-boot/drivers/serial/ |
H A D | serial_stm32.c | 17 static void _stm32_serial_setbrg(fdt_addr_t base, in _stm32_serial_setbrg() 103 fdt_addr_t base = plat->base; in stm32_serial_getc() local 121 static int _stm32_serial_putc(fdt_addr_t base, in _stm32_serial_putc() 146 fdt_addr_t base = plat->base; in stm32_serial_pending() local 156 static void _stm32_serial_init(fdt_addr_t base, in _stm32_serial_init() 265 fdt_addr_t base = CONFIG_DEBUG_UART_BASE; in _debug_uart_init() local 277 fdt_addr_t base = CONFIG_DEBUG_UART_BASE; in _debug_uart_putc() local
|
H A D | serial_lpuart.c | 145 struct lpuart_fsl *base = plat->reg; in _lpuart_serial_setbrg() local 167 struct lpuart_fsl *base = plat->reg; in _lpuart_serial_getc() local 179 struct lpuart_fsl *base = plat->reg; in _lpuart_serial_putc() local 190 struct lpuart_fsl *base = plat->reg; in _lpuart_serial_tstc() local 205 struct lpuart_fsl *base = (struct lpuart_fsl *)plat->reg; in _lpuart_serial_init() local 234 struct lpuart_fsl_reg32 *base = plat->reg; in _lpuart32_serial_setbrg_7ulp() local 303 struct lpuart_fsl_reg32 *base = plat->reg; in _lpuart32_serial_setbrg() local 324 struct lpuart_fsl_reg32 *base = plat->reg; in _lpuart32_serial_getc() local 346 struct lpuart_fsl_reg32 *base = plat->reg; in _lpuart32_serial_putc() local 367 struct lpuart_fsl_reg32 *base = plat->reg; in _lpuart32_serial_tstc() local [all …]
|
/openbmc/linux/drivers/hwmon/ |
H A D | npcm750-pwm-fan.c | 19 #define NPCM7XX_PWM_REG_BASE(base, n) ((base) + ((n) * 0x1000L)) argument 21 #define NPCM7XX_PWM_REG_PR(base, n) (NPCM7XX_PWM_REG_BASE(base, n) + 0x00) argument 22 #define NPCM7XX_PWM_REG_CSR(base, n) (NPCM7XX_PWM_REG_BASE(base, n) + 0x04) argument 23 #define NPCM7XX_PWM_REG_CR(base, n) (NPCM7XX_PWM_REG_BASE(base, n) + 0x08) argument 24 #define NPCM7XX_PWM_REG_CNRx(base, n, ch) \ argument 26 #define NPCM7XX_PWM_REG_CMRx(base, n, ch) \ argument 28 #define NPCM7XX_PWM_REG_PDRx(base, n, ch) \ argument 30 #define NPCM7XX_PWM_REG_PIER(base, n) (NPCM7XX_PWM_REG_BASE(base, n) + 0x3C) argument 31 #define NPCM7XX_PWM_REG_PIIR(base, n) (NPCM7XX_PWM_REG_BASE(base, n) + 0x40) argument 80 #define NPCM7XX_FAN_REG_BASE(base, n) ((base) + ((n) * 0x1000L)) argument [all …]
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-ath79-misc.c | 36 void __iomem *base = domain->host_data; in ath79_misc_irq_handler() local 62 void __iomem *base = irq_data_get_irq_chip_data(d); in ar71xx_misc_irq_unmask() local 75 void __iomem *base = irq_data_get_irq_chip_data(d); in ar71xx_misc_irq_mask() local 88 void __iomem *base = irq_data_get_irq_chip_data(d); in ar724x_misc_irq_ack() local 120 void __iomem *base = domain->host_data; in ath79_misc_intc_domain_init() local 135 void __iomem *base; in ath79_misc_intc_of_init() local
|
/openbmc/linux/drivers/video/ |
H A D | aperture.c | 135 resource_size_t base; member 164 resource_size_t base, resource_size_t size, in devm_aperture_acquire() 240 resource_size_t base, in devm_aperture_acquire_for_platform_device() 247 static void aperture_detach_devices(resource_size_t base, resource_size_t size) in aperture_detach_devices() 284 int aperture_remove_conflicting_devices(resource_size_t base, resource_size_t size, in aperture_remove_conflicting_devices() 350 resource_size_t base, size; in aperture_remove_conflicting_pci_devices() local
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
H A D | nv40.c | 31 struct nvkm_instmem base; member 42 struct nvkm_instobj base; member 120 nv40_instobj_new(struct nvkm_instmem *base, u32 size, u32 align, bool zero, in nv40_instobj_new() 146 nv40_instmem_rd32(struct nvkm_instmem *base, u32 addr) in nv40_instmem_rd32() 152 nv40_instmem_wr32(struct nvkm_instmem *base, u32 addr, u32 data) in nv40_instmem_wr32() 158 nv40_instmem_oneinit(struct nvkm_instmem *base) in nv40_instmem_oneinit() 214 nv40_instmem_dtor(struct nvkm_instmem *base) in nv40_instmem_dtor()
|
/openbmc/qemu/hw/usb/ |
H A D | canokey.c | 67 int canokey_emu_stall_ep(void *base, uint8_t ep) in canokey_emu_stall_ep() 77 int canokey_emu_set_address(void *base, uint8_t addr) in canokey_emu_set_address() 86 void *base, uint8_t ep, uint8_t *pbuf, uint16_t size) in canokey_emu_prepare_receive() 96 void *base, uint8_t ep, const uint8_t *pbuf, uint16_t size) in canokey_emu_transmit() 127 uint32_t canokey_emu_get_rx_data_size(void *base, uint8_t ep) in canokey_emu_get_rx_data_size() 270 static void canokey_realize(USBDevice *base, Error **errp) in canokey_realize() 294 static void canokey_unrealize(USBDevice *base) in canokey_unrealize()
|
/openbmc/linux/drivers/watchdog/ |
H A D | omap_wdt.c | 64 void __iomem *base; /* physical */ member 73 void __iomem *base = wdev->base; in omap_wdt_reload() local 90 void __iomem *base = wdev->base; in omap_wdt_enable() local 104 void __iomem *base = wdev->base; in omap_wdt_disable() local 120 void __iomem *base = wdev->base; in omap_wdt_set_timer() local 134 void __iomem *base = wdev->base; in omap_wdt_start() local 208 void __iomem *base = wdev->base; in omap_wdt_get_timeleft() local
|
H A D | sunplus_wdt.c | 46 void __iomem *base; member 55 void __iomem *base = priv->base; in sp_wdt_restart() local 69 void __iomem *base = priv->base; in sp_wdt_ping() local 93 void __iomem *base = priv->base; in sp_wdt_stop() local 103 void __iomem *base = priv->base; in sp_wdt_start() local 113 void __iomem *base = priv->base; in sp_wdt_get_timeleft() local
|
/openbmc/linux/arch/powerpc/kexec/ |
H A D | ranges.c | 73 static int __add_mem_range(struct crash_mem **mem_ranges, u64 base, u64 size) in __add_mem_range() 208 int add_mem_range(struct crash_mem **mem_ranges, u64 base, u64 size) in add_mem_range() 249 u64 base; in add_tce_mem_ranges() local 284 u64 base, end; in add_initrd_mem_range() local 337 u32 base, size; in add_rtas_mem_range() local 362 u64 base, size; in add_opal_mem_range() local 400 u64 base, size; in add_reserved_mem_ranges() local
|
/openbmc/linux/arch/x86/boot/ |
H A D | string.c | 120 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull() 145 long simple_strtol(const char *cp, char **endp, unsigned int base) in simple_strtol() 232 static const char *_parse_integer_fixup_radix(const char *s, unsigned int *base) in _parse_integer_fixup_radix() 257 unsigned int base, in _parse_integer() 295 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull() 331 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull() 338 static int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul() 367 int boot_kstrtoul(const char *s, unsigned int base, unsigned long *res) in boot_kstrtoul()
|
/openbmc/linux/drivers/gpu/drm/msm/dsi/phy/ |
H A D | dsi_phy_28nm.c | 101 void __iomem *base = pll_28nm->phy->pll_base; in pll_28nm_software_reset() local 120 void __iomem *base = pll_28nm->phy->pll_base; in dsi_pll_28nm_clk_set_rate() local 244 void __iomem *base = pll_28nm->phy->pll_base; in dsi_pll_28nm_clk_recalc_rate() local 291 void __iomem *base = pll_28nm->phy->pll_base; in _dsi_pll_28nm_vco_prepare_hpm() local 385 void __iomem *base = pll_28nm->phy->pll_base; in dsi_pll_28nm_vco_prepare_8226() local 453 void __iomem *base = pll_28nm->phy->pll_base; in dsi_pll_28nm_vco_prepare_lp() local 560 void __iomem *base = pll_28nm->phy->pll_base; in dsi_28nm_pll_save_state() local 701 void __iomem *base = phy->base; in dsi_28nm_dphy_set_timing() local 733 void __iomem *base = phy->reg_base; in dsi_28nm_phy_regulator_enable_dcdc() local 748 void __iomem *base = phy->reg_base; in dsi_28nm_phy_regulator_enable_ldo() local [all …]
|
H A D | dsi_phy_28nm_8960.c | 97 void __iomem *base = pll_28nm->phy->pll_base; in dsi_pll_28nm_clk_set_rate() local 146 void __iomem *base = pll_28nm->phy->pll_base; in dsi_pll_28nm_clk_recalc_rate() local 180 void __iomem *base = pll_28nm->phy->pll_base; in dsi_pll_28nm_vco_prepare() local 347 void __iomem *base = pll_28nm->phy->pll_base; in dsi_28nm_pll_save_state() local 363 void __iomem *base = pll_28nm->phy->pll_base; in dsi_28nm_pll_restore_state() local 478 void __iomem *base = phy->base; in dsi_28nm_dphy_set_timing() local 508 void __iomem *base = phy->reg_base; in dsi_28nm_phy_regulator_init() local 520 void __iomem *base = phy->reg_base; in dsi_28nm_phy_regulator_ctrl() local 531 void __iomem *base = phy->reg_base; in dsi_28nm_phy_calibration() local 561 void __iomem *base = phy->base; in dsi_28nm_phy_lane_config() local [all …]
|
/openbmc/linux/drivers/fpga/ |
H A D | dfl-afu-main.c | 41 void __iomem *base; in __afu_port_enable() local 81 void __iomem *base; in __afu_port_disable() local 146 void __iomem *base; in port_get_id() local 166 void __iomem *base; in ltr_show() local 183 void __iomem *base; in ltr_store() local 207 void __iomem *base; in ap1_event_show() local 224 void __iomem *base; in ap1_event_store() local 245 void __iomem *base; in ap2_event_show() local 262 void __iomem *base; in ap2_event_store() local 282 void __iomem *base; in power_state_show() local [all …]
|
/openbmc/linux/arch/mips/pci/ |
H A D | pci-ar71xx.c | 109 void __iomem *base = apc->cfg_base; in ar71xx_pci_check_error() local 147 void __iomem *base = apc->cfg_base; in ar71xx_pci_local_write() local 164 void __iomem *base = apc->cfg_base; in ar71xx_pci_set_cfgaddr() local 180 void __iomem *base = apc->cfg_base; in ar71xx_pci_read_config() local 204 void __iomem *base = apc->cfg_base; in ar71xx_pci_write_config() local 229 void __iomem *base = ath79_reset_base; in ar71xx_pci_irq_handler() local 257 void __iomem *base = ath79_reset_base; in ar71xx_pci_irq_unmask() local 274 void __iomem *base = ath79_reset_base; in ar71xx_pci_irq_mask() local 296 void __iomem *base = ath79_reset_base; in ar71xx_pci_irq_init() local
|