Home
last modified time | relevance | path

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

12345678910>>...103

/linux-3.3/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
/linux-3.3/drivers/usb/musb/
Dmusb_io.h64 static inline u16 musb_readw(const void __iomem *addr, unsigned offset) in musb_readw()
67 static inline u32 musb_readl(const void __iomem *addr, unsigned offset) in musb_readl()
71 static inline void musb_writew(void __iomem *addr, unsigned offset, u16 data) in musb_writew()
74 static inline void musb_writel(void __iomem *addr, unsigned offset, u32 data) in musb_writel()
83 static inline u8 musb_readb(const void __iomem *addr, unsigned offset) in musb_readb()
97 static inline void musb_writeb(void __iomem *addr, unsigned offset, u8 data) in musb_writeb()
112 static inline u8 musb_readb(const void __iomem *addr, unsigned offset) in musb_readb()
115 static inline void musb_writeb(void __iomem *addr, unsigned offset, u8 data) in musb_writeb()
122 static inline u8 musb_readb(const void __iomem *addr, unsigned offset) in musb_readb()
125 static inline u16 musb_readw(const void __iomem *addr, unsigned offset) in musb_readw()
[all …]
/linux-3.3/drivers/bcma/
Dhost_soc.c13 static u8 bcma_host_soc_read8(struct bcma_device *core, u16 offset) in bcma_host_soc_read8()
18 static u16 bcma_host_soc_read16(struct bcma_device *core, u16 offset) in bcma_host_soc_read16()
23 static u32 bcma_host_soc_read32(struct bcma_device *core, u16 offset) in bcma_host_soc_read32()
28 static void bcma_host_soc_write8(struct bcma_device *core, u16 offset, in bcma_host_soc_write8()
34 static void bcma_host_soc_write16(struct bcma_device *core, u16 offset, in bcma_host_soc_write16()
40 static void bcma_host_soc_write32(struct bcma_device *core, u16 offset, in bcma_host_soc_write32()
48 size_t count, u16 offset, u8 reg_width) in bcma_host_soc_block_read()
92 size_t count, u16 offset, u8 reg_width) in bcma_host_soc_block_write()
135 static u32 bcma_host_soc_aread32(struct bcma_device *core, u16 offset) in bcma_host_soc_aread32()
140 static void bcma_host_soc_awrite32(struct bcma_device *core, u16 offset, in bcma_host_soc_awrite32()
Dhost_pci.c40 static u8 bcma_host_pci_read8(struct bcma_device *core, u16 offset) in bcma_host_pci_read8()
46 static u16 bcma_host_pci_read16(struct bcma_device *core, u16 offset) in bcma_host_pci_read16()
52 static u32 bcma_host_pci_read32(struct bcma_device *core, u16 offset) in bcma_host_pci_read32()
58 static void bcma_host_pci_write8(struct bcma_device *core, u16 offset, in bcma_host_pci_write8()
65 static void bcma_host_pci_write16(struct bcma_device *core, u16 offset, in bcma_host_pci_write16()
72 static void bcma_host_pci_write32(struct bcma_device *core, u16 offset, in bcma_host_pci_write32()
81 size_t count, u16 offset, u8 reg_width) in bcma_host_pci_block_read()
104 size_t count, u16 offset, u8 reg_width) in bcma_host_pci_block_write()
127 static u32 bcma_host_pci_aread32(struct bcma_device *core, u16 offset) in bcma_host_pci_aread32()
134 static void bcma_host_pci_awrite32(struct bcma_device *core, u16 offset, in bcma_host_pci_awrite32()
/linux-3.3/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()
/linux-3.3/drivers/xen/xen-pciback/
Dconf_space_header.c21 static int command_read(struct pci_dev *dev, int offset, u16 *value, void *data) in command_read()
40 static int command_write(struct pci_dev *dev, int offset, u16 value, void *data) in command_write()
89 static int rom_write(struct pci_dev *dev, int offset, u32 value, void *data) in rom_write()
123 static int bar_write(struct pci_dev *dev, int offset, u32 value, void *data) in bar_write()
151 static int bar_read(struct pci_dev *dev, int offset, u32 * value, void *data) in bar_read()
167 struct pci_bar_info *bar_info, int offset, in read_dev_bar()
192 static void *bar_init(struct pci_dev *dev, int offset) in bar_init()
205 static void *rom_init(struct pci_dev *dev, int offset) in rom_init()
218 static void bar_reset(struct pci_dev *dev, int offset, void *data) in bar_reset()
225 static void bar_release(struct pci_dev *dev, int offset, void *data) in bar_release()
[all …]
/linux-3.3/drivers/infiniband/hw/ehca/
Dhipz_fns.h50 #define hipz_galpa_store_eq(gal, offset, value) \ argument
53 #define hipz_galpa_load_eq(gal, offset) \ argument
56 #define hipz_galpa_store_qped(gal, offset, value) \ argument
59 #define hipz_galpa_load_qped(gal, offset) \ argument
62 #define hipz_galpa_store_mrmw(gal, offset, value) \ argument
65 #define hipz_galpa_load_mrmw(gal, offset) \ argument
/linux-3.3/drivers/ssb/
Ddriver_gige.c32 static inline u8 gige_read8(struct ssb_gige *dev, u16 offset) in gige_read8()
37 static inline u16 gige_read16(struct ssb_gige *dev, u16 offset) in gige_read16()
42 static inline u32 gige_read32(struct ssb_gige *dev, u16 offset) in gige_read32()
48 u16 offset, u8 value) in gige_write8()
54 u16 offset, u16 value) in gige_write16()
60 u16 offset, u32 value) in gige_write32()
66 u8 gige_pcicfg_read8(struct ssb_gige *dev, unsigned int offset) in gige_pcicfg_read8()
73 u16 gige_pcicfg_read16(struct ssb_gige *dev, unsigned int offset) in gige_pcicfg_read16()
80 u32 gige_pcicfg_read32(struct ssb_gige *dev, unsigned int offset) in gige_pcicfg_read32()
88 unsigned int offset, u8 value) in gige_pcicfg_write8()
[all …]
/linux-3.3/include/linux/
Drio_drv.h59 static inline int rio_local_read_config_32(struct rio_mport *port, u32 offset, in rio_local_read_config_32()
74 static inline int rio_local_write_config_32(struct rio_mport *port, u32 offset, in rio_local_write_config_32()
89 static inline int rio_local_read_config_16(struct rio_mport *port, u32 offset, in rio_local_read_config_16()
105 static inline int rio_local_write_config_16(struct rio_mport *port, u32 offset, in rio_local_write_config_16()
120 static inline int rio_local_read_config_8(struct rio_mport *port, u32 offset, in rio_local_read_config_8()
135 static inline int rio_local_write_config_8(struct rio_mport *port, u32 offset, in rio_local_write_config_8()
150 static inline int rio_read_config_32(struct rio_dev *rdev, u32 offset, in rio_read_config_32()
166 static inline int rio_write_config_32(struct rio_dev *rdev, u32 offset, in rio_write_config_32()
182 static inline int rio_read_config_16(struct rio_dev *rdev, u32 offset, in rio_read_config_16()
198 static inline int rio_write_config_16(struct rio_dev *rdev, u32 offset, in rio_write_config_16()
[all …]
/linux-3.3/arch/arm/mach-vt8500/
Dgpio.c43 unsigned offset) in vt8500_muxed_gpio_request()
55 unsigned offset) in vt8500_muxed_gpio_free()
65 unsigned offset) in vt8500_muxed_gpio_direction_input()
77 unsigned offset, int value) in vt8500_muxed_gpio_direction_output()
94 unsigned offset) in vt8500_muxed_gpio_get_value()
103 unsigned offset, int value) in vt8500_muxed_gpio_set_value()
159 unsigned offset) in vt8500_gpio_direction_input()
169 unsigned offset, int value) in vt8500_gpio_direction_output()
185 unsigned offset) in vt8500_gpio_get_value()
191 unsigned offset, int value) in vt8500_gpio_set_value()
[all …]
/linux-3.3/drivers/net/wireless/b43/
Dbus.c53 static u16 b43_bus_bcma_read16(struct b43_bus_dev *dev, u16 offset) in b43_bus_bcma_read16()
57 static u32 b43_bus_bcma_read32(struct b43_bus_dev *dev, u16 offset) in b43_bus_bcma_read32()
62 void b43_bus_bcma_write16(struct b43_bus_dev *dev, u16 offset, u16 value) in b43_bus_bcma_write16()
67 void b43_bus_bcma_write32(struct b43_bus_dev *dev, u16 offset, u32 value) in b43_bus_bcma_write32()
73 size_t count, u16 offset, u8 reg_width) in b43_bus_bcma_block_read()
79 size_t count, u16 offset, u8 reg_width) in b43_bus_bcma_block_write()
155 static u16 b43_bus_ssb_read16(struct b43_bus_dev *dev, u16 offset) in b43_bus_ssb_read16()
159 static u32 b43_bus_ssb_read32(struct b43_bus_dev *dev, u16 offset) in b43_bus_ssb_read32()
163 static void b43_bus_ssb_write16(struct b43_bus_dev *dev, u16 offset, u16 value) in b43_bus_ssb_write16()
167 static void b43_bus_ssb_write32(struct b43_bus_dev *dev, u16 offset, u32 value) in b43_bus_ssb_write32()
[all …]
/linux-3.3/arch/m68k/platform/coldfire/
Dgpio.c26 int mcf_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in mcf_gpio_direction_input()
41 int mcf_gpio_get_value(struct gpio_chip *chip, unsigned offset) in mcf_gpio_get_value()
48 int mcf_gpio_direction_output(struct gpio_chip *chip, unsigned offset, in mcf_gpio_direction_output()
73 void mcf_gpio_set_value(struct gpio_chip *chip, unsigned offset, int value) in mcf_gpio_set_value()
90 void mcf_gpio_set_value_fast(struct gpio_chip *chip, unsigned offset, int value) in mcf_gpio_set_value_fast()
100 int mcf_gpio_request(struct gpio_chip *chip, unsigned offset) in mcf_gpio_request()
108 void mcf_gpio_free(struct gpio_chip *chip, unsigned offset) in mcf_gpio_free()
/linux-3.3/drivers/gpio/
Dgpio-cs5535.c82 static void __cs5535_gpio_set(struct cs5535_gpio_chip *chip, unsigned offset, in __cs5535_gpio_set()
93 void cs5535_gpio_set(unsigned offset, unsigned int reg) in cs5535_gpio_set()
104 static void __cs5535_gpio_clear(struct cs5535_gpio_chip *chip, unsigned offset, in __cs5535_gpio_clear()
115 void cs5535_gpio_clear(unsigned offset, unsigned int reg) in cs5535_gpio_clear()
126 int cs5535_gpio_isset(unsigned offset, unsigned int reg) in cs5535_gpio_isset()
164 void cs5535_gpio_setup_event(unsigned offset, int pair, int pme) in cs5535_gpio_setup_event()
202 static int chip_gpio_request(struct gpio_chip *c, unsigned offset) in chip_gpio_request()
229 static int chip_gpio_get(struct gpio_chip *chip, unsigned offset) in chip_gpio_get()
234 static void chip_gpio_set(struct gpio_chip *chip, unsigned offset, int val) in chip_gpio_set()
242 static int chip_direction_input(struct gpio_chip *c, unsigned offset) in chip_direction_input()
[all …]
Dgpio-sa1100.c16 static int sa1100_gpio_get(struct gpio_chip *chip, unsigned offset) in sa1100_gpio_get()
21 static void sa1100_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in sa1100_gpio_set()
29 static int sa1100_direction_input(struct gpio_chip *chip, unsigned offset) in sa1100_direction_input()
39 static int sa1100_direction_output(struct gpio_chip *chip, unsigned offset, int value) in sa1100_direction_output()
50 static int sa1100_to_irq(struct gpio_chip *chip, unsigned offset) in sa1100_to_irq()
/linux-3.3/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
/linux-3.3/drivers/oprofile/
Doprofile_files.c31 size_t count, loff_t *offset) in timeout_read()
39 size_t count, loff_t *offset) in timeout_write()
68 static ssize_t depth_read(struct file *file, char __user *buf, size_t count, loff_t *offset) in depth_read()
75 static ssize_t depth_write(struct file *file, char const __user *buf, size_t count, loff_t *offset) in depth_write()
105 static ssize_t pointer_size_read(struct file *file, char __user *buf, size_t count, loff_t *offset) in pointer_size_read()
117 static ssize_t cpu_type_read(struct file *file, char __user *buf, size_t count, loff_t *offset) in cpu_type_read()
129 static ssize_t enable_read(struct file *file, char __user *buf, size_t count, loff_t *offset) in enable_read()
135 static ssize_t enable_write(struct file *file, char const __user *buf, size_t count, loff_t *offset) in enable_write()
166 static ssize_t dump_write(struct file *file, char const __user *buf, size_t count, loff_t *offset) in dump_write()
/linux-3.3/arch/mips/boot/compressed/
Duart-16550.c13 #define PORT(offset) (CKSEG1ADDR(UART_BASE) + (offset)) argument
18 #define PORT(offset) (CKSEG1ADDR(AR7_REGS_UART0) + (4 * offset)) argument
25 static inline unsigned int serial_in(int offset) in serial_in()
30 static inline void serial_out(int offset, int value) in serial_out()
/linux-3.3/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
/linux-3.3/arch/s390/oprofile/
Dinit.c111 size_t count, loff_t *offset) in hwsampler_read()
117 size_t count, loff_t *offset) in hwsampler_write()
159 size_t count, loff_t *offset) in hw_interval_read()
166 size_t count, loff_t *offset) in hw_interval_write()
202 size_t count, loff_t *offset) in hwsampler_zero_read()
208 size_t count, loff_t *offset) in hwsampler_zero_write()
232 size_t count, loff_t *offset) in hwsampler_kernel_read()
239 size_t count, loff_t *offset) in hwsampler_kernel_write()
267 size_t count, loff_t *offset) in hwsampler_user_read()
274 size_t count, loff_t *offset) in hwsampler_user_write()
[all …]
/linux-3.3/drivers/net/ethernet/intel/e1000/
De1000_osdep.h48 #define GBE_CONFIG_FLASH_WRITE(base, offset, count, data) \ argument
51 #define GBE_CONFIG_FLASH_READ(base, offset, count, data) \ argument
62 #define E1000_WRITE_REG_ARRAY(a, reg, offset, value) ( \ argument
67 #define E1000_READ_REG_ARRAY(a, reg, offset) ( \ argument
75 #define E1000_WRITE_REG_ARRAY_WORD(a, reg, offset, value) ( \ argument
80 #define E1000_READ_REG_ARRAY_WORD(a, reg, offset) ( \ argument
85 #define E1000_WRITE_REG_ARRAY_BYTE(a, reg, offset, value) ( \ argument
90 #define E1000_READ_REG_ARRAY_BYTE(a, reg, offset) ( \ argument
/linux-3.3/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()
/linux-3.3/drivers/net/ethernet/intel/e1000e/
Dphy.c62 #define BM_PHY_REG_PAGE(offset) \ argument
64 #define BM_PHY_REG_NUM(offset) \ argument
187 s32 e1000e_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data) in e1000e_read_phy_reg_mdic()
247 s32 e1000e_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data) in e1000e_write_phy_reg_mdic()
309 s32 e1000e_read_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 *data) in e1000e_read_phy_reg_m88()
334 s32 e1000e_write_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 data) in e1000e_write_phy_reg_m88()
379 static s32 __e1000e_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data, in __e1000e_read_phy_reg_igp()
421 s32 e1000e_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data) in e1000e_read_phy_reg_igp()
435 s32 e1000e_read_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 *data) in e1000e_read_phy_reg_igp_locked()
450 static s32 __e1000e_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data, in __e1000e_write_phy_reg_igp()
[all …]
/linux-3.3/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()
/linux-3.3/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 …]

12345678910>>...103