Home
last modified time | relevance | path

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

12345678910

/include/drm/
Ddrm_os_linux.h16 #define DRM_READ8(map, offset) readb(((void __iomem *)(map)->handle) + (offset)) argument
18 #define DRM_READ16(map, offset) readw(((void __iomem *)(map)->handle) + (offset)) argument
20 #define DRM_READ32(map, offset) readl(((void __iomem *)(map)->handle) + (offset)) argument
22 #define DRM_WRITE8(map, offset, val) writeb(val, ((void __iomem *)(map)->handle) + (offset)) argument
24 #define DRM_WRITE16(map, offset, val) writew(val, ((void __iomem *)(map)->handle) + (offset)) argument
26 #define DRM_WRITE32(map, offset, val) writel(val, ((void __iomem *)(map)->handle) + (offset)) argument
29 #define DRM_READ64(map, offset) readq(((void __iomem *)(map)->handle) + (offset)) argument
31 #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.h348 unsigned int offset, in __virtio_cread_many()
368 unsigned int offset, in virtio_cread_bytes()
374 static inline u8 virtio_cread8(struct virtio_device *vdev, unsigned int offset) in virtio_cread8()
382 unsigned int offset, u8 val) in virtio_cwrite8()
388 unsigned int offset) in virtio_cread16()
396 unsigned int offset, u16 val) in virtio_cwrite16()
403 unsigned int offset) in virtio_cread32()
411 unsigned int offset, u32 val) in virtio_cwrite32()
418 unsigned int offset) in virtio_cread64()
426 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 unsigned int offset; member
47 unsigned int offset; member
52 unsigned int offset; member
Dfrontswap.h41 static inline bool frontswap_test(struct swap_info_struct *sis, pgoff_t offset) in frontswap_test()
64 static inline bool frontswap_test(struct swap_info_struct *sis, pgoff_t offset) in frontswap_test()
96 static inline void frontswap_invalidate_page(unsigned type, pgoff_t offset) in frontswap_invalidate_page()
Dkallsyms.h66 unsigned long *offset) in kallsyms_lookup_size_offset()
73 unsigned long *offset, in kallsyms_lookup()
102 … int lookup_symbol_attrs(unsigned long addr, unsigned long *size, unsigned long *offset, char *mod… in lookup_symbol_attrs()
Dresource_ext.h24 resource_size_t offset; /* Translation offset for bridge */ member
34 resource_size_t offset; /* Translation offset for bridge */ member
Dnvmem-consumer.h26 unsigned int offset; member
134 unsigned int offset, size_t bytes, in nvmem_device_read()
141 unsigned int offset, size_t bytes, in nvmem_device_write()
Dpagemap.h275 pgoff_t offset) in find_get_page()
281 pgoff_t offset, int fgp_flags) in find_get_page_flags()
300 pgoff_t offset) in find_lock_page()
325 pgoff_t offset, gfp_t gfp_mask) in find_or_create_page()
634 struct address_space *mapping, pgoff_t offset, gfp_t gfp_mask) in add_to_page_cache()
Dmm_types_task.h63 __u32 offset; member
66 __u16 offset; member
/include/uapi/drm/
Dsis_drm.h60 unsigned long offset; member
66 unsigned long offset, size; member
70 unsigned long offset, size; member
Darmada_drm.h36 __u64 offset; member
46 __u32 offset; member
/include/uapi/linux/goldfish/
Dgoldfish_address_space.h11 __u64 offset; member
16 __u64 offset; member
26 __u64 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.h372 static inline u32 bcma_read8(struct bcma_device *core, u16 offset) in bcma_read8()
376 static inline u32 bcma_read16(struct bcma_device *core, u16 offset) in bcma_read16()
380 static inline u32 bcma_read32(struct bcma_device *core, u16 offset) in bcma_read32()
385 void bcma_write8(struct bcma_device *core, u16 offset, u32 value) in bcma_write8()
390 void bcma_write16(struct bcma_device *core, u16 offset, u32 value) in bcma_write16()
395 void bcma_write32(struct bcma_device *core, u16 offset, u32 value) in bcma_write32()
401 size_t count, u16 offset, u8 reg_width) in bcma_block_read()
407 u16 offset, u8 reg_width) in bcma_block_write()
412 static inline u32 bcma_aread32(struct bcma_device *core, u16 offset) in bcma_aread32()
417 void bcma_awrite32(struct bcma_device *core, u16 offset, u32 value) in bcma_awrite32()
[all …]
Dbcma_driver_gmac_cmn.h90 #define gmac_cmn_read16(gc, offset) bcma_read16((gc)->core, offset) argument
91 #define gmac_cmn_read32(gc, offset) bcma_read32((gc)->core, offset) argument
92 #define gmac_cmn_write16(gc, offset, val) bcma_write16((gc)->core, offset, val) argument
93 #define gmac_cmn_write32(gc, offset, val) bcma_write32((gc)->core, offset, val) argument
Dbcma_driver_pcie2.h151 #define pcie2_read16(pcie2, offset) bcma_read16((pcie2)->core, offset) argument
152 #define pcie2_read32(pcie2, offset) bcma_read32((pcie2)->core, offset) argument
153 #define pcie2_write16(pcie2, offset, val) bcma_write16((pcie2)->core, offset, val) argument
154 #define pcie2_write32(pcie2, offset, val) bcma_write32((pcie2)->core, offset, val) argument
156 #define pcie2_set32(pcie2, offset, set) bcma_set32((pcie2)->core, offset, set) argument
157 #define pcie2_mask32(pcie2, offset, mask) bcma_mask32((pcie2)->core, offset, mask) argument
/include/dt-bindings/pinctrl/
Domap.h57 #define OMAP_IOPAD_OFFSET(pa, offset) (((pa) & 0xffff) - (offset)) argument
73 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset)) argument
75 #define OMAP4_IOPAD(offset, val) OMAP_PADCONF_OFFSET((offset), 0x0040) (val) argument
76 #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.h37 u8 offset; member
44 u8 offset; member
/include/dt-bindings/gpio/
Dtegra186-gpio.h41 #define TEGRA_MAIN_GPIO(port, offset) \ argument
54 #define TEGRA_AON_GPIO(port, offset) \ argument
/include/asm-generic/bitops/
Dle.h13 unsigned long size, unsigned long offset) in find_next_zero_bit_le()
19 unsigned long size, unsigned long offset) in find_next_bit_le()

12345678910