/openbmc/linux/drivers/phy/rockchip/ |
H A D | phy-rockchip-inno-usb2.c | 263 static inline int property_enable(struct regmap *base, in property_enable() 275 static inline bool property_enabled(struct regmap *base, in property_enabled() 313 struct regmap *base = get_reg_base(rphy); in rockchip_usb2phy_clk480m_prepare() local 333 struct regmap *base = get_reg_base(rphy); in rockchip_usb2phy_clk480m_unprepare() local 343 struct regmap *base = get_reg_base(rphy); in rockchip_usb2phy_clk480m_prepared() local 545 struct regmap *base = get_reg_base(rphy); in rockchip_usb2phy_power_on() local 586 struct regmap *base = get_reg_base(rphy); in rockchip_usb2phy_power_off() local 758 struct regmap *base = get_reg_base(rphy); in rockchip_chg_enable_dcd() local 767 struct regmap *base = get_reg_base(rphy); in rockchip_chg_enable_primary_det() local 776 struct regmap *base = get_reg_base(rphy); in rockchip_chg_enable_secondary_det() local [all …]
|
/openbmc/linux/arch/sh/drivers/superhyway/ |
H A D | ops-sh4-202.c | 117 static int sh4202_read_vcr(unsigned long base, struct superhyway_vcr_info *vcr) in sh4202_read_vcr() 143 static int sh4202_write_vcr(unsigned long base, struct superhyway_vcr_info vcr) in sh4202_write_vcr()
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | sun8i_ui_scaler.c | 132 u32 val, base; in sun8i_ui_scaler_enable() local 154 u32 base; in sun8i_ui_scaler_setup() local
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
H A D | usergv100.c | 33 struct nvkm_dmaobj base; member 38 gv100_dmaobj_bind(struct nvkm_dmaobj *base, struct nvkm_gpuobj *parent, in gv100_dmaobj_bind()
|
H A D | usergf100.c | 35 struct nvkm_dmaobj base; member 41 gf100_dmaobj_bind(struct nvkm_dmaobj *base, struct nvkm_gpuobj *parent, in gf100_dmaobj_bind()
|
H A D | usernv04.c | 34 struct nvkm_dmaobj base; member 41 nv04_dmaobj_bind(struct nvkm_dmaobj *base, struct nvkm_gpuobj *parent, in nv04_dmaobj_bind()
|
/openbmc/linux/drivers/clocksource/ |
H A D | timer-atmel-pit.c | 42 void __iomem *base; member 59 static inline unsigned int pit_read(void __iomem *base, unsigned int reg_offset) in pit_read() 64 static inline void pit_write(void __iomem *base, unsigned int reg_offset, unsigned long value) in pit_write()
|
H A D | timer-ixp4xx.c | 47 void __iomem *base; member 162 static __init int ixp4xx_timer_register(void __iomem *base, in ixp4xx_timer_register() 266 void __iomem *base; in ixp4xx_of_timer_init() local
|
/openbmc/linux/arch/arm/mach-s3c/ |
H A D | pm-gpio.c | 35 void __iomem *base = chip->base; in samsung_gpio_pm_1bit_resume() local 122 void __iomem *base = chip->base; in samsung_gpio_pm_2bit_resume() local 258 void __iomem *base = chip->base; in samsung_gpio_pm_4bit_resume() local
|
/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/ |
H A D | vde.c | 31 void __iomem *base, u32 offset) in tegra_vde_writel() 38 u32 tegra_vde_readl(struct tegra_vde *vde, void __iomem *base, u32 offset) in tegra_vde_readl() 48 void __iomem *base, u32 offset) in tegra_vde_set_bits()
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_fence.h | 12 struct dma_fence base; member 88 struct nouveau_fence_chan base; member 93 struct nouveau_fence_priv base; member
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_active.c | 19 struct i915_active base; member 47 static int __live_active(struct i915_active *base) in __live_active() 55 static void __live_retire(struct i915_active *base) in __live_retire()
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-versatile-fpga.c | 42 void __iomem *base; member 160 static void __init fpga_irq_init(void __iomem *base, int parent_irq, in fpga_irq_init() 204 void __iomem *base; in fpga_irq_of_init() local
|
/openbmc/linux/drivers/pcmcia/ |
H A D | rsrc_iodyn.c | 56 unsigned long base, int num, in __iodyn_find_io_region() 85 unsigned int *base, unsigned int num, in iodyn_find_io()
|
/openbmc/linux/drivers/clk/mmp/ |
H A D | clk-apmu.c | 20 void __iomem *base; member 66 void __iomem *base, u32 enable_mask, spinlock_t *lock) in mmp_clk_register_apmu()
|
/openbmc/u-boot/lib/libfdt/ |
H A D | fdt_region.c | 43 int base = fdt_off_dt_struct(fdt); in fdt_find_regions() local 223 int base = fdt_off_dt_struct(fdt); in fdt_add_alias_regions() local 298 int base = fdt_off_dt_struct(info->fdt); in fdt_include_supernodes() local 443 int base = fdt_off_dt_struct(fdt); in fdt_next_region() local
|
/openbmc/qemu/hw/usb/ |
H A D | u2f-emulated.c | 71 U2FKeyState base; member 142 static void u2f_emulated_recv_from_guest(U2FKeyState *base, in u2f_emulated_recv_from_guest() 298 static void u2f_emulated_realize(U2FKeyState *base, Error **errp) in u2f_emulated_realize() 346 static void u2f_emulated_unrealize(U2FKeyState *base) in u2f_emulated_unrealize()
|
H A D | u2f-passthru.c | 61 U2FKeyState base; member 308 U2FKeyState *base = &key->base; in u2f_passthru_read() local 332 static void u2f_passthru_recv_from_guest(U2FKeyState *base, in u2f_passthru_recv_from_guest() 459 static void u2f_passthru_unrealize(U2FKeyState *base) in u2f_passthru_unrealize() 467 static void u2f_passthru_realize(U2FKeyState *base, Error **errp) in u2f_passthru_realize()
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_cn10k.c | 353 static void __rvu_lbk_set_chans(struct rvu *rvu, void __iomem *base, in __rvu_lbk_set_chans() 372 void __iomem *base; in rvu_lbk_set_channels() local 504 static void __rvu_rpm_set_channels(int cgxid, int lmacid, u16 base) in __rvu_rpm_set_channels() 522 u16 base = hw->cgx_chan_base; in rvu_rpm_set_channels() local
|
/openbmc/linux/include/crypto/internal/ |
H A D | hash.h | 37 struct crypto_instance base; member 48 struct crypto_instance base; member 55 struct crypto_spawn base; member 59 struct crypto_spawn base; member
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | insn-def.h | 183 #define CBO_inval(base) \ argument 187 #define CBO_clean(base) \ argument 191 #define CBO_flush(base) \ argument 195 #define CBO_zero(base) \ argument
|
/openbmc/linux/drivers/soundwire/ |
H A D | intel.h | 70 static inline int intel_readl(void __iomem *base, int offset) in intel_readl() 75 static inline void intel_writel(void __iomem *base, int offset, int value) in intel_writel() 80 static inline u16 intel_readw(void __iomem *base, int offset) in intel_readw() 85 static inline void intel_writew(void __iomem *base, int offset, u16 value) in intel_writew()
|
/openbmc/u-boot/drivers/net/ |
H A D | bcm6348-eth.c | 108 void __iomem *base; member 305 static int bcm6348_mdio_op(void __iomem *base, uint32_t data) in bcm6348_mdio_op() 322 void __iomem *base = bus->priv; in bcm6348_mdio_read() local 344 void __iomem *base = bus->priv; in bcm6348_mdio_write() local 361 static int bcm6348_mdio_init(const char *name, void __iomem *base) in bcm6348_mdio_init()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ramnv50.c | 39 struct hwsq base; member 67 struct nvkm_ram base; member 218 nv50_ram_calc(struct nvkm_ram *base, u32 freq) in nv50_ram_calc() 480 nv50_ram_prog(struct nvkm_ram *base) in nv50_ram_prog() 489 nv50_ram_tidy(struct nvkm_ram *base) in nv50_ram_tidy()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | gk104.c | 42 struct nvkm_clk base; member 189 gk104_clk_read(struct nvkm_clk *base, enum nv_clk_src src) in gk104_clk_read() 339 gk104_clk_calc(struct nvkm_clk *base, struct nvkm_cstate *cstate) in gk104_clk_calc() 448 gk104_clk_prog(struct nvkm_clk *base) in gk104_clk_prog() 479 gk104_clk_tidy(struct nvkm_clk *base) in gk104_clk_tidy()
|