Home
last modified time | relevance | path

Searched defs:base (Results 151 – 175 of 4456) sorted by relevance

12345678910>>...179

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dnv50.c52 read_pll_src(struct nv50_clk *clk, u32 base) in read_pll_src()
125 read_pll_ref(struct nv50_clk *clk, u32 base) in read_pll_ref()
158 read_pll(struct nv50_clk *clk, u32 base) in read_pll()
192 nv50_clk_read(struct nvkm_clk *base, enum nv_clk_src src) in nv50_clk_read()
369 nv50_clk_calc(struct nvkm_clk *base, struct nvkm_cstate *cstate) in nv50_clk_calc()
496 nv50_clk_prog(struct nvkm_clk *base) in nv50_clk_prog()
503 nv50_clk_tidy(struct nvkm_clk *base) in nv50_clk_tidy()
/openbmc/linux/drivers/phy/marvell/
H A Dphy-pxa-usb.c117 void __iomem *base; member
125 static unsigned int u2o_get(void __iomem *base, unsigned int offset) in u2o_get()
130 static void u2o_set(void __iomem *base, unsigned int offset, in u2o_set()
141 static void u2o_clear(void __iomem *base, unsigned int offset, in u2o_clear()
152 static void u2o_write(void __iomem *base, unsigned int offset, in u2o_write()
162 void __iomem *base = pxa_usb_phy->base; in pxa_usb_phy_init() local
249 void __iomem *base = pxa_usb_phy->base; in pxa_usb_phy_exit() local
/openbmc/linux/drivers/clk/samsung/
H A Dclk-cpu.c137 static void exynos_set_safe_div(void __iomem *base, unsigned long div, in exynos_set_safe_div()
150 struct exynos_cpuclk *cpuclk, void __iomem *base) in exynos_cpuclk_pre_rate_change()
227 struct exynos_cpuclk *cpuclk, void __iomem *base) in exynos_cpuclk_post_rate_change()
265 static void exynos5433_set_safe_div(void __iomem *base, unsigned long div, in exynos5433_set_safe_div()
278 struct exynos_cpuclk *cpuclk, void __iomem *base) in exynos5433_cpuclk_pre_rate_change()
338 struct exynos_cpuclk *cpuclk, void __iomem *base) in exynos5433_cpuclk_post_rate_change()
365 void __iomem *base; in exynos_cpuclk_notifier_cb() local
388 void __iomem *base; in exynos5433_cpuclk_notifier_cb() local
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_h323_asn1.c277 char *base, int level) in decode_nul()
285 char *base, int level) in decode_bool()
296 char *base, int level) in decode_oid()
315 char *base, int level) in decode_int()
362 char *base, int level) in decode_enum()
378 char *base, int level) in decode_bitstr()
414 char *base, int level) in decode_numstr()
434 char *base, int level) in decode_octstr()
487 char *base, int level) in decode_bmpstr()
516 char *base, int level) in decode_seq()
[all …]
/openbmc/u-boot/arch/riscv/lib/
H A Dsifive_clint.c18 #define MSIP_REG(base, hart) ((ulong)(base) + (hart) * 4) argument
20 #define MTIMECMP_REG(base, hart) ((ulong)(base) + 0x4000 + (hart) * 8) argument
22 #define MTIME_REG(base) ((ulong)(base) + 0xbff8) argument
/openbmc/linux/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy_20nm.c13 void __iomem *base = phy->base; in dsi_20nm_dphy_set_timing() local
45 void __iomem *base = phy->reg_base; in dsi_20nm_phy_regulator_ctrl() local
72 void __iomem *base = phy->base; in dsi_20nm_phy_enable() local
/openbmc/linux/drivers/clk/ux500/
H A Du8500_of_clk.c22 #define PRCC_SHOW(clk, base, bit) \ argument
24 #define PRCC_PCLK_STORE(clk, base, bit) \ argument
26 #define PRCC_KCLK_STORE(clk, base, bit) \ argument
33 unsigned int base, bit; in ux500_twocell_get() local
/openbmc/linux/arch/powerpc/boot/
H A Dcrt0.S251 #define SAVE_GPRS(start, end, base) OP_REGS std, 8, start, end, base, 0 argument
252 #define REST_GPRS(start, end, base) OP_REGS ld, 8, start, end, base, 0 argument
253 #define SAVE_GPR(n, base) SAVE_GPRS(n, n, base) argument
254 #define REST_GPR(n, base) REST_GPRS(n, n, base) argument
/openbmc/linux/drivers/clocksource/
H A Dtimer-sun4i.c48 static void sun4i_clkevt_sync(void __iomem *base) in sun4i_clkevt_sync()
56 static void sun4i_clkevt_time_stop(void __iomem *base, u8 timer) in sun4i_clkevt_time_stop()
63 static void sun4i_clkevt_time_setup(void __iomem *base, u8 timer, in sun4i_clkevt_time_setup()
69 static void sun4i_clkevt_time_start(void __iomem *base, u8 timer, in sun4i_clkevt_time_start()
125 static void sun4i_timer_clear_interrupt(void __iomem *base) in sun4i_timer_clear_interrupt()
H A Dtimer-sp804.c83 static struct sp804_clkevt * __init sp804_clkevt_get(void __iomem *base) in sp804_clkevt_get()
105 static int __init sp804_clocksource_and_sched_clock_init(void __iomem *base, in sp804_clocksource_and_sched_clock_init()
204 static int __init sp804_clockevents_init(void __iomem *base, unsigned int irq, in sp804_clockevents_init()
230 static void __init sp804_clkevt_init(struct sp804_timer *timer, void __iomem *base) in sp804_clkevt_init()
254 void __iomem *base; in sp804_of_init() local
344 void __iomem *base; in integrator_cp_of_init() local
H A Dtimer-msc313e.c43 void __iomem *base; member
51 static void msc313e_timer_stop(void __iomem *base) in msc313e_timer_stop()
56 static void msc313e_timer_start(void __iomem *base, bool periodic) in msc313e_timer_start()
68 static void msc313e_timer_setup(void __iomem *base, unsigned long delay) in msc313e_timer_setup()
78 static unsigned long msc313e_timer_current_value(void __iomem *base) in msc313e_timer_current_value()
/openbmc/linux/drivers/clk/socfpga/
H A Dclk-s10.c310 void __iomem *base = data->base; in s10_clk_register_c_perip() local
329 void __iomem *base = data->base; in s10_clk_register_cnt_perip() local
349 void __iomem *base = data->base; in s10_clk_register_gate() local
369 void __iomem *base = data->base; in s10_clk_register_pll() local
390 void __iomem *base; in s10_clkmgr_init() local
/openbmc/qemu/tests/qtest/
H A Daspeed_hace-test.c151 static void write_regs(QTestState *s, uint32_t base, uint32_t src, in write_regs()
160 static void test_md5(const char *machine, const uint32_t base, in test_md5()
194 static void test_sha256(const char *machine, const uint32_t base, in test_sha256()
227 static void test_sha512(const char *machine, const uint32_t base, in test_sha512()
260 static void test_sha256_sg(const char *machine, const uint32_t base, in test_sha256_sg()
311 static void test_sha512_sg(const char *machine, const uint32_t base, in test_sha512_sg()
362 static void test_sha256_accum(const char *machine, const uint32_t base, in test_sha256_accum()
403 static void test_sha512_accum(const char *machine, const uint32_t base, in test_sha512_accum()
468 static void test_addresses(const char *machine, const uint32_t base, in test_addresses()
/openbmc/linux/arch/arm/mach-s3c/
H A Dgpio-samsung.c248 void __iomem *base = ourchip->base; in samsung_gpiolib_2bit_input() local
267 void __iomem *base = ourchip->base; in samsung_gpiolib_2bit_output() local
311 void __iomem *base = ourchip->base; in samsung_gpiolib_4bit_input() local
330 void __iomem *base = ourchip->base; in samsung_gpiolib_4bit_output() local
380 void __iomem *base = ourchip->base; in samsung_gpiolib_4bit2_input() local
402 void __iomem *base = ourchip->base; in samsung_gpiolib_4bit2_output() local
437 void __iomem *base = ourchip->base; in samsung_gpiolib_set() local
538 int nr_chips, void __iomem *base, in samsung_gpiolib_add_2bit_chips()
575 int nr_chips, void __iomem *base) in samsung_gpiolib_add_4bit_chips()
/openbmc/u-boot/drivers/i2c/
H A Dintel_i2c.c60 u32 base; member
64 static int smbus_wait_until_ready(u32 base) in smbus_wait_until_ready()
79 static int smbus_wait_until_done(u32 base) in smbus_wait_until_done()
94 static int smbus_block_read(u32 base, u8 dev, u8 *buffer, in smbus_block_read()
160 static int smbus_block_write(u32 base, u8 dev, u8 *buffer, in smbus_block_write()
250 ulong base; in intel_i2c_probe() local
H A Dlpc32xx_i2c.c53 static unsigned int __i2c_set_bus_speed(struct lpc32xx_i2c_base *base, in __i2c_set_bus_speed()
78 static void __i2c_init(struct lpc32xx_i2c_base *base, in __i2c_init()
88 static int __i2c_probe_chip(struct lpc32xx_i2c_base *base, u8 dev) in __i2c_probe_chip()
110 static int __i2c_read(struct lpc32xx_i2c_base *base, u8 dev, uint addr, in __i2c_read()
177 static int __i2c_write(struct lpc32xx_i2c_base *base, u8 dev, uint addr, in __i2c_write()
/openbmc/linux/arch/sparc/kernel/
H A Dbtext.c90 unsigned char *base = dispDeviceBase; in calc_base() local
99 unsigned int *base = (unsigned int *)calc_base(0, 0); in btext_clearscreen() local
196 unsigned char *base = calc_base(locX << 3, locY << 4); in draw_byte() local
242 static void draw_byte_32(unsigned char *font, unsigned int *base, int rb) in draw_byte_32()
263 static void draw_byte_16(unsigned char *font, unsigned int *base, int rb) in draw_byte_16()
281 static void draw_byte_8(unsigned char *font, unsigned int *base, int rb) in draw_byte_8()
/openbmc/linux/arch/x86/include/asm/
H A Dmtrr.h97 static inline int mtrr_add(unsigned long base, unsigned long size, in mtrr_add()
102 static inline int mtrr_add_page(unsigned long base, unsigned long size, in mtrr_add_page()
107 static inline int mtrr_del(int reg, unsigned long base, unsigned long size) in mtrr_del()
111 static inline int mtrr_del_page(int reg, unsigned long base, unsigned long size) in mtrr_del_page()
130 compat_ulong_t base; /* Base address */ member
137 compat_uint_t base; /* Base address */ member
/openbmc/u-boot/drivers/net/
H A Dmt7628-eth.c138 void __iomem *base; /* frame engine base address */ member
157 void __iomem *base = priv->eth_sw_base; in mdio_wait_read() local
173 void __iomem *base = priv->eth_sw_base; in mii_mgr_read() local
202 void __iomem *base = priv->eth_sw_base; in mii_mgr_write() local
282 void __iomem *base = priv->eth_sw_base; in rt305x_esw_init() local
325 void __iomem *base = priv->base; in eth_dma_start() local
332 void __iomem *base = priv->base; in eth_dma_stop() local
348 void __iomem *base = priv->base; in mt7628_eth_write_hwaddr() local
369 void __iomem *base = priv->base; in mt7628_eth_send() local
445 void __iomem *base = priv->base; in mt7628_eth_free_pkt() local
[all …]
/openbmc/linux/drivers/memory/
H A Demif.c61 void __iomem *base; member
178 void __iomem *base = emif->base; in get_emif_bus_width() local
190 void __iomem *base = emif->base; in set_lpmode() local
464 void __iomem *base; in get_temperature_level() local
503 void __iomem *base = emif->base; in setup_temperature_sensitive_regs() local
531 static irqreturn_t handle_temp_alert(void __iomem *base, struct emif_data *emif) in handle_temp_alert()
593 void __iomem *base = emif->base; in emif_interrupt_handler() local
658 void __iomem *base = emif->base; in clear_all_interrupts() local
669 void __iomem *base = emif->base; in disable_and_clear_all_interrupts() local
685 void __iomem *base = emif->base; in setup_interrupts() local
[all …]
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_csc.c110 static void sun8i_csc_set_coefficients(struct regmap *map, u32 base, in sun8i_csc_set_coefficients()
181 static void sun8i_csc_enable(struct regmap *map, u32 base, bool enable) in sun8i_csc_enable()
213 u32 base; in sun8i_csc_set_ccsc_coefficients() local
229 u32 base; in sun8i_csc_enable_ccsc() local
/openbmc/linux/arch/arm/mach-rpc/
H A Dirq.c117 static void iomd_set_base_mask(unsigned int irq, void __iomem *base, u32 mask) in iomd_set_base_mask()
127 void __iomem *base = iomd_get_base(d); in iomd_irq_mask_ack() local
137 void __iomem *base = iomd_get_base(d); in iomd_irq_mask() local
146 void __iomem *base = iomd_get_base(d); in iomd_irq_unmask() local
/openbmc/linux/drivers/phy/broadcom/
H A Dphy-brcm-usb-init.h26 #define USB_CTRL_REG(base, reg) ((void __iomem *)base + USB_CTRL_##reg) argument
27 #define USB_XHCI_EC_REG(base, reg) ((void __iomem *)base + USB_XHCI_EC_##reg) argument
30 #define USB_CTRL_SET(base, reg, field) \ argument
33 #define USB_CTRL_UNSET(base, reg, field) \ argument
37 #define USB_XHCI_GBL_REG(base, reg) ((void __iomem *)base + USB_XHCI_GBL_##reg) argument
38 #define USB_XHCI_GBL_SET(base, reg, field) \ argument
41 #define USB_XHCI_GBL_UNSET(base, reg, field) \ argument
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_clflush.c18 struct dma_fence_work base; member
30 static void clflush_work(struct dma_fence_work *base) in clflush_work()
37 static void clflush_release(struct dma_fence_work *base) in clflush_release()
/openbmc/linux/drivers/scsi/arm/
H A Dcumana_1.c48 u8 __iomem *base = hostdata->io; in cumanascsi_pwrite() local
115 u8 __iomem *base = hostdata->io; in cumanascsi_pread() local
186 u8 __iomem *base = hostdata->io; in cumanascsi_read() local
202 u8 __iomem *base = hostdata->io; in cumanascsi_write() local
299 void __iomem *base = priv(host)->io; in cumanascsi1_remove() local

12345678910>>...179