/openbmc/linux/drivers/regulator/ |
H A D | pfuze100-regulator.c | 220 #define PFUZE100_FIXED_REG(_chip, _name, base, voltage) \ argument 235 #define PFUZE100_SW_REG(_chip, _name, base, min, max, step) \ argument 256 #define PFUZE100_SWB_REG(_chip, _name, base, mask, voltages) \ argument 273 #define PFUZE100_VGEN_REG(_chip, _name, base, min, max, step) \ argument 293 #define PFUZE100_COIN_REG(_chip, _name, base, mask, voltages) \ argument 310 #define PFUZE3000_VCC_REG(_chip, _name, base, min, max, step) { \ argument 330 #define PFUZE3000_SW_REG(_chip, _name, base, mask, voltages) \ argument 352 #define PFUZE3000_SW3_REG(_chip, _name, base, min, max, step) { \ argument
|
/openbmc/linux/drivers/watchdog/ |
H A D | f71808e_wdt.c | 152 static inline int superio_inb(int base, int reg) in superio_inb() 158 static int superio_inw(int base, int reg) in superio_inw() 166 static inline void superio_outb(int base, int reg, u8 val) in superio_outb() 172 static inline void superio_set_bit(int base, int reg, int bit) in superio_set_bit() 179 static inline void superio_clear_bit(int base, int reg, int bit) in superio_clear_bit() 186 static inline int superio_enter(int base) in superio_enter() 201 static inline void superio_select(int base, int ld) in superio_select() 207 static inline void superio_exit(int base) in superio_exit()
|
/openbmc/linux/drivers/net/ethernet/nvidia/ |
H A D | forcedeth.c | 794 void __iomem *base; member 944 static inline void pci_push(u8 __iomem *base) in pci_push() 971 u8 __iomem *base = get_hwbase(dev); in reg_delay() local 999 u8 __iomem *base = get_hwbase(dev); in setup_hw_rings() local 1055 u8 __iomem *base = get_hwbase(dev); in nv_txrx_gate() local 1104 u8 __iomem *base = get_hwbase(dev); in nv_enable_hw_interrupts() local 1112 u8 __iomem *base = get_hwbase(dev); in nv_disable_hw_interrupts() local 1144 u8 __iomem *base = get_hwbase(dev); in mii_rw() local 1229 u8 __iomem *base = get_hwbase(dev); in init_realtek_8211c() local 1389 u8 __iomem *base = get_hwbase(dev); in phy_init() local [all …]
|
/openbmc/u-boot/board/micronas/vct/vctv/ |
H A D | reg_wdt.h | 8 #define WDT_CR(base) ((base) + WDT_CR_OFFS) argument 10 #define WDT_TORR(base) ((base) + WDT_TORR_OFFS) argument
|
/openbmc/u-boot/board/micronas/vct/vcth/ |
H A D | reg_wdt.h | 8 #define WDT_CR(base) ((base) + WDT_CR_OFFS) argument 10 #define WDT_TORR(base) ((base) + WDT_TORR_OFFS) argument
|
/openbmc/linux/drivers/phy/renesas/ |
H A D | phy-rcar-gen3-pcie.c | 24 void __iomem *base; member 31 void __iomem *base = phy->base; in rcar_gen3_phy_pcie_modify_reg() local 78 void __iomem *base; in rcar_gen3_phy_pcie_probe() local
|
H A D | phy-rcar-gen2.c | 63 void __iomem *base; member 120 void __iomem *base = drv->base; in rcar_gen2_phy_power_on() local 164 void __iomem *base = drv->base; in rcar_gen2_phy_power_off() local 196 void __iomem *base = drv->base; in rz_g1c_phy_power_on() local 225 void __iomem *base = drv->base; in rz_g1c_phy_power_off() local 341 void __iomem *base; in rcar_gen2_phy_probe() local
|
/openbmc/linux/arch/x86/kernel/cpu/mtrr/ |
H A D | cyrix.c | 14 cyrix_get_arr(unsigned int reg, unsigned long *base, in cyrix_get_arr() 91 cyrix_get_free_region(unsigned long base, unsigned long size, int replace_reg) in cyrix_get_free_region() 179 static void cyrix_set_arr(unsigned int reg, unsigned long base, in cyrix_set_arr()
|
/openbmc/linux/drivers/mtd/chips/ |
H A D | cfi_util.c | 202 uint32_t cfi_send_gen_cmd(u_char cmd, uint32_t cmd_addr, uint32_t base, in cfi_send_gen_cmd() 219 int __xipram cfi_qry_present(struct map_info *map, __u32 base, in cfi_qry_present() 247 int __xipram cfi_qry_mode_on(uint32_t base, struct map_info *map, in cfi_qry_mode_on() 285 void __xipram cfi_qry_mode_off(uint32_t base, struct map_info *map, in cfi_qry_mode_off() 301 __u32 base = 0; // cfi->chips[0].start; in cfi_read_pri() local
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | liodn.c | 79 u32 base; in setup_sec_liodn_base() local 99 u32 base; in setup_fman_liodn_base() local 133 u32 base = (liodn_bases[FSL_HW_PORTAL_PME].id[0] << 16) | in setup_pme_liodn_base() local 146 u32 base = (liodn_bases[FSL_HW_PORTAL_RAID_ENGINE].id[0] << 16) | in setup_raide_liodn_base() local 171 u32 base = liodn_bases[FSL_HW_PORTAL_RMAN].id[0]; in setup_rman_liodn_base() local
|
/openbmc/linux/drivers/clk/mvebu/ |
H A D | dove-divider.c | 20 void __iomem *base; member 37 static void dove_load_divider(void __iomem *base, u32 val, u32 mask, u32 load) in dove_load_divider() 163 void __iomem *base) in clk_register_dove_divider() 219 static int dove_divider_init(struct device *dev, void __iomem *base, in dove_divider_init() 250 void __iomem *base; in dove_divider_clk_init() local
|
/openbmc/linux/arch/sparc/lib/ |
H A D | NG2memcpy.S | 140 #define FREG_LOAD_1(base, x0) \ argument 142 #define FREG_LOAD_2(base, x0, x1) \ argument 145 #define FREG_LOAD_3(base, x0, x1, x2) \ argument 149 #define FREG_LOAD_4(base, x0, x1, x2, x3) \ argument 154 #define FREG_LOAD_5(base, x0, x1, x2, x3, x4) \ argument 160 #define FREG_LOAD_6(base, x0, x1, x2, x3, x4, x5) \ argument 167 #define FREG_LOAD_7(base, x0, x1, x2, x3, x4, x5, x6) \ argument
|
/openbmc/linux/lib/ |
H A D | test_ida.c | 57 static void ida_check_destroy_1(struct ida *ida, unsigned int base) in ida_check_destroy_1() 84 static void ida_check_leaf(struct ida *ida, unsigned int base) in ida_check_leaf() 112 unsigned long base = (1UL << 31) - j; in ida_check_max() local
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | vdso.h | 22 #define VDSO_SYMBOL(base, name) \ argument 28 #define COMPAT_VDSO_SYMBOL(base, name) \ argument
|
/openbmc/openbmc/meta-arm/scripts/ |
H A D | layer-overview.py | 55 base = gitpathlib.GitPath(args.repository, args.revision) variable 58 base = pathlib.Path(args.repository) variable
|
/openbmc/linux/drivers/atm/ |
H A D | nicstarmac.c | 157 static u_int8_t read_eprom_byte(virt_addr_t base, u_int8_t offset) in read_eprom_byte() 202 static void nicstar_init_eprom(virt_addr_t base) in nicstar_init_eprom() 234 nicstar_read_eprom(virt_addr_t base, in nicstar_read_eprom()
|
/openbmc/linux/drivers/media/platform/st/stm32/dma2d/ |
H A D | dma2d-hw.c | 19 static inline u32 reg_read(void __iomem *base, u32 reg) in reg_read() 24 static inline void reg_write(void __iomem *base, u32 reg, u32 val) in reg_write() 29 static inline void reg_update_bits(void __iomem *base, u32 reg, u32 mask, in reg_update_bits()
|
/openbmc/linux/include/linux/ |
H A D | io-mapping.h | 24 resource_size_t base; member 43 resource_size_t base, in io_mapping_init_wc() 132 resource_size_t base, in io_mapping_init_wc() 204 io_mapping_create_wc(resource_size_t base, in io_mapping_create_wc()
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | stdio.c | 32 # define do_div(n, base) ({ \ argument 48 # define do_div(n,base) ({ \ argument 79 static char * number(char * str, unsigned long long num, int base, int size, int precision, int typ… in number() 150 int i, base; in vsprintf() local
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | dcr-native.h | 18 unsigned int base; member 130 #define mfdcri(base, reg) __mfdcri(DCRN_ ## base ## _CONFIG_ADDR, \ argument 134 #define mtdcri(base, reg, data) __mtdcri(DCRN_ ## base ## _CONFIG_ADDR, \ argument 138 #define dcri_clrset(base, reg, clr, set) __dcri_clrset(DCRN_ ## base ## _CONFIG_ADDR, \ argument
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | gk20a.c | 460 gk20a_clk_read(struct nvkm_clk *base, enum nv_clk_src src) in gk20a_clk_read() 480 gk20a_clk_calc(struct nvkm_clk *base, struct nvkm_cstate *cstate) in gk20a_clk_calc() 489 gk20a_clk_prog(struct nvkm_clk *base) in gk20a_clk_prog() 502 gk20a_clk_tidy(struct nvkm_clk *base) in gk20a_clk_tidy() 543 gk20a_clk_fini(struct nvkm_clk *base) in gk20a_clk_fini() 565 gk20a_clk_init(struct nvkm_clk *base) in gk20a_clk_init()
|
/openbmc/linux/drivers/staging/media/ipu3/ |
H A D | ipu3-css.c | 190 static int imgu_hw_wait(void __iomem *base, int reg, u32 mask, u32 cmp) in imgu_hw_wait() 200 int imgu_css_set_powerup(struct device *dev, void __iomem *base, in imgu_css_set_powerup() 290 void imgu_css_set_powerdown(struct device *dev, void __iomem *base) in imgu_css_set_powerdown() 315 void __iomem *const base = css->base; in imgu_css_hw_enable_irq() local 413 void __iomem *const base = css->base; in imgu_css_hw_init() local 471 void __iomem *const base = css->base; in imgu_css_hw_start_sp() local 516 void __iomem *const base = css->base; in imgu_css_hw_start() local 609 void __iomem *const base = css->base; in imgu_css_hw_stop() local 629 void __iomem *const base = css->base; in imgu_css_hw_cleanup() local 1060 void __iomem *const base = css->base; in imgu_css_queue_pos() local [all …]
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | div64.h | 20 #define do_div64_32(res, high, low, base) ({ \ argument 59 #define __div64_32(n, base) ({ \ argument
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | io.h | 19 static inline u32 dwc3_readl(void __iomem *base, u32 offset) in dwc3_readl() 40 static inline void dwc3_writel(void __iomem *base, u32 offset, u32 value) in dwc3_writel()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | gen6_ppgtt.h | 14 struct i915_ppgtt base; member 41 #define __to_gen6_ppgtt(base) container_of(base, struct gen6_ppgtt, base) argument 43 static inline struct gen6_ppgtt *to_gen6_ppgtt(struct i915_ppgtt *base) in to_gen6_ppgtt()
|