Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 666) sorted by relevance

12345678910>>...27

/arch/x86/crypto/sha-mb/
Dsha1_mb_mgr_flush_avx2.S109 offset = \_offset define
134 offset = (_ldata + 1 * _LANE_DATA_size + _job_in_lane) define
137 offset = (_ldata + 2 * _LANE_DATA_size + _job_in_lane) define
140 offset = (_ldata + 3 * _LANE_DATA_size + _job_in_lane) define
143 offset = (_ldata + 4 * _LANE_DATA_size + _job_in_lane) define
146 offset = (_ldata + 5 * _LANE_DATA_size + _job_in_lane) define
149 offset = (_ldata + 6 * _LANE_DATA_size + _job_in_lane) define
152 offset = (_ldata + 7 * _LANE_DATA_size + _job_in_lane) define
158 offset = (_args + _data_ptr) define
163 offset = (_ldata + I * _LANE_DATA_size + _job_in_lane) define
[all …]
/arch/mips/boot/compressed/
Duart-16550.c12 #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/
Dcvmx-pexp-defs.h31 #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 …]
Dcvmx-asm.h93 #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/
Dnumachip_csr.h39 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/
Dgpiolib.c41 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/mips/kernel/
Dgpio_txx9.c22 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()
Dspram.c47 static void ispram_store_tag(unsigned int offset, unsigned int data) in ispram_store_tag()
66 static unsigned int ispram_load_tag(unsigned int offset) in ispram_load_tag()
84 static void dspram_store_tag(unsigned int offset, unsigned int data) in dspram_store_tag()
100 static unsigned int dspram_load_tag(unsigned int offset) in dspram_load_tag()
124 unsigned int offset = 0; in probe_spram() local
/arch/m68k/coldfire/
Dgpio.c117 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/
Dspu_restore.c83 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
Dspu_save.c41 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/
Dio_trapped.h31 __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/
Dhmatrix.c16 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/
Dgpio.c53 static int puv3_gpio_get(struct gpio_chip *chip, unsigned offset) in puv3_gpio_get()
58 static void puv3_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in puv3_gpio_set()
66 static int puv3_direction_input(struct gpio_chip *chip, unsigned offset) in puv3_direction_input()
76 static int puv3_direction_output(struct gpio_chip *chip, unsigned offset, in puv3_direction_output()
/arch/s390/oprofile/
Dinit.c125 size_t count, loff_t *offset) in hwsampler_read()
131 size_t count, loff_t *offset) in hwsampler_write()
173 size_t count, loff_t *offset) in hw_interval_read()
180 size_t count, loff_t *offset) in hw_interval_write()
216 size_t count, loff_t *offset) in hwsampler_zero_read()
222 size_t count, loff_t *offset) in hwsampler_zero_write()
246 size_t count, loff_t *offset) in hwsampler_kernel_read()
253 size_t count, loff_t *offset) in hwsampler_kernel_write()
281 size_t count, loff_t *offset) in hwsampler_user_read()
288 size_t count, loff_t *offset) in hwsampler_user_write()
[all …]
/arch/mips/loongson64/common/
Dearly_printk.c16 #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/
Dgpio.c61 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/x86/pci/
Dearly.c10 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/s390/pci/
Dpci_insn.c17 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()
129 int zpci_load(u64 *data, u64 req, u64 offset) in zpci_load()
148 static inline int __pcistg(u64 data, u64 req, u64 offset, u8 *status) in __pcistg()
167 int zpci_store(u64 data, u64 req, u64 offset) in zpci_store()
186 static inline int __pcistb(const u64 *data, u64 req, u64 offset, u8 *status) in __pcistb()
203 int zpci_store_block(const u64 *data, u64 req, u64 offset) in zpci_store_block()
/arch/sparc/lib/
Dmemcpy.S17 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
31 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
41 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
49 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
55 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
62 #define RMOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
76 #define RMOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
86 #define RMOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
94 #define RMOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
100 #define SMOVE_CHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument
[all …]
/arch/ia64/include/asm/uv/
Duv_hub.h172 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/mips/mti-sead3/
Dsead3-console.c15 #define PORT(base_addr, offset) ((unsigned int __iomem *)(base_addr+(offset)*4)) argument
19 static inline unsigned int serial_in(int offset, unsigned int base_addr) in serial_in()
24 static inline void serial_out(int offset, int value, unsigned int base_addr) in serial_out()
/arch/powerpc/platforms/powermac/
Dpfunc_base.c119 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/xtensa/include/asm/
Dio.h32 static inline void __iomem *ioremap_nocache(unsigned long offset, in ioremap_nocache()
42 static inline void __iomem *ioremap_cache(unsigned long offset, in ioremap_cache()
56 static inline void __iomem *ioremap(unsigned long offset, unsigned long size) in ioremap()
/arch/powerpc/platforms/pasemi/
Dpci.c38 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()
237 void __iomem *pasemi_pci_getcfgaddr(struct pci_dev *dev, int offset) in pasemi_pci_getcfgaddr()

12345678910>>...27