Home
last modified time | relevance | path

Searched defs:base (Results 251 – 275 of 4600) sorted by relevance

1...<<11121314151617181920>>...184

/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-gic-common.c55 void __iomem *base, void (*sync_access)(void)) in gic_configure_irq() argument
100 void gic_dist_config(void __iomem *base, int gic_irqs, in gic_dist_config()
133 void gic_cpu_config(void __iomem *base, int nr, void (*sync_access)(void)) in gic_cpu_config() argument
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Ddcr-native.h18 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
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dstdio.c32 # 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
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dmxc_i2c.c172 ulong base = i2c_bus->base; in bus_i2c_set_bus_speed() local
200 ulong base = i2c_bus->base; in wait_for_sr_state() local
233 ulong base = i2c_bus->base; in tx_byte() local
263 ulong base = i2c_bus->base; in i2c_imx_stop() local
283 ulong base = i2c_bus->base; in i2c_init_transfer_() local
476 ulong base = i2c_bus->base; in i2c_read_data() local
534 ulong base = i2c_bus->base; in bus_i2c_read() local
671 ulong base = mxc_i2c_buses[I2C_EARLY_INIT_INDEX].base; in i2c_early_init_f() local
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dpfuze100-regulator.c228 #define PFUZE100_FIXED_REG(_chip, _name, base, voltage) \ argument
243 #define PFUZE100_SW_REG(_chip, _name, base, min, max, step) \ argument
264 #define PFUZE100_SWB_REG(_chip, _name, base, mask, voltages) \ argument
281 #define PFUZE100_VGEN_REG(_chip, _name, base, min, max, step) \ argument
301 #define PFUZE100_COIN_REG(_chip, _name, base, mask, voltages) \ argument
318 #define PFUZE3000_VCC_REG(_chip, _name, base, min, max, step) { \ argument
338 #define PFUZE3000_SW_REG(_chip, _name, base, mask, voltages) \ argument
360 #define PFUZE3000_SW3_REG(_chip, _name, base, min, max, step) { \ argument
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Df71808e_wdt.c160 static inline int superio_inb(int base, int reg) in superio_inb()
166 static int superio_inw(int base, int reg) in superio_inw()
174 static inline void superio_outb(int base, int reg, u8 val) in superio_outb()
180 static inline void superio_set_bit(int base, int reg, int bit) in superio_set_bit()
187 static inline void superio_clear_bit(int base, int reg, int bit) in superio_clear_bit()
194 static inline int superio_enter(int base) in superio_enter()
209 static inline void superio_select(int base, int ld) in superio_select()
215 static inline void superio_exit(int base) in superio_exit()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/netlogic/xlr/
H A Dpic.h223 nlm_pic_enable_irt(uint64_t base, int irt) in nlm_pic_enable_irt()
232 nlm_pic_disable_irt(uint64_t base, int irt) in nlm_pic_disable_irt()
241 nlm_pic_send_ipi(uint64_t base, int hwt, int irq, int nmi) in nlm_pic_send_ipi()
252 nlm_pic_ack(uint64_t base, int irt) in nlm_pic_ack()
258 nlm_pic_init_irt(uint64_t base, int irt, int irq, int hwt, int en) in nlm_pic_init_irt()
267 nlm_pic_read_timer(uint64_t base, int timer) in nlm_pic_read_timer()
282 nlm_pic_read_timer32(uint64_t base, int timer) in nlm_pic_read_timer32()
288 nlm_pic_set_timer(uint64_t base, int timer, uint64_t value, int irq, int cpu) in nlm_pic_set_timer()
/OK3568_Linux_fs/kernel/drivers/phy/renesas/
H A Dphy-rcar-gen3-pcie.c25 void __iomem *base; member
32 void __iomem *base = phy->base; in rcar_gen3_phy_pcie_modify_reg() local
80 void __iomem *base; in rcar_gen3_phy_pcie_probe() local
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/
H A Dregs.h1633 void __iomem *base = stream->ispdev->base_addr; in mi_set_y_size() local
1640 void __iomem *base = stream->ispdev->base_addr; in mi_set_cb_size() local
1647 void __iomem *base = stream->ispdev->base_addr; in mi_set_cr_size() local
1654 void __iomem *base = stream->ispdev->base_addr; in mi_set_y_addr() local
1661 void __iomem *base = stream->ispdev->base_addr; in mi_set_cb_addr() local
1668 void __iomem *base = stream->ispdev->base_addr; in mi_set_cr_addr() local
1675 void __iomem *base = stream->ispdev->base_addr; in mi_set_y_offset() local
1682 void __iomem *base = stream->ispdev->base_addr; in mi_set_cb_offset() local
1689 void __iomem *base = stream->ispdev->base_addr; in mi_set_cr_offset() local
1696 void __iomem *base = stream->ispdev->base_addr; in mi_frame_end_int_enable() local
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/davinci/
H A Dpll.c106 void __iomem *base; member
290 void __iomem *base; member
369 void __iomem *base, in davinci_pll_clk_register()
545 void __iomem *base) in davinci_pll_auxclk_register()
559 void __iomem *base) in davinci_pll_sysclkbp_clk_register()
575 void __iomem *base) in davinci_pll_obsclk_register()
679 void __iomem *base) in davinci_pll_sysclk_register()
750 void __iomem *base, in of_davinci_pll_init()
913 void __iomem *base; in davinci_pll_probe() local
/OK3568_Linux_fs/kernel/mm/
H A Dpage_ext.c126 static inline struct page_ext *get_entry(void *base, unsigned long index) in get_entry()
185 struct page_ext *base; in lookup_page_ext() local
205 struct page_ext *base; in alloc_node_page_ext() local
299 struct page_ext *base; in init_section_page_ext() local
351 struct page_ext *base; in __free_page_ext() local
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/bcm235xx/
H A Dclk-core.c55 static inline int wait_bit(void *base, u32 offset, u32 bit, bool want) in wait_bit()
85 void *base = (void *)c->ccu_clk_mgr_base; in peri_clk_enable() local
209 void *base = (void *)c->ccu_clk_mgr_base; in peri_clk_get_rate() local
260 void *base = (void *)c->ccu_clk_mgr_base; in ccu_clk_enable() local
339 void *base = (void *)c->ccu_clk_mgr_base; in bus_clk_enable() local
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-core.c55 static inline int wait_bit(void *base, u32 offset, u32 bit, bool want) in wait_bit()
85 void *base = (void *)c->ccu_clk_mgr_base; in peri_clk_enable() local
209 void *base = (void *)c->ccu_clk_mgr_base; in peri_clk_get_rate() local
260 void *base = (void *)c->ccu_clk_mgr_base; in ccu_clk_enable() local
339 void *base = (void *)c->ccu_clk_mgr_base; in bus_clk_enable() local
/OK3568_Linux_fs/kernel/drivers/mailbox/
H A Darm_mhu_db.c40 void __iomem *base; member
79 void __iomem *base = chan_info->mhu->mlink[chan_info->pchan].rx_reg; in mhu_db_mbox_clear_irq() local
101 void __iomem *base = mhu->mlink[pchan].rx_reg; in mhu_db_mbox_irq_to_channel() local
141 void __iomem *base = chan_info->mhu->mlink[chan_info->pchan].tx_reg; in mhu_db_last_tx_done() local
152 void __iomem *base = chan_info->mhu->mlink[chan_info->pchan].tx_reg; in mhu_db_send_data() local
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dnicstarmac.c162 static u_int8_t read_eprom_byte(virt_addr_t base, u_int8_t offset) in read_eprom_byte()
207 static void nicstar_init_eprom(virt_addr_t base) in nicstar_init_eprom()
239 nicstar_read_eprom(virt_addr_t base, in nicstar_read_eprom()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dpata_ep93xx.c142 static void ep93xx_pata_clear_regs(void __iomem *base) in ep93xx_pata_clear_regs()
159 static bool ep93xx_pata_check_iordy(void __iomem *base) in ep93xx_pata_check_iordy()
192 static void ep93xx_pata_enable_pio(void __iomem *base, int pio_mode) in ep93xx_pata_enable_pio()
218 static unsigned long ep93xx_pata_wait_for_iordy(void __iomem *base, in ep93xx_pata_wait_for_iordy()
239 static void ep93xx_pata_rw_begin(void __iomem *base, unsigned long addr, in ep93xx_pata_rw_begin()
247 static void ep93xx_pata_rw_end(void __iomem *base, unsigned long addr, in ep93xx_pata_rw_end()
266 void __iomem *base = drv_data->ide_base; in ep93xx_pata_read() local
300 void __iomem *base = drv_data->ide_base; in ep93xx_pata_write() local
706 void __iomem *base = drv_data->ide_base; in ep93xx_pata_dma_start() local
746 void __iomem *base = drv_data->ide_base; in ep93xx_pata_dma_stop() local
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dring_buffer.h51 static inline u64 ring_buffer_read_head(struct perf_event_mmap_page *base) in ring_buffer_read_head()
68 static inline void ring_buffer_write_tail(struct perf_event_mmap_page *base, in ring_buffer_write_tail()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dbase.hpp25 struct base struct
27 typedef typename T::base type;
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dasm-eva.h17 #define kernel_cache(op, base) "cache " op ", " base "\n" argument
18 #define kernel_pref(hint, base) "pref " hint ", " base "\n" argument
54 #define user_cache(op, base) __BUILD_EVA_INSN("cachee", op, base) argument
55 #define user_pref(hint, base) __BUILD_EVA_INSN("prefe", hint, base) argument
76 #define user_cache(op, base) kernel_cache(op, base) argument
77 #define user_pref(hint, base) kernel_pref(hint, base) argument
104 #define kernel_cache(op, base) cache op, base argument
105 #define kernel_pref(hint, base) pref hint, base argument
141 #define user_cache(op, base) __BUILD_EVA_INSN(cachee, op, base) argument
142 #define user_pref(hint, base) __BUILD_EVA_INSN(prefe, hint, base) argument
[all …]
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dr4k_fpu.S229 .macro op_one_wr op, idx, base
295 .macro save_msa_upper wr, off, base
352 .macro restore_msa_upper wr, off, base
/OK3568_Linux_fs/kernel/drivers/phy/st/
H A Dphy-miphy28lp.c204 void __iomem *base; member
366 void __iomem *base = miphy_phy->base; in miphy28lp_set_reset() local
390 void __iomem *base = miphy_phy->base; in miphy28lp_pll_calibration() local
431 void __iomem *base = miphy_phy->base; in miphy28lp_sata_config_gen() local
458 void __iomem *base = miphy_phy->base; in miphy28lp_pcie_config_gen() local
506 void __iomem *base = miphy_phy->base; in miphy28lp_compensation() local
534 void __iomem *base = miphy_phy->base; in miphy28_usb3_miphy_reset() local
562 void __iomem *base = miphy_phy->base; in miphy_sata_tune_ssc() local
600 void __iomem *base = miphy_phy->base; in miphy_pcie_tune_ssc() local
646 void __iomem *base = miphy_phy->base; in miphy28lp_configure_sata() local
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/
H A Dsub_range.hpp46 > base; typedef in boost::range_detail::sub_range_base
85 typedef sub_range_base<ForwardRange, forward_traversal_tag> base; typedef in boost::range_detail::sub_range_base
112 typedef sub_range_base<ForwardRange, bidirectional_traversal_tag> base; typedef in boost::range_detail::sub_range_base
158 > base; typedef in boost::sub_range
/OK3568_Linux_fs/u-boot/board/micronas/vct/vcth/
H A Dreg_wdt.h9 #define WDT_CR(base) ((base) + WDT_CR_OFFS) argument
11 #define WDT_TORR(base) ((base) + WDT_TORR_OFFS) argument
/OK3568_Linux_fs/u-boot/board/micronas/vct/vctv/
H A Dreg_wdt.h9 #define WDT_CR(base) ((base) + WDT_CR_OFFS) argument
11 #define WDT_TORR(base) ((base) + WDT_TORR_OFFS) argument
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dtimer-owl.c34 static inline void owl_timer_reset(void __iomem *base) in owl_timer_reset()
41 static inline void owl_timer_set_enabled(void __iomem *base, bool enabled) in owl_timer_set_enabled()
83 void __iomem *base = owl_clkevt_base; in owl_timer_set_next_event() local

1...<<11121314151617181920>>...184