/arch/arm/mach-bcmring/include/mach/csp/ |
D | dmacHw_reg.h | 131 #define dmacHw_CHAN_BASE(module, chan) ((dmacHw_CH_REG_t *) ((char *)((module) ? dmacHw_1_… argument 134 #define dmacHw_REG_INT_RAW_BASE(module) ((char *)dmacHw_CHAN_BASE((module), ((module) ? dma… argument 135 #define dmacHw_REG_INT_RAW_TRAN(module) (((dmacHw_INT_RAW_t *) dmacHw_REG_INT_RAW_BASE((mod… argument 136 #define dmacHw_REG_INT_RAW_BLOCK(module) (((dmacHw_INT_RAW_t *) dmacHw_REG_INT_RAW_BASE((mod… argument 137 #define dmacHw_REG_INT_RAW_STRAN(module) (((dmacHw_INT_RAW_t *) dmacHw_REG_INT_RAW_BASE((mod… argument 138 #define dmacHw_REG_INT_RAW_DTRAN(module) (((dmacHw_INT_RAW_t *) dmacHw_REG_INT_RAW_BASE((mod… argument 139 #define dmacHw_REG_INT_RAW_ERROR(module) (((dmacHw_INT_RAW_t *) dmacHw_REG_INT_RAW_BASE((mod… argument 142 #define dmacHw_REG_INT_STAT_BASE(module) ((char *)(dmacHw_REG_INT_RAW_BASE((module)) + sizeo… argument 143 #define dmacHw_REG_INT_STAT_TRAN(module) (((dmacHw_INT_STATUS_t *) dmacHw_REG_INT_STAT_BASE(… argument 144 #define dmacHw_REG_INT_STAT_BLOCK(module) (((dmacHw_INT_STATUS_t *) dmacHw_REG_INT_STAT_BASE(… argument [all …]
|
/arch/arm/mach-bcmring/csp/dmac/ |
D | dmacHw_extra.c | 70 static void DisplayRegisterContents(int module, /* [ IN ] DMA Controller unit (0-1) */ in DisplayRegisterContents() argument 78 module, (uint32_t) (dmacHw_REG_INT_RAW_TRAN(module))); in DisplayRegisterContents() 80 module, (uint32_t) (dmacHw_REG_INT_RAW_BLOCK(module))); in DisplayRegisterContents() 82 module, (uint32_t) (dmacHw_REG_INT_RAW_STRAN(module))); in DisplayRegisterContents() 84 module, (uint32_t) (dmacHw_REG_INT_RAW_DTRAN(module))); in DisplayRegisterContents() 86 module, (uint32_t) (dmacHw_REG_INT_RAW_ERROR(module))); in DisplayRegisterContents() 89 module, (uint32_t) (dmacHw_REG_INT_STAT_TRAN(module))); in DisplayRegisterContents() 91 module, (uint32_t) (dmacHw_REG_INT_STAT_BLOCK(module))); in DisplayRegisterContents() 93 module, (uint32_t) (dmacHw_REG_INT_STAT_STRAN(module))); in DisplayRegisterContents() 95 module, (uint32_t) (dmacHw_REG_INT_STAT_DTRAN(module))); in DisplayRegisterContents() [all …]
|
D | dmacHw.c | 59 (dmacHw_MISC_t *) dmacHw_REG_MISC_BASE(pCblk->module); in GetFifoSize() 120 if (CHANNEL_BUSY(pCblk->module, pCblk->channel)) { in dmacHw_initiateTransfer() 130 dmacHw_REG_LLP(pCblk->module, in dmacHw_initiateTransfer() 136 dmacHw_SET_SAR(pCblk->module, pCblk->channel, in dmacHw_initiateTransfer() 138 dmacHw_SET_DAR(pCblk->module, pCblk->channel, in dmacHw_initiateTransfer() 140 dmacHw_REG_CTL_LO(pCblk->module, in dmacHw_initiateTransfer() 143 dmacHw_REG_CTL_HI(pCblk->module, in dmacHw_initiateTransfer() 197 dmacHw_SET_SAR(pCblk->module, pCblk->channel, pProg->sar); in dmacHw_initiateTransfer() 198 dmacHw_SET_DAR(pCblk->module, pCblk->channel, pProg->dar); in dmacHw_initiateTransfer() 199 dmacHw_SET_LLP(pCblk->module, pCblk->channel, in dmacHw_initiateTransfer() [all …]
|
/arch/avr32/kernel/ |
D | module.c | 22 void module_free(struct module *mod, void *module_region) in module_free() 30 static inline int check_rela(Elf32_Rela *rela, struct module *module, in check_rela() argument 35 info = module->arch.syminfo + ELF32_R_SYM(rela->r_info); in check_rela() 51 info->got_offset = module->arch.got_size; in check_rela() 52 module->arch.got_size += sizeof(void *); in check_rela() 63 char *secstrings, struct module *module) in module_frob_arch_sections() argument 81 printk(KERN_ERR "module %s: no symbol table\n", module->name); in module_frob_arch_sections() 86 module->arch.nsyms = symtab->sh_size / sizeof(Elf_Sym); in module_frob_arch_sections() 87 module->arch.syminfo = vmalloc(module->arch.nsyms in module_frob_arch_sections() 89 if (!module->arch.syminfo) in module_frob_arch_sections() [all …]
|
/arch/arm/mach-omap2/ |
D | cm2xxx_3xxx.h | 21 #define OMAP2420_CM_REGADDR(module, reg) \ argument 22 OMAP2_L4_IO_ADDRESS(OMAP2420_CM_BASE + (module) + (reg)) 23 #define OMAP2430_CM_REGADDR(module, reg) \ argument 24 OMAP2_L4_IO_ADDRESS(OMAP2430_CM_BASE + (module) + (reg)) 25 #define OMAP34XX_CM_REGADDR(module, reg) \ argument 26 OMAP2_L4_IO_ADDRESS(OMAP3430_CM_BASE + (module) + (reg)) 107 extern u32 omap2_cm_read_mod_reg(s16 module, u16 idx); 108 extern void omap2_cm_write_mod_reg(u32 val, s16 module, u16 idx); 109 extern u32 omap2_cm_rmw_mod_reg_bits(u32 mask, u32 bits, s16 module, s16 idx); 113 extern u32 omap2_cm_set_mod_reg_bits(u32 bits, s16 module, s16 idx); [all …]
|
D | prm2xxx_3xxx.c | 49 u32 omap2_prm_read_mod_reg(s16 module, u16 idx) in omap2_prm_read_mod_reg() argument 51 return __raw_readl(prm_base + module + idx); in omap2_prm_read_mod_reg() 54 void omap2_prm_write_mod_reg(u32 val, s16 module, u16 idx) in omap2_prm_write_mod_reg() argument 56 __raw_writel(val, prm_base + module + idx); in omap2_prm_write_mod_reg() 60 u32 omap2_prm_rmw_mod_reg_bits(u32 mask, u32 bits, s16 module, s16 idx) in omap2_prm_rmw_mod_reg_bits() argument 64 v = omap2_prm_read_mod_reg(module, idx); in omap2_prm_rmw_mod_reg_bits() 67 omap2_prm_write_mod_reg(v, module, idx); in omap2_prm_rmw_mod_reg_bits() 84 u32 omap2_prm_set_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_prm_set_mod_reg_bits() argument 86 return omap2_prm_rmw_mod_reg_bits(bits, bits, module, idx); in omap2_prm_set_mod_reg_bits() 89 u32 omap2_prm_clear_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_prm_clear_mod_reg_bits() argument [all …]
|
D | prm2xxx_3xxx.h | 22 #define OMAP2420_PRM_REGADDR(module, reg) \ argument 23 OMAP2_L4_IO_ADDRESS(OMAP2420_PRM_BASE + (module) + (reg)) 24 #define OMAP2430_PRM_REGADDR(module, reg) \ argument 25 OMAP2_L4_IO_ADDRESS(OMAP2430_PRM_BASE + (module) + (reg)) 26 #define OMAP34XX_PRM_REGADDR(module, reg) \ argument 27 OMAP2_L4_IO_ADDRESS(OMAP3430_PRM_BASE + (module) + (reg)) 237 static inline u32 omap2_prm_read_mod_reg(s16 module, u16 idx) in omap2_prm_read_mod_reg() argument 243 static inline void omap2_prm_write_mod_reg(u32 val, s16 module, u16 idx) in omap2_prm_write_mod_reg() argument 249 s16 module, s16 idx) in omap2_prm_rmw_mod_reg_bits() argument 255 static inline u32 omap2_prm_set_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_prm_set_mod_reg_bits() argument [all …]
|
D | cm2xxx_3xxx.c | 42 u32 omap2_cm_read_mod_reg(s16 module, u16 idx) in omap2_cm_read_mod_reg() argument 44 return __raw_readl(cm_base + module + idx); in omap2_cm_read_mod_reg() 47 void omap2_cm_write_mod_reg(u32 val, s16 module, u16 idx) in omap2_cm_write_mod_reg() argument 49 __raw_writel(val, cm_base + module + idx); in omap2_cm_write_mod_reg() 53 u32 omap2_cm_rmw_mod_reg_bits(u32 mask, u32 bits, s16 module, s16 idx) in omap2_cm_rmw_mod_reg_bits() argument 57 v = omap2_cm_read_mod_reg(module, idx); in omap2_cm_rmw_mod_reg_bits() 60 omap2_cm_write_mod_reg(v, module, idx); in omap2_cm_rmw_mod_reg_bits() 65 u32 omap2_cm_set_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_cm_set_mod_reg_bits() argument 67 return omap2_cm_rmw_mod_reg_bits(bits, bits, module, idx); in omap2_cm_set_mod_reg_bits() 70 u32 omap2_cm_clear_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_cm_clear_mod_reg_bits() argument [all …]
|
D | pm34xx.c | 173 static int prcm_clear_mod_irqs(s16 module, u8 regs, u32 ignore_bits) in prcm_clear_mod_irqs() argument 183 wkst = omap2_prm_read_mod_reg(module, wkst_off); in prcm_clear_mod_irqs() 184 wkst &= omap2_prm_read_mod_reg(module, grpsel_off); in prcm_clear_mod_irqs() 187 iclk = omap2_cm_read_mod_reg(module, iclk_off); in prcm_clear_mod_irqs() 188 fclk = omap2_cm_read_mod_reg(module, fclk_off); in prcm_clear_mod_irqs() 191 omap2_cm_set_mod_reg_bits(clken, module, iclk_off); in prcm_clear_mod_irqs() 196 if (module == OMAP3430ES2_USBHOST_MOD) in prcm_clear_mod_irqs() 198 omap2_cm_set_mod_reg_bits(clken, module, fclk_off); in prcm_clear_mod_irqs() 199 omap2_prm_write_mod_reg(wkst, module, wkst_off); in prcm_clear_mod_irqs() 200 wkst = omap2_prm_read_mod_reg(module, wkst_off); in prcm_clear_mod_irqs() [all …]
|
/arch/arm/mach-davinci/include/mach/ |
D | mmc.h | 13 int (*get_cd)(int module); 14 int (*get_ro)(int module); 16 void (*set_power)(int module, bool on); 32 void davinci_setup_mmc(int module, struct davinci_mmc_config *config);
|
/arch/arm/plat-mxc/include/mach/ |
D | hardware.h | 28 #define IMX_IO_P2V_MODULE(addr, module) \ argument 29 (((addr) - module ## _BASE_ADDR) < module ## _SIZE ? \ 30 (addr) - (module ## _BASE_ADDR) + (module ## _BASE_ADDR_VIRT) : 0)
|
/arch/mips/kernel/ |
D | module.c | 56 static int apply_r_mips_none(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_none() 61 static int apply_r_mips_32_rel(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_32_rel() 68 static int apply_r_mips_32_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_32_rela() 75 static int apply_r_mips_26_rel(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_26_rel() 96 static int apply_r_mips_26_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_26_rela() 116 static int apply_r_mips_hi16_rel(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_hi16_rel() 137 static int apply_r_mips_hi16_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_hi16_rela() 145 static int apply_r_mips_lo16_rel(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_lo16_rel() 209 static int apply_r_mips_lo16_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_lo16_rela() 216 static int apply_r_mips_64_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_64_rela() [all …]
|
/arch/mips/lantiq/xway/ |
D | pmu.c | 35 void ltq_pmu_enable(unsigned int module) in ltq_pmu_enable() argument 39 ltq_pmu_w32(ltq_pmu_r32(LTQ_PMU_PWDCR) & ~module, LTQ_PMU_PWDCR); in ltq_pmu_enable() 40 do {} while (--err && (ltq_pmu_r32(LTQ_PMU_PWDSR) & module)); in ltq_pmu_enable() 47 void ltq_pmu_disable(unsigned int module) in ltq_pmu_disable() argument 49 ltq_pmu_w32(ltq_pmu_r32(LTQ_PMU_PWDCR) | module, LTQ_PMU_PWDCR); in ltq_pmu_disable()
|
/arch/unicore32/kernel/ |
D | module.c | 42 unsigned int relindex, struct module *module) in apply_relocate() argument 60 module->name, relindex, i); in apply_relocate() 70 module->name, relindex, i, rel->r_offset, in apply_relocate() 99 "%d reloc %d sym '%s'\n", module->name, in apply_relocate() 112 module->name, ELF32_R_TYPE(rel->r_info)); in apply_relocate()
|
/arch/microblaze/kernel/ |
D | module.c | 22 unsigned int symindex, unsigned int relsec, struct module *module) in apply_relocate_add() argument 113 module->name, in apply_relocate_add() 122 struct module *module) in module_finalize() argument
|
/arch/hexagon/kernel/ |
D | module.c | 42 struct module *mod) in module_frob_arch_sections() 82 struct module *module) in apply_relocate_add() argument 120 module->name, in apply_relocate_add() 152 module->name); in apply_relocate_add() 156 module->name, in apply_relocate_add()
|
/arch/x86/include/asm/ |
D | alternative.h | 56 struct module; 59 extern void alternatives_smp_module_add(struct module *mod, char *name, 62 extern void alternatives_smp_module_del(struct module *mod); 67 static inline void alternatives_smp_module_add(struct module *mod, char *name, in alternatives_smp_module_add() 70 static inline void alternatives_smp_module_del(struct module *mod) {} in alternatives_smp_module_del()
|
/arch/x86/kvm/ |
D | Kconfig | 45 This module provides access to the hardware capabilities through 48 To compile this as a module, choose M here: the module 62 To compile this as a module, choose M here: the module 72 To compile this as a module, choose M here: the module 79 This option adds a R/W kVM module parameter 'mmu_audit', which allows
|
/arch/powerpc/kernel/ |
D | module_32.c | 153 struct module *me) in module_frob_arch_sections() 189 struct module *mod) in do_plt_call() 220 struct module *module) in apply_relocate_add() argument 269 sechdrs, module); in apply_relocate_add() 296 module->name, in apply_relocate_add() 302 module->arch.tramp = in apply_relocate_add() 303 do_plt_call(module->module_core, in apply_relocate_add() 305 sechdrs, module); in apply_relocate_add()
|
/arch/arm/kernel/ |
D | module.c | 50 unsigned int relindex, struct module *module) in apply_relocate() argument 70 module->name, relindex, i); in apply_relocate() 79 module->name, relindex, i, symname, in apply_relocate() 107 module->name, relindex, i, symname, in apply_relocate() 192 module->name, relindex, i, symname, in apply_relocate() 243 module->name, ELF32_R_TYPE(rel->r_info)); in apply_relocate() 272 struct module *mod) in module_finalize() 335 module_arch_cleanup(struct module *mod) in module_arch_cleanup()
|
/arch/m68k/include/asm/ |
D | module.h | 35 struct module; 36 extern void module_fixup(struct module *mod, struct m68k_fixup_info *start,
|
/arch/m68k/kernel/ |
D | module.c | 26 struct module *me) in apply_relocate() 66 struct module *me) in apply_relocate_add() 104 struct module *mod) in module_finalize() 112 void module_fixup(struct module *mod, struct m68k_fixup_info *start, in module_fixup()
|
/arch/tile/kvm/ |
D | Kconfig | 27 This module provides access to the hardware capabilities through 30 To compile this as a module, choose M here: the module
|
/arch/arm/mach-integrator/ |
D | Kconfig | 32 The IM-PD1 is an add-on logic module for the Integrator which 36 To compile this driver as a module, choose M here: the 37 module will be called impd1.
|
/arch/sh/kernel/ |
D | module.c | 41 struct module *me) in apply_relocate_add() 114 struct module *me) in module_finalize() 123 void module_arch_cleanup(struct module *mod) in module_arch_cleanup()
|