Home
last modified time | relevance | path

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

12345678910>>...26

/arch/mips/include/asm/octeon/
A 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
46 #define CVMX_PEXP_NPEI_DMAX_NADDR(offset) (CVMX_ADD_IO_SEG(0x00011F00000084A0ull) + ((offset) & 7) … argument
92 #define CVMX_PEXP_NPEI_PKTX_CNTS(offset) (CVMX_ADD_IO_SEG(0x00011F000000A400ull) + ((offset) & 31) … argument
97 #define CVMX_PEXP_NPEI_PKTX_IN_BP(offset) (CVMX_ADD_IO_SEG(0x00011F000000B800ull) + ((offset) & 31)… argument
135 #define CVMX_PEXP_SLI_CTL_PORTX(offset) (CVMX_ADD_IO_SEG(0x00011F0000010050ull) + ((offset) & 3) * … argument
140 #define CVMX_PEXP_SLI_DMAX_CNT(offset) (CVMX_ADD_IO_SEG(0x00011F0000010400ull) + ((offset) & 1) * 1… argument
142 #define CVMX_PEXP_SLI_DMAX_TIM(offset) (CVMX_ADD_IO_SEG(0x00011F0000010420ull) + ((offset) & 1) * 1… argument
176 #define CVMX_PEXP_SLI_PKTX_CNTS(offset) (CVMX_ADD_IO_SEG(0x00011F0000012400ull) + ((offset) & 31) *… argument
[all …]
A 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/mips/boot/compressed/
A Duart-16550.c15 #define PORT(offset) (CKSEG1ADDR(UART_BASE) + (offset)) argument
20 #define PORT(offset) (CKSEG1ADDR(INGENIC_UART_BASE_ADDR) + (4 * offset)) argument
25 #define PORT(offset) (CKSEG1ADDR(EN75_UART_BASE) + (4 * (offset))) argument
36 static inline unsigned int serial_in(int offset) in serial_in()
41 static inline void serial_out(int offset, int value) in serial_out()
/arch/x86/include/asm/numachip/
A 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/
A Dgpiolib.c38 static int gpio2_get(struct gpio_chip *chip, unsigned offset) in gpio2_get()
43 static int gpio2_set(struct gpio_chip *chip, unsigned offset, int value) in gpio2_set()
50 static int gpio2_direction_input(struct gpio_chip *chip, unsigned offset) in gpio2_direction_input()
55 static int gpio2_direction_output(struct gpio_chip *chip, unsigned offset, in gpio2_direction_output()
62 static int gpio2_to_irq(struct gpio_chip *chip, unsigned offset) in gpio2_to_irq()
68 static int gpio1_get(struct gpio_chip *chip, unsigned offset) in gpio1_get()
74 unsigned offset, int value) in gpio1_set()
81 static int gpio1_direction_input(struct gpio_chip *chip, unsigned offset) in gpio1_direction_input()
87 unsigned offset, int value) in gpio1_direction_output()
93 static int gpio1_to_irq(struct gpio_chip *chip, unsigned offset) in gpio1_to_irq()
/arch/mips/kernel/
A Dgpio_txx9.c19 static int txx9_gpio_get(struct gpio_chip *chip, unsigned int offset) in txx9_gpio_get()
24 static void txx9_gpio_set_raw(unsigned int offset, int value) in txx9_gpio_set_raw()
35 static int txx9_gpio_set(struct gpio_chip *chip, unsigned int offset, in txx9_gpio_set()
47 static int txx9_gpio_dir_in(struct gpio_chip *chip, unsigned int offset) in txx9_gpio_dir_in()
58 static int txx9_gpio_dir_out(struct gpio_chip *chip, unsigned int offset, in txx9_gpio_dir_out()
A Drelocate.c42 int __weak plat_post_relocation(long offset) in plat_post_relocation()
74 static void __init apply_r_mips_64_rel(u32 *loc_new, long offset) in apply_r_mips_64_rel()
79 static void __init apply_r_mips_32_rel(u32 *loc_new, long offset) in apply_r_mips_32_rel()
84 static int __init apply_r_mips_26_rel(u32 *loc_orig, u32 *loc_new, long offset) in apply_r_mips_26_rel()
115 long offset) in apply_r_mips_hi16_rel()
126 long offset) in reloc_handler()
149 static int __init do_relocations(void *kbase_old, void *kbase_new, long offset) in do_relocations()
179 static int __init relocate_exception_table(long offset) in relocate_exception_table()
269 unsigned long offset; in determine_relocation_address() local
310 static inline void __init update_kaslr_offset(unsigned long *addr, long offset) in update_kaslr_offset()
[all …]
A Dspram.c40 static void ispram_store_tag(unsigned int offset, unsigned int data) in ispram_store_tag()
59 static unsigned int ispram_load_tag(unsigned int offset) in ispram_load_tag()
77 static void dspram_store_tag(unsigned int offset, unsigned int data) in dspram_store_tag()
93 static unsigned int dspram_load_tag(unsigned int offset) in dspram_load_tag()
117 unsigned int offset = 0; in probe_spram() local
/arch/m68k/coldfire/
A Dgpio.c110 static int mcfgpio_direction_input(struct gpio_chip *chip, unsigned offset) in mcfgpio_direction_input()
115 static int mcfgpio_get_value(struct gpio_chip *chip, unsigned offset) in mcfgpio_get_value()
120 static int mcfgpio_direction_output(struct gpio_chip *chip, unsigned offset, in mcfgpio_direction_output()
126 static int mcfgpio_set_value(struct gpio_chip *chip, unsigned int offset, in mcfgpio_set_value()
134 static int mcfgpio_request(struct gpio_chip *chip, unsigned offset) in mcfgpio_request()
139 static void mcfgpio_free(struct gpio_chip *chip, unsigned offset) in mcfgpio_free()
144 static int mcfgpio_to_irq(struct gpio_chip *chip, unsigned offset) in mcfgpio_to_irq()
/arch/powerpc/platforms/cell/spufs/
A Dspu_restore.c69 unsigned int offset; in restore_decr() local
89 unsigned int offset; in write_ppu_mb() local
103 unsigned int offset; in write_ppuint_mb() local
117 unsigned int offset; in restore_fpcr() local
131 unsigned int offset; in restore_srr0() local
144 unsigned int offset; in restore_event_mask() local
157 unsigned int offset; in restore_tag_mask() local
172 unsigned int offset; in restore_complete() local
A Dspu_save.c27 unsigned int offset; in save_event_mask() local
38 unsigned int offset; in save_tag_mask() local
70 unsigned int offset; in save_fpcr() local
82 unsigned int offset; in save_decr() local
94 unsigned int offset; in save_srr0() local
/arch/sh/include/asm/
A Dio_trapped.h32 __ioremap_trapped(unsigned long offset, unsigned long size) in __ioremap_trapped()
37 #define __ioremap_trapped(offset, size) NULL argument
44 __ioport_map_trapped(unsigned long offset, unsigned long size) in __ioport_map_trapped()
49 #define __ioport_map_trapped(offset, size) NULL argument
55 #define __ioremap_trapped(offset, size) NULL argument
56 #define __ioport_map_trapped(offset, size) NULL argument
/arch/x86/pci/
A Dearly.c11 u32 read_pci_config(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config()
19 u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config_byte()
27 u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config_16()
35 void write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, in write_pci_config()
42 void write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val) in write_pci_config_byte()
48 void write_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset, u16 val) in write_pci_config_16()
/arch/x86/kvm/vmx/
A Dvmx_onhyperv.h29 int offset = evmcs_field_offset(field, clean_field); in get_evmcs_offset() local
38 int offset = get_evmcs_offset(field, &clean_field); in evmcs_write64() local
51 int offset = get_evmcs_offset(field, &clean_field); in evmcs_write32() local
63 int offset = get_evmcs_offset(field, &clean_field); in evmcs_write16() local
74 int offset = get_evmcs_offset(field, NULL); in evmcs_read64() local
84 int offset = get_evmcs_offset(field, NULL); in evmcs_read32() local
94 int offset = get_evmcs_offset(field, NULL); in evmcs_read16() local
/arch/loongarch/include/asm/
A Dio.h25 static inline void __iomem *ioremap_prot(phys_addr_t offset, unsigned long size, in ioremap_prot()
40 #define ioremap(offset, size) \ argument
56 #define ioremap_wc(offset, size) \ argument
60 #define ioremap_cache(offset, size) \ argument
/arch/sparc/lib/
A Dmemset.S30 #define STORE(source, base, offset, n) \ argument
42 #define STORE_LAST(source, base, offset, n) \ argument
49 #define ZERO_BIG_BLOCK(base, offset, source) \ argument
59 #define ZERO_LAST_BLOCKS(base, offset, source) \ argument
A Dmemcpy.S20 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
34 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
44 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
52 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
58 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
/arch/powerpc/platforms/powernv/
A Dcopy-paste.h19 static inline int vas_copy(void *crb, int offset) in vas_copy()
29 static inline int vas_paste(void *paste_address, int offset) in vas_paste()
/arch/mips/rb532/
A Dgpio.c71 unsigned offset, void __iomem *ioaddr) in rb532_set_bit()
90 static inline int rb532_get_bit(unsigned offset, void __iomem *ioaddr) in rb532_get_bit()
97 static int rb532_gpio_get(struct gpio_chip *chip, unsigned offset) in rb532_gpio_get()
108 static int rb532_gpio_set(struct gpio_chip *chip, unsigned int offset, in rb532_gpio_set()
122 static int rb532_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in rb532_gpio_direction_input()
139 unsigned offset, int value) in rb532_gpio_direction_output()
/arch/sh/mm/
A Dioremap.c40 __ioremap_29bit(phys_addr_t offset, unsigned long size, pgprot_t prot) in __ioremap_29bit()
72 #define __ioremap_29bit(offset, size, prot) NULL argument
110 static inline int iomapping_nontranslatable(unsigned long offset) in iomapping_nontranslatable()
/arch/powerpc/platforms/powermac/
A Dpfunc_base.c119 unsigned long offset; in macio_gpio_init_one() local
146 static int macio_do_write_reg32(PMF_STD_ARGS, u32 offset, u32 value, u32 mask) in macio_do_write_reg32()
157 static int macio_do_read_reg32(PMF_STD_ARGS, u32 offset) in macio_do_read_reg32()
169 static int macio_do_write_reg8(PMF_STD_ARGS, u32 offset, u8 value, u8 mask) in macio_do_write_reg8()
180 static int macio_do_read_reg8(PMF_STD_ARGS, u32 offset) in macio_do_read_reg8()
192 static int macio_do_read_reg32_msrx(PMF_STD_ARGS, u32 offset, u32 mask, in macio_do_read_reg32_msrx()
205 static int macio_do_read_reg8_msrx(PMF_STD_ARGS, u32 offset, u32 mask, in macio_do_read_reg8_msrx()
218 static int macio_do_write_reg32_slm(PMF_STD_ARGS, u32 offset, u32 shift, in macio_do_write_reg32_slm()
238 static int macio_do_write_reg8_slm(PMF_STD_ARGS, u32 offset, u32 shift, in macio_do_write_reg8_slm()
280 static int unin_do_write_reg32(PMF_STD_ARGS, u32 offset, u32 value, u32 mask) in unin_do_write_reg32()
/arch/mips/include/asm/mach-bcm63xx/
A Dioremap.h7 static inline int is_bcm63xx_internal_registers(phys_addr_t offset) in is_bcm63xx_internal_registers()
31 static inline void __iomem *plat_ioremap(phys_addr_t offset, unsigned long size, in plat_ioremap()
/arch/mips/include/asm/mach-bmips/
A Dioremap.h7 static inline int is_bmips_internal_registers(phys_addr_t offset) in is_bmips_internal_registers()
15 static inline void __iomem *plat_ioremap(phys_addr_t offset, unsigned long size, in plat_ioremap()
/arch/x86/kernel/
A Dcrash_dump_64.c16 size_t csize, unsigned long offset, in __copy_oldmem_page()
39 unsigned long offset) in copy_oldmem_page()
50 size_t csize, unsigned long offset) in copy_oldmem_page_encrypted()
/arch/m68k/include/asm/
A Dmac_psc.h222 static inline void psc_write_byte(int offset, __u8 data) in psc_write_byte()
227 static inline void psc_write_word(int offset, __u16 data) in psc_write_word()
232 static inline void psc_write_long(int offset, __u32 data) in psc_write_long()
237 static inline u8 psc_read_byte(int offset) in psc_read_byte()
242 static inline u16 psc_read_word(int offset) in psc_read_word()
247 static inline u32 psc_read_long(int offset) in psc_read_long()

Completed in 33 milliseconds

12345678910>>...26