| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | irq-sirfsoc.c | 36 static __init void sirfsoc_alloc_gc(void __iomem *base) in sirfsoc_alloc_gc() 60 void __iomem *base = sirfsoc_irq_get_regbase(); in sirfsoc_handle_irq() local 70 void __iomem *base = of_iomap(np, 0); in sirfsoc_irq_init() local 101 void __iomem *base = sirfsoc_irq_get_regbase(); in sirfsoc_irq_suspend() local 113 void __iomem *base = sirfsoc_irq_get_regbase(); in sirfsoc_irq_resume() local
|
| H A D | irq-vt8500.c | 62 void __iomem *base; /* IO Memory base address */ member 73 void __iomem *base = priv->base; in vt8500_irq_mask() local 94 void __iomem *base = priv->base; in vt8500_irq_unmask() local 105 void __iomem *base = priv->base; in vt8500_irq_set_type() local 140 static void __init vt8500_init_irq_hw(void __iomem *base) in vt8500_init_irq_hw() 170 void __iomem *base; in vt8500_handle_irq() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
| H A D | dmanv40.c | 59 nv40_fifo_dma_engine_fini(struct nvkm_fifo_chan *base, in nv40_fifo_dma_engine_fini() 89 nv40_fifo_dma_engine_init(struct nvkm_fifo_chan *base, in nv40_fifo_dma_engine_init() 120 nv40_fifo_dma_engine_dtor(struct nvkm_fifo_chan *base, in nv40_fifo_dma_engine_dtor() 128 nv40_fifo_dma_engine_ctor(struct nvkm_fifo_chan *base, in nv40_fifo_dma_engine_ctor() 143 nv40_fifo_dma_object_ctor(struct nvkm_fifo_chan *base, in nv40_fifo_dma_object_ctor() 183 nv40_fifo_dma_new(struct nvkm_fifo *base, const struct nvkm_oclass *oclass, in nv40_fifo_dma_new()
|
| H A D | gpfifogk104.c | 98 gk104_fifo_gpfifo_engine_fini(struct nvkm_fifo_chan *base, in gk104_fifo_gpfifo_engine_fini() 125 gk104_fifo_gpfifo_engine_init(struct nvkm_fifo_chan *base, in gk104_fifo_gpfifo_engine_init() 150 gk104_fifo_gpfifo_engine_dtor(struct nvkm_fifo_chan *base, in gk104_fifo_gpfifo_engine_dtor() 159 gk104_fifo_gpfifo_engine_ctor(struct nvkm_fifo_chan *base, in gk104_fifo_gpfifo_engine_ctor() 184 gk104_fifo_gpfifo_fini(struct nvkm_fifo_chan *base) in gk104_fifo_gpfifo_fini() 202 gk104_fifo_gpfifo_init(struct nvkm_fifo_chan *base) in gk104_fifo_gpfifo_init() 222 gk104_fifo_gpfifo_dtor(struct nvkm_fifo_chan *base) in gk104_fifo_gpfifo_dtor()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | mtrr.h | 62 static inline int mtrr_add(unsigned long base, unsigned long size, in mtrr_add() 67 static inline int mtrr_add_page(unsigned long base, unsigned long size, in mtrr_add_page() 72 static inline int mtrr_del(int reg, unsigned long base, unsigned long size) in mtrr_del() 76 static inline int mtrr_del_page(int reg, unsigned long base, unsigned long size) in mtrr_del_page() 102 compat_ulong_t base; /* Base address */ member 109 compat_uint_t base; /* Base address */ member
|
| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | serial_bcm6345.c | 86 void __iomem *base; member 91 static void bcm6345_serial_enable(void __iomem *base) in bcm6345_serial_enable() 98 static void bcm6345_serial_disable(void __iomem *base) in bcm6345_serial_disable() 105 static void bcm6345_serial_flush(void __iomem *base) in bcm6345_serial_flush() 115 static int bcm6345_serial_init(void __iomem *base, ulong clk, u32 baudrate) in bcm6345_serial_init() 278 void __iomem *base = (void __iomem *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init() local 283 static inline void wait_xfered(void __iomem *base) in wait_xfered() 294 void __iomem *base = (void __iomem *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc() local
|
| H A D | serial_linflexuart.c | 42 static void _linflex_serial_setbrg(struct linflex_fsl *base, int baudrate) in _linflex_serial_setbrg() 57 static int _linflex_serial_getc(struct linflex_fsl *base) in _linflex_serial_getc() 73 static int _linflex_serial_putc(struct linflex_fsl *base, const char c) in _linflex_serial_putc() 90 static int _linflex_serial_init(struct linflex_fsl *base) in _linflex_serial_init() 208 struct linflex_fsl *base = (struct linflex_fsl *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init() local 215 struct linflex_fsl *base = (struct linflex_fsl *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc() local
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | stpmic1_regulator.c | 197 #define REG_LDO(ids, base) { \ argument 217 #define REG_LDO3(ids, base) { \ argument 241 #define REG_LDO4(ids, base) { \ argument 259 #define REG_BUCK(ids, base) { \ argument 282 #define REG_VREF_DDR(ids, base) { \ argument 299 #define REG_BOOST(ids, base) { \ argument 316 #define REG_VBUS_OTG(ids, base) { \ argument 336 #define REG_SW_OUT(ids, base) { \ argument
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-pic32.c | 101 void __iomem *base = pdata->reg_base; in pic32_rtc_setaie() local 119 void __iomem *base = pdata->reg_base; in pic32_rtc_setfreq() local 135 void __iomem *base = pdata->reg_base; in pic32_rtc_gettime() local 174 void __iomem *base = pdata->reg_base; in pic32_rtc_settime() local 194 void __iomem *base = pdata->reg_base; in pic32_rtc_getalarm() local 226 void __iomem *base = pdata->reg_base; in pic32_rtc_setalarm() local 243 void __iomem *base = pdata->reg_base; in pic32_rtc_proc() local 267 void __iomem *base = pdata->reg_base; in pic32_rtc_enable() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dsi/phy/ |
| H A D | dsi_phy_28nm.c | 12 void __iomem *base = phy->base; in dsi_28nm_dphy_set_timing() local 44 void __iomem *base = phy->reg_base; in dsi_28nm_phy_regulator_enable_dcdc() local 59 void __iomem *base = phy->reg_base; in dsi_28nm_phy_regulator_enable_ldo() local 94 void __iomem *base = phy->base; in dsi_28nm_phy_enable() local
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/support/musl/ |
| H A D | xlocale.h | 28 static inline long long strtoll_l(const char *nptr, char **endptr, int base, in strtoll_l() 34 int base, locale_t) { in strtoull_l() 39 int base, locale_t) { in wcstoll_l() 44 wchar_t **endptr, int base, in wcstoull_l()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/support/musl/ |
| H A D | xlocale.h | 28 static inline long long strtoll_l(const char *nptr, char **endptr, int base, in strtoll_l() 34 int base, locale_t) { in strtoull_l() 39 int base, locale_t) { in wcstoll_l() 44 wchar_t **endptr, int base, in wcstoull_l()
|
| /OK3568_Linux_fs/kernel/arch/c6x/platforms/ |
| H A D | dscr.c | 104 void __iomem *base; member 282 void __iomem *base) in dscr_parse_devstat() 294 void __iomem *base) in dscr_parse_silicon_rev() 325 void __iomem *base) in dscr_parse_mac_fuse() 344 void __iomem *base) in dscr_parse_rmii_resets() 366 void __iomem *base) in dscr_parse_privperm() 394 void __iomem *base) in dscr_parse_locked_regs() 429 void __iomem *base) in dscr_parse_kick_regs() 467 void __iomem *base) in dscr_parse_devstate_ctl_regs() 523 void __iomem *base) in dscr_parse_devstate_stat_regs() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/power/regulator/ |
| H A D | pfuze100.c | 52 #define PFUZE100_FIXED_REG(_name, base, vol) \ argument 59 #define PFUZE100_SW_REG(_name, base, step) \ argument 70 #define PFUZE100_SWB_REG(_name, base, mask, step, voltages) \ argument 80 #define PFUZE100_SNVS_REG(_name, base, mask, voltages) \ argument 89 #define PFUZE100_VGEN_REG(_name, base, step) \ argument 100 #define PFUZE3000_VCC_REG(_name, base, step) \ argument 111 #define PFUZE3000_SW1_REG(_name, base, step) \ argument 122 #define PFUZE3000_SW2_REG(_name, base, step) \ argument 133 #define PFUZE3000_SW3_REG(_name, base, step) \ argument
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mtrr/ |
| H A D | mtrr.c | 230 set_mtrr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type) in set_mtrr() 241 static void set_mtrr_cpuslocked(unsigned int reg, unsigned long base, in set_mtrr_cpuslocked() 253 static void set_mtrr_from_inactive_cpu(unsigned int reg, unsigned long base, in set_mtrr_from_inactive_cpu() 301 int mtrr_add_page(unsigned long base, unsigned long size, in mtrr_add_page() 407 static int mtrr_check(unsigned long base, unsigned long size) in mtrr_check() 453 int mtrr_add(unsigned long base, unsigned long size, unsigned int type, in mtrr_add() 478 int mtrr_del_page(int reg, unsigned long base, unsigned long size) in mtrr_del_page() 543 int mtrr_del(int reg, unsigned long base, unsigned long size) in mtrr_del() 567 int arch_phys_wc_add(unsigned long base, unsigned long size) in arch_phys_wc_add()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | sunxi.c | 97 static void USBC_EnableIdPullUp(__iomem void *base) in USBC_EnableIdPullUp() 107 static void USBC_EnableDpDmPullUp(__iomem void *base) in USBC_EnableDpDmPullUp() 117 static void USBC_ForceIdToLow(__iomem void *base) in USBC_ForceIdToLow() 128 static void USBC_ForceIdToHigh(__iomem void *base) in USBC_ForceIdToHigh() 139 static void USBC_ForceVbusValidToLow(__iomem void *base) in USBC_ForceVbusValidToLow() 150 static void USBC_ForceVbusValidToHigh(__iomem void *base) in USBC_ForceVbusValidToHigh() 323 void *base = dev_read_addr_ptr(dev); in musb_usb_probe() local
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | pata_bk3710.c | 67 static void pata_bk3710_setudmamode(void __iomem *base, unsigned int dev, in pata_bk3710_setudmamode() 101 static void pata_bk3710_setmwdmamode(void __iomem *base, unsigned int dev, in pata_bk3710_setmwdmamode() 136 void __iomem *base = (void __iomem *)ap->ioaddr.bmdma_addr; in pata_bk3710_set_dmamode() local 149 static void pata_bk3710_setpiomode(void __iomem *base, struct ata_device *pair, in pata_bk3710_setpiomode() 201 void __iomem *base = (void __iomem *)ap->ioaddr.bmdma_addr; in pata_bk3710_set_piomode() local 226 static void pata_bk3710_chipinit(void __iomem *base) in pata_bk3710_chipinit() 297 void __iomem *base; in pata_bk3710_probe() local
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | nsp32.c | 445 unsigned int base = SCpnt->device->host->io_port; in nsp32_selection_autopara() local 576 unsigned int base = SCpnt->device->host->io_port; in nsp32_selection_autoscsi() local 748 static int nsp32_arbitration(struct scsi_cmnd *SCpnt, unsigned int base) in nsp32_arbitration() 801 unsigned int base = SCpnt->device->host->io_port; in nsp32_reselection() local 1043 unsigned int base = data->BaseAddress; in DEF_SCSI_QCMD() local 1151 unsigned int base = data->BaseAddress; in do_nsp32_isr() local 1437 unsigned int base; in nsp32_show_info() local 1513 unsigned int base = SCpnt->device->host->io_port; in nsp32_scsi_done() local 1551 unsigned int base = SCpnt->device->host->io_port; in nsp32_busfree_occur() local 1782 unsigned int base = SCpnt->device->host->io_port; in nsp32_msgout_occur() local [all …]
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | memblock.c | 187 static inline phys_addr_t memblock_cap_size(phys_addr_t base, phys_addr_t *size) in memblock_cap_size() 202 phys_addr_t base, phys_addr_t size) in memblock_overlaps_region() 561 int idx, phys_addr_t base, in memblock_insert_region() 595 phys_addr_t base, phys_addr_t size, in memblock_add_range() 692 int __init_memblock memblock_add_node(phys_addr_t base, phys_addr_t size, in memblock_add_node() 709 int __init_memblock memblock_add(phys_addr_t base, phys_addr_t size) in memblock_add() 736 phys_addr_t base, phys_addr_t size, in memblock_isolate_range() 796 phys_addr_t base, phys_addr_t size) in memblock_remove_range() 810 int __init_memblock memblock_remove(phys_addr_t base, phys_addr_t size) in memblock_remove() 828 int __init_memblock memblock_free(phys_addr_t base, phys_addr_t size) in memblock_free() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-f7188x.c | 85 static inline int superio_inb(int base, int reg) in superio_inb() 91 static int superio_inw(int base, int reg) in superio_inw() 103 static inline void superio_outb(int base, int reg, int val) in superio_outb() 109 static inline int superio_enter(int base) in superio_enter() 124 static inline void superio_select(int base, int ld) in superio_select() 130 static inline void superio_exit(int base) in superio_exit() 167 #define gpio_dir(base) (base + 0) argument 168 #define gpio_data_out(base) (base + 1) argument 169 #define gpio_data_in(base) (base + 2) argument 171 #define gpio_out_mode(base) (base + 3) argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_kms.h | 23 struct drm_plane base; member 44 struct drm_plane_state base; member 57 struct drm_writeback_connector base; member 68 struct drm_crtc base; member 94 struct drm_crtc_state base; member 120 struct drm_device base; member
|
| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A D | timer-fsl-ftm.c | 48 static inline void ftm_counter_enable(void __iomem *base) in ftm_counter_enable() 59 static inline void ftm_counter_disable(void __iomem *base) in ftm_counter_disable() 69 static inline void ftm_irq_acknowledge(void __iomem *base) in ftm_irq_acknowledge() 78 static inline void ftm_irq_enable(void __iomem *base) in ftm_irq_enable() 87 static inline void ftm_irq_disable(void __iomem *base) in ftm_irq_disable() 96 static inline void ftm_reset_counter(void __iomem *base) in ftm_reset_counter()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | btext.c | 146 unsigned long base, offset, size; in btext_map() local 255 unsigned char *base; in calc_base() local 297 unsigned int *base = (unsigned int *)calc_base(0, 0); in btext_clearscreen() local 315 unsigned int *base = (unsigned int *)calc_base(0, 0); in btext_flushscreen() local 334 unsigned int *base = (unsigned int *)calc_base(0, g_loc_Y << 4); in btext_flushline() local 411 static void draw_byte_32(unsigned char *font, unsigned int *base, int rb) in draw_byte_32() 432 static inline void draw_byte_16(unsigned char *font, unsigned int *base, int rb) in draw_byte_16() 450 static inline void draw_byte_8(unsigned char *font, unsigned int *base, int rb) in draw_byte_8() 468 unsigned char *base = calc_base(locX << 3, locY << 4); in draw_byte() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| H A D | nv50.c | 52 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() 368 nv50_clk_calc(struct nvkm_clk *base, struct nvkm_cstate *cstate) in nv50_clk_calc() 495 nv50_clk_prog(struct nvkm_clk *base) in nv50_clk_prog() 502 nv50_clk_tidy(struct nvkm_clk *base) in nv50_clk_tidy()
|