/arch/x86/crypto/sha256-mb/ |
D | sha256_mb_mgr_flush_avx2.S | 98 offset = \_offset define 115 offset = (_ldata + 1 * _LANE_DATA_size + _job_in_lane) define 118 offset = (_ldata + 2 * _LANE_DATA_size + _job_in_lane) define 121 offset = (_ldata + 3 * _LANE_DATA_size + _job_in_lane) define 124 offset = (_ldata + 4 * _LANE_DATA_size + _job_in_lane) define 127 offset = (_ldata + 5 * _LANE_DATA_size + _job_in_lane) define 130 offset = (_ldata + 6 * _LANE_DATA_size + _job_in_lane) define 133 offset = (_ldata + 7 * _LANE_DATA_size + _job_in_lane) define 139 offset = (_args + _data_ptr) define 144 offset = (_ldata + I * _LANE_DATA_size + _job_in_lane) define [all …]
|
/arch/x86/crypto/sha1-mb/ |
D | sha1_mb_mgr_flush_avx2.S | 100 offset = \_offset define 117 offset = (_ldata + 1 * _LANE_DATA_size + _job_in_lane) define 120 offset = (_ldata + 2 * _LANE_DATA_size + _job_in_lane) define 123 offset = (_ldata + 3 * _LANE_DATA_size + _job_in_lane) define 126 offset = (_ldata + 4 * _LANE_DATA_size + _job_in_lane) define 129 offset = (_ldata + 5 * _LANE_DATA_size + _job_in_lane) define 132 offset = (_ldata + 6 * _LANE_DATA_size + _job_in_lane) define 135 offset = (_ldata + 7 * _LANE_DATA_size + _job_in_lane) define 141 offset = (_args + _data_ptr) define 146 offset = (_ldata + I * _LANE_DATA_size + _job_in_lane) define [all …]
|
/arch/mips/boot/compressed/ |
D | uart-16550.c | 12 #define PORT(offset) (CKSEG1ADDR(UART_BASE) + (offset)) argument 17 #define PORT(offset) (CKSEG1ADDR(AR7_REGS_UART0) + (4 * offset)) argument 22 #define PORT(offset) (CKSEG1ADDR(JZ4740_UART0_BASE_ADDR) + (4 * offset)) argument 27 #define PORT(offset) (CKSEG1ADDR(UART0_BASE) + (4 * offset)) argument 33 #define PORT(offset) (CKSEG1ADDR(UART0_BASE) + (4 * offset)) argument 45 static inline unsigned int serial_in(int offset) in serial_in() 50 static inline void serial_out(int offset, int value) in serial_out()
|
/arch/mips/include/asm/octeon/ |
D | cvmx-pexp-defs.h | 31 #define CVMX_PEXP_NPEI_BAR1_INDEXX(offset) (CVMX_ADD_IO_SEG(0x00011F0000008000ull) + ((offset) & 31… argument 43 #define CVMX_PEXP_NPEI_DMAX_COUNTS(offset) (CVMX_ADD_IO_SEG(0x00011F0000008450ull) + ((offset) & 7)… argument 44 #define CVMX_PEXP_NPEI_DMAX_DBELL(offset) (CVMX_ADD_IO_SEG(0x00011F00000083B0ull) + ((offset) & 7) … argument 45 #define CVMX_PEXP_NPEI_DMAX_IBUFF_SADDR(offset) (CVMX_ADD_IO_SEG(0x00011F0000008400ull) + ((offset)… argument 46 #define CVMX_PEXP_NPEI_DMAX_NADDR(offset) (CVMX_ADD_IO_SEG(0x00011F00000084A0ull) + ((offset) & 7) … argument 68 #define CVMX_PEXP_NPEI_MEM_ACCESS_SUBIDX(offset) (CVMX_ADD_IO_SEG(0x00011F0000008280ull) + ((offset… argument 92 #define CVMX_PEXP_NPEI_PKTX_CNTS(offset) (CVMX_ADD_IO_SEG(0x00011F000000A400ull) + ((offset) & 31) … argument 93 #define CVMX_PEXP_NPEI_PKTX_INSTR_BADDR(offset) (CVMX_ADD_IO_SEG(0x00011F000000A800ull) + ((offset)… argument 94 #define CVMX_PEXP_NPEI_PKTX_INSTR_BAOFF_DBELL(offset) (CVMX_ADD_IO_SEG(0x00011F000000AC00ull) + ((o… argument 95 #define CVMX_PEXP_NPEI_PKTX_INSTR_FIFO_RSIZE(offset) (CVMX_ADD_IO_SEG(0x00011F000000B000ull) + ((of… argument [all …]
|
D | cvmx-asm.h | 93 #define CVMX_PREPARE_FOR_STORE(address, offset) \ argument 101 #define CVMX_DONT_WRITE_BACK(address, offset) \ argument 117 #define CVMX_CACHE(op, address, offset) \ argument 121 #define CVMX_CACHE_LCKL2(address, offset) CVMX_CACHE(31, address, offset) argument 123 #define CVMX_CACHE_WBIL2(address, offset) CVMX_CACHE(23, address, offset) argument 125 #define CVMX_CACHE_WBIL2I(address, offset) CVMX_CACHE(3, address, offset) argument 127 #define CVMX_CACHE_LTGL2I(address, offset) CVMX_CACHE(7, address, offset) argument
|
/arch/x86/include/asm/numachip/ |
D | numachip_csr.h | 39 static inline void *lcsr_address(unsigned long offset) in lcsr_address() 45 static inline unsigned int read_lcsr(unsigned long offset) in read_lcsr() 50 static inline void write_lcsr(unsigned long offset, unsigned int val) in write_lcsr() 67 static inline void __iomem *numachip2_lcsr_address(unsigned long offset) in numachip2_lcsr_address() 73 static inline u32 numachip2_read32_lcsr(unsigned long offset) in numachip2_read32_lcsr() 78 static inline u64 numachip2_read64_lcsr(unsigned long offset) in numachip2_read64_lcsr() 83 static inline void numachip2_write32_lcsr(unsigned long offset, u32 val) in numachip2_write32_lcsr() 88 static inline void numachip2_write64_lcsr(unsigned long offset, u64 val) in numachip2_write64_lcsr()
|
/arch/mips/alchemy/common/ |
D | gpiolib.c | 41 static int gpio2_get(struct gpio_chip *chip, unsigned offset) in gpio2_get() 46 static void gpio2_set(struct gpio_chip *chip, unsigned offset, int value) in gpio2_set() 51 static int gpio2_direction_input(struct gpio_chip *chip, unsigned offset) in gpio2_direction_input() 56 static int gpio2_direction_output(struct gpio_chip *chip, unsigned offset, in gpio2_direction_output() 63 static int gpio2_to_irq(struct gpio_chip *chip, unsigned offset) in gpio2_to_irq() 69 static int gpio1_get(struct gpio_chip *chip, unsigned offset) in gpio1_get() 75 unsigned offset, int value) in gpio1_set() 80 static int gpio1_direction_input(struct gpio_chip *chip, unsigned offset) in gpio1_direction_input() 86 unsigned offset, int value) in gpio1_direction_output() 92 static int gpio1_to_irq(struct gpio_chip *chip, unsigned offset) in gpio1_to_irq()
|
/arch/x86/crypto/sha512-mb/ |
D | sha512_mb_mgr_flush_avx2.S | 104 offset = \_offset define 121 offset = (_ldata + 1*_LANE_DATA_size + _job_in_lane) define 124 offset = (_ldata + 2*_LANE_DATA_size + _job_in_lane) define 127 offset = (_ldata + 3*_LANE_DATA_size + _job_in_lane) define 133 offset = (_args + _data_ptr) define 138 offset = (_ldata + I * _LANE_DATA_size + _job_in_lane) define 142 offset = (_args + _data_ptr + 8*I) define 144 offset = (_lens + 8*I +4) define
|
/arch/mips/kernel/ |
D | gpio_txx9.c | 22 static int txx9_gpio_get(struct gpio_chip *chip, unsigned int offset) in txx9_gpio_get() 27 static void txx9_gpio_set_raw(unsigned int offset, int value) in txx9_gpio_set_raw() 38 static void txx9_gpio_set(struct gpio_chip *chip, unsigned int offset, in txx9_gpio_set() 48 static int txx9_gpio_dir_in(struct gpio_chip *chip, unsigned int offset) in txx9_gpio_dir_in() 59 static int txx9_gpio_dir_out(struct gpio_chip *chip, unsigned int offset, in txx9_gpio_dir_out()
|
D | relocate.c | 61 static int __init apply_r_mips_64_rel(u32 *loc_orig, u32 *loc_new, long offset) in apply_r_mips_64_rel() 68 static int __init apply_r_mips_32_rel(u32 *loc_orig, u32 *loc_new, long offset) in apply_r_mips_32_rel() 75 static int __init apply_r_mips_26_rel(u32 *loc_orig, u32 *loc_new, long offset) in apply_r_mips_26_rel() 105 static int __init apply_r_mips_hi16_rel(u32 *loc_orig, u32 *loc_new, long offset) in apply_r_mips_hi16_rel() 123 int __init do_relocations(void *kbase_old, void *kbase_new, long offset) in do_relocations() 160 static int __init relocate_exception_table(long offset) in relocate_exception_table() 244 unsigned long offset; in determine_relocation_address() local 290 long offset = 0; in relocate_kernel() local 356 unsigned long offset; in show_kernel_relocation() local
|
/arch/m68k/coldfire/ |
D | gpio.c | 117 static int mcfgpio_direction_input(struct gpio_chip *chip, unsigned offset) in mcfgpio_direction_input() 122 static int mcfgpio_get_value(struct gpio_chip *chip, unsigned offset) in mcfgpio_get_value() 127 static int mcfgpio_direction_output(struct gpio_chip *chip, unsigned offset, in mcfgpio_direction_output() 133 static void mcfgpio_set_value(struct gpio_chip *chip, unsigned offset, in mcfgpio_set_value() 139 static int mcfgpio_request(struct gpio_chip *chip, unsigned offset) in mcfgpio_request() 144 static void mcfgpio_free(struct gpio_chip *chip, unsigned offset) in mcfgpio_free() 149 static int mcfgpio_to_irq(struct gpio_chip *chip, unsigned offset) in mcfgpio_to_irq()
|
/arch/powerpc/platforms/cell/spufs/ |
D | spu_restore.c | 83 unsigned int offset; in restore_decr() local 103 unsigned int offset; in write_ppu_mb() local 117 unsigned int offset; in write_ppuint_mb() local 131 unsigned int offset; in restore_fpcr() local 145 unsigned int offset; in restore_srr0() local 158 unsigned int offset; in restore_event_mask() local 171 unsigned int offset; in restore_tag_mask() local 186 unsigned int offset; in restore_complete() local
|
D | spu_save.c | 41 unsigned int offset; in save_event_mask() local 52 unsigned int offset; in save_tag_mask() local 84 unsigned int offset; in save_fpcr() local 96 unsigned int offset; in save_decr() local 108 unsigned int offset; in save_srr0() local
|
/arch/sh/include/asm/ |
D | io_trapped.h | 31 __ioremap_trapped(unsigned long offset, unsigned long size) in __ioremap_trapped() 36 #define __ioremap_trapped(offset, size) NULL argument 43 __ioport_map_trapped(unsigned long offset, unsigned long size) in __ioport_map_trapped() 48 #define __ioport_map_trapped(offset, size) NULL argument 54 #define __ioremap_trapped(offset, size) NULL argument 55 #define __ioport_map_trapped(offset, size) NULL argument
|
/arch/avr32/mach-at32ap/ |
D | hmatrix.c | 16 static inline void __hmatrix_write_reg(unsigned long offset, u32 value) in __hmatrix_write_reg() 21 static inline u32 __hmatrix_read_reg(unsigned long offset) in __hmatrix_read_reg() 31 void hmatrix_write_reg(unsigned long offset, u32 value) in hmatrix_write_reg() 45 u32 hmatrix_read_reg(unsigned long offset) in hmatrix_read_reg()
|
/arch/unicore32/kernel/ |
D | gpio.c | 55 static int puv3_gpio_get(struct gpio_chip *chip, unsigned offset) in puv3_gpio_get() 60 static void puv3_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in puv3_gpio_set() 68 static int puv3_direction_input(struct gpio_chip *chip, unsigned offset) in puv3_direction_input() 78 static int puv3_direction_output(struct gpio_chip *chip, unsigned offset, in puv3_direction_output()
|
/arch/mips/loongson64/common/ |
D | early_printk.c | 16 #define PORT(base, offset) (u8 *)(base + offset) argument 18 static inline unsigned int serial_in(unsigned char *base, int offset) in serial_in() 23 static inline void serial_out(unsigned char *base, int offset, int value) in serial_out()
|
/arch/mips/rb532/ |
D | gpio.c | 61 unsigned offset, void __iomem *ioaddr) in rb532_set_bit() 80 static inline int rb532_get_bit(unsigned offset, void __iomem *ioaddr) in rb532_get_bit() 87 static int rb532_gpio_get(struct gpio_chip *chip, unsigned offset) in rb532_gpio_get() 99 unsigned offset, int value) in rb532_gpio_set() 110 static int rb532_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in rb532_gpio_direction_input() 127 unsigned offset, int value) in rb532_gpio_direction_output()
|
/arch/s390/pci/ |
D | pci_insn.c | 17 static inline void zpci_err_insn(u8 cc, u8 status, u64 req, u64 offset) in zpci_err_insn() 21 u64 offset; in zpci_err_insn() member 106 static inline int ____pcilg(u64 *data, u64 req, u64 offset, u8 *status) in ____pcilg() 127 static inline int __pcilg(u64 *data, u64 req, u64 offset, u8 *status) in __pcilg() 139 int zpci_load(u64 *data, u64 req, u64 offset) in zpci_load() 158 static inline int __pcistg(u64 data, u64 req, u64 offset, u8 *status) in __pcistg() 177 int zpci_store(u64 data, u64 req, u64 offset) in zpci_store() 196 static inline int __pcistb(const u64 *data, u64 req, u64 offset, u8 *status) in __pcistb() 213 int zpci_store_block(const u64 *data, u64 req, u64 offset) in zpci_store_block()
|
/arch/x86/pci/ |
D | early.c | 10 u32 read_pci_config(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config() 18 u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config_byte() 26 u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config_16() 34 void write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, in write_pci_config() 41 void write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val) in write_pci_config_byte() 47 void write_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset, u16 val) in write_pci_config_16()
|
/arch/ia64/include/asm/uv/ |
D | uv_hub.h | 172 static inline void *uv_pnode_offset_to_vaddr(int pnode, unsigned long offset) in uv_pnode_offset_to_vaddr() 183 unsigned long offset) in uv_global_mmr32_address() 189 static inline void uv_write_global_mmr32(int pnode, unsigned long offset, in uv_write_global_mmr32() 196 unsigned long offset) in uv_read_global_mmr32() 206 unsigned long offset) in uv_global_mmr64_address() 212 static inline void uv_write_global_mmr64(int pnode, unsigned long offset, in uv_write_global_mmr64() 219 unsigned long offset) in uv_read_global_mmr64() 228 static inline unsigned long *uv_local_mmr_address(unsigned long offset) in uv_local_mmr_address() 233 static inline unsigned long uv_read_local_mmr(unsigned long offset) in uv_read_local_mmr() 238 static inline void uv_write_local_mmr(unsigned long offset, unsigned long val) in uv_write_local_mmr()
|
/arch/powerpc/platforms/powermac/ |
D | pfunc_base.c | 119 unsigned long offset; in macio_gpio_init_one() local 144 static int macio_do_write_reg32(PMF_STD_ARGS, u32 offset, u32 value, u32 mask) in macio_do_write_reg32() 155 static int macio_do_read_reg32(PMF_STD_ARGS, u32 offset) in macio_do_read_reg32() 167 static int macio_do_write_reg8(PMF_STD_ARGS, u32 offset, u8 value, u8 mask) in macio_do_write_reg8() 178 static int macio_do_read_reg8(PMF_STD_ARGS, u32 offset) in macio_do_read_reg8() 190 static int macio_do_read_reg32_msrx(PMF_STD_ARGS, u32 offset, u32 mask, in macio_do_read_reg32_msrx() 203 static int macio_do_read_reg8_msrx(PMF_STD_ARGS, u32 offset, u32 mask, in macio_do_read_reg8_msrx() 216 static int macio_do_write_reg32_slm(PMF_STD_ARGS, u32 offset, u32 shift, in macio_do_write_reg32_slm() 236 static int macio_do_write_reg8_slm(PMF_STD_ARGS, u32 offset, u32 shift, in macio_do_write_reg8_slm() 278 static int unin_do_write_reg32(PMF_STD_ARGS, u32 offset, u32 value, u32 mask) in unin_do_write_reg32()
|
/arch/powerpc/platforms/pasemi/ |
D | pci.c | 38 static inline int pa_pxp_offset_valid(u8 bus, u8 devfn, int offset) in pa_pxp_offset_valid() 51 u8 bus, u8 devfn, int offset) in pa_pxp_cfg_addr() 69 int offset, int len, u32 *val) in workaround_5945() 112 int offset, int len, u32 *val) in pa_pxp_read_config() 149 int offset, int len, u32 val) in pa_pxp_write_config() 234 void __iomem *pasemi_pci_getcfgaddr(struct pci_dev *dev, int offset) in pasemi_pci_getcfgaddr()
|
/arch/sparc/lib/ |
D | memcpy.S | 18 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 32 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 42 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument 50 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument 56 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
|
/arch/xtensa/include/asm/ |
D | io.h | 35 static inline void __iomem *ioremap_nocache(unsigned long offset, in ioremap_nocache() 45 static inline void __iomem *ioremap_cache(unsigned long offset, in ioremap_cache() 59 static inline void __iomem *ioremap(unsigned long offset, unsigned long size) in ioremap()
|