Home
last modified time | relevance | path

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

12345678910

/include/drm/
Ddrm_os_linux.h26 #define DRM_READ8(map, offset) readb(((void __iomem *)(map)->handle) + (offset)) argument
28 #define DRM_READ16(map, offset) readw(((void __iomem *)(map)->handle) + (offset)) argument
30 #define DRM_READ32(map, offset) readl(((void __iomem *)(map)->handle) + (offset)) argument
32 #define DRM_WRITE8(map, offset, val) writeb(val, ((void __iomem *)(map)->handle) + (offset)) argument
34 #define DRM_WRITE16(map, offset, val) writew(val, ((void __iomem *)(map)->handle) + (offset)) argument
36 #define DRM_WRITE32(map, offset, val) writel(val, ((void __iomem *)(map)->handle) + (offset)) argument
39 #define DRM_READ64(map, offset) readq(((void __iomem *)(map)->handle) + (offset)) argument
41 #define DRM_WRITE64(map, offset, val) writeq(val, ((void __iomem *)(map)->handle) + (offset)) argument
/include/linux/
Drio_drv.h58 static inline int rio_local_read_config_32(struct rio_mport *port, u32 offset, in rio_local_read_config_32()
73 static inline int rio_local_write_config_32(struct rio_mport *port, u32 offset, in rio_local_write_config_32()
88 static inline int rio_local_read_config_16(struct rio_mport *port, u32 offset, in rio_local_read_config_16()
104 static inline int rio_local_write_config_16(struct rio_mport *port, u32 offset, in rio_local_write_config_16()
119 static inline int rio_local_read_config_8(struct rio_mport *port, u32 offset, in rio_local_read_config_8()
134 static inline int rio_local_write_config_8(struct rio_mport *port, u32 offset, in rio_local_write_config_8()
149 static inline int rio_read_config_32(struct rio_dev *rdev, u32 offset, in rio_read_config_32()
165 static inline int rio_write_config_32(struct rio_dev *rdev, u32 offset, in rio_write_config_32()
181 static inline int rio_read_config_16(struct rio_dev *rdev, u32 offset, in rio_read_config_16()
197 static inline int rio_write_config_16(struct rio_dev *rdev, u32 offset, in rio_write_config_16()
[all …]
Dvirtio_config.h322 unsigned int offset, in __virtio_cread_many()
342 unsigned int offset, in virtio_cread_bytes()
348 static inline u8 virtio_cread8(struct virtio_device *vdev, unsigned int offset) in virtio_cread8()
356 unsigned int offset, u8 val) in virtio_cwrite8()
362 unsigned int offset) in virtio_cread16()
370 unsigned int offset, u16 val) in virtio_cwrite16()
377 unsigned int offset) in virtio_cread32()
385 unsigned int offset, u32 val) in virtio_cwrite32()
392 unsigned int offset) in virtio_cread64()
400 unsigned int offset, u64 val) in virtio_cwrite64()
Dio-mapping.h76 unsigned long offset) in io_mapping_map_atomic_wc()
95 unsigned long offset, in io_mapping_map_wc()
146 unsigned long offset, in io_mapping_map_wc()
160 unsigned long offset) in io_mapping_map_atomic_wc()
Dfutex.h39 int offset; member
44 int offset; member
49 int offset; member
Dfrontswap.h40 static inline bool frontswap_test(struct swap_info_struct *sis, pgoff_t offset) in frontswap_test()
63 static inline bool frontswap_test(struct swap_info_struct *sis, pgoff_t offset) in frontswap_test()
95 static inline void frontswap_invalidate_page(unsigned type, pgoff_t offset) in frontswap_invalidate_page()
Dkallsyms.h65 unsigned long *offset) in kallsyms_lookup_size_offset()
72 unsigned long *offset, in kallsyms_lookup()
101 … int lookup_symbol_attrs(unsigned long addr, unsigned long *size, unsigned long *offset, char *mod… in lookup_symbol_attrs()
Dpagemap.h256 pgoff_t offset) in find_get_page()
262 pgoff_t offset, int fgp_flags) in find_get_page_flags()
282 pgoff_t offset) in find_lock_page()
307 pgoff_t offset, gfp_t gfp_mask) in find_or_create_page()
609 struct address_space *mapping, pgoff_t offset, gfp_t gfp_mask) in add_to_page_cache()
Dnvmem-consumer.h23 unsigned int offset; member
124 unsigned int offset, size_t bytes, in nvmem_device_read()
131 unsigned int offset, size_t bytes, in nvmem_device_write()
Dresource_ext.h24 resource_size_t offset; /* Translation offset for bridge */ member
34 resource_size_t offset; /* Translation offset for bridge */ member
Ddma-debug.h113 size_t offset, size_t size, in debug_dma_map_page()
177 unsigned long offset, in debug_dma_sync_single_range_for_cpu()
185 unsigned long offset, in debug_dma_sync_single_range_for_device()
/include/uapi/drm/
Dsis_drm.h60 unsigned long offset; member
66 unsigned long offset, size; member
70 unsigned long offset, size; member
Darmada_drm.h35 uint64_t offset; member
45 uint32_t offset; member
Dtegra_drm.h44 __u64 offset; member
95 __u32 offset; member
103 __u32 offset; member
107 __u32 offset; member
115 __u32 offset; member
/include/net/sctp/
Dchecksum.h55 int offset, int len) in sctp_csum_combine()
61 unsigned int offset) in sctp_compute_cksum()
/include/sound/
Dmemalloc.h107 size_t offset) in snd_sgbuf_get_addr()
119 size_t offset) in snd_sgbuf_get_ptr()
130 size_t offset) in snd_sgbuf_get_addr()
136 size_t offset) in snd_sgbuf_get_ptr()
/include/linux/bcma/
Dbcma.h371 static inline u32 bcma_read8(struct bcma_device *core, u16 offset) in bcma_read8()
375 static inline u32 bcma_read16(struct bcma_device *core, u16 offset) in bcma_read16()
379 static inline u32 bcma_read32(struct bcma_device *core, u16 offset) in bcma_read32()
384 void bcma_write8(struct bcma_device *core, u16 offset, u32 value) in bcma_write8()
389 void bcma_write16(struct bcma_device *core, u16 offset, u32 value) in bcma_write16()
394 void bcma_write32(struct bcma_device *core, u16 offset, u32 value) in bcma_write32()
400 size_t count, u16 offset, u8 reg_width) in bcma_block_read()
406 u16 offset, u8 reg_width) in bcma_block_write()
411 static inline u32 bcma_aread32(struct bcma_device *core, u16 offset) in bcma_aread32()
416 void bcma_awrite32(struct bcma_device *core, u16 offset, u32 value) in bcma_awrite32()
[all …]
Dbcma_driver_gmac_cmn.h89 #define gmac_cmn_read16(gc, offset) bcma_read16((gc)->core, offset) argument
90 #define gmac_cmn_read32(gc, offset) bcma_read32((gc)->core, offset) argument
91 #define gmac_cmn_write16(gc, offset, val) bcma_write16((gc)->core, offset, val) argument
92 #define gmac_cmn_write32(gc, offset, val) bcma_write32((gc)->core, offset, val) argument
Dbcma_driver_pcie2.h150 #define pcie2_read16(pcie2, offset) bcma_read16((pcie2)->core, offset) argument
151 #define pcie2_read32(pcie2, offset) bcma_read32((pcie2)->core, offset) argument
152 #define pcie2_write16(pcie2, offset, val) bcma_write16((pcie2)->core, offset, val) argument
153 #define pcie2_write32(pcie2, offset, val) bcma_write32((pcie2)->core, offset, val) argument
155 #define pcie2_set32(pcie2, offset, set) bcma_set32((pcie2)->core, offset, set) argument
156 #define pcie2_mask32(pcie2, offset, mask) bcma_mask32((pcie2)->core, offset, mask) argument
/include/dt-bindings/pinctrl/
Domap.h56 #define OMAP_IOPAD_OFFSET(pa, offset) (((pa) & 0xffff) - (offset)) argument
72 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset)) argument
74 #define OMAP4_IOPAD(offset, val) OMAP_PADCONF_OFFSET((offset), 0x0040) (val) argument
75 #define OMAP5_IOPAD(offset, val) OMAP_PADCONF_OFFSET((offset), 0x0040) (val) argument
/include/net/
Dchecksum.h88 csum_block_add(__wsum csum, __wsum csum2, int offset) in csum_block_add()
100 csum_block_add_ext(__wsum csum, __wsum csum2, int offset, int len) in csum_block_add_ext()
106 csum_block_sub(__wsum csum, __wsum csum2, int offset) in csum_block_sub()
164 int start, int offset) in remcsum_adjust()
/include/asm-generic/
Dpci_iomap.h46 unsigned long offset, in pci_iomap_range()
52 unsigned long offset, in pci_iomap_wc_range()
/include/net/netfilter/
Dnf_tables_core.h48 u8 offset; member
55 u8 offset; member
/include/dt-bindings/gpio/
Dtegra186-gpio.h40 #define TEGRA_MAIN_GPIO(port, offset) \ argument
53 #define TEGRA_AON_GPIO(port, offset) \ argument
/include/asm-generic/bitops/
Dle.h12 unsigned long size, unsigned long offset) in find_next_zero_bit_le()
18 unsigned long size, unsigned long offset) in find_next_bit_le()

12345678910