Home
last modified time | relevance | path

Searched refs:base (Results 1 – 25 of 104) sorted by relevance

12345

/include/linux/mmc/
Dsh_mmcif.h106 static inline void sh_mmcif_boot_cmd_send(void __iomem *base, in sh_mmcif_boot_cmd_send() argument
109 sh_mmcif_writel(base, MMCIF_CE_INT, 0); in sh_mmcif_boot_cmd_send()
110 sh_mmcif_writel(base, MMCIF_CE_ARG, arg); in sh_mmcif_boot_cmd_send()
111 sh_mmcif_writel(base, MMCIF_CE_CMD_SET, cmd); in sh_mmcif_boot_cmd_send()
114 static inline int sh_mmcif_boot_cmd_poll(void __iomem *base, unsigned long mask) in sh_mmcif_boot_cmd_poll() argument
120 tmp = sh_mmcif_readl(base, MMCIF_CE_INT); in sh_mmcif_boot_cmd_poll()
122 sh_mmcif_writel(base, MMCIF_CE_INT, tmp & ~mask); in sh_mmcif_boot_cmd_poll()
130 static inline int sh_mmcif_boot_cmd(void __iomem *base, in sh_mmcif_boot_cmd() argument
133 sh_mmcif_boot_cmd_send(base, cmd, arg); in sh_mmcif_boot_cmd()
134 return sh_mmcif_boot_cmd_poll(base, 0x00010000); in sh_mmcif_boot_cmd()
[all …]
/include/sound/
Dsnd_wavefront.h22 unsigned long base; /* I/O port address */ member
50 unsigned long base; /* low i/o port address */ member
53 #define mpu_data_port base
54 #define mpu_command_port base + 1 /* write semantics */
55 #define mpu_status_port base + 1 /* read semantics */
56 #define data_port base + 2
57 #define status_port base + 3 /* read semantics */
58 #define control_port base + 3 /* write semantics */
59 #define block_port base + 4 /* 16 bit, writeonly */
60 #define last_block_port base + 6 /* 16 bit, writeonly */
[all …]
/include/crypto/internal/
Dskcipher.h23 struct crypto_spawn base; member
31 crypto_set_spawn(&spawn->base, inst); in crypto_set_skcipher_spawn()
41 crypto_drop_spawn(&spawn->base); in crypto_drop_skcipher()
47 return spawn->base.alg; in crypto_skcipher_spawn_alg()
54 crypto_spawn_tfm(&spawn->base, crypto_skcipher_type(0), in crypto_spawn_skcipher()
72 return crypto_ablkcipher_crt(geniv)->base; in skcipher_geniv_cipher()
85 queue, offsetof(struct skcipher_givcrypt_request, creq.base)); in skcipher_dequeue_givcrypt()
97 req->base.complete(&req->base, err); in ablkcipher_request_complete()
108 return req->base.flags; in ablkcipher_request_flags()
Daead.h23 struct crypto_spawn base; member
31 crypto_set_spawn(&spawn->base, inst); in crypto_set_aead_spawn()
41 crypto_drop_spawn(&spawn->base); in crypto_drop_aead()
47 return spawn->base.alg; in crypto_aead_spawn_alg()
54 crypto_spawn_tfm(&spawn->base, CRYPTO_ALG_TYPE_AEAD, in crypto_spawn_aead()
67 return crypto_aead_crt(geniv)->base; in aead_geniv_base()
Dhash.h46 struct crypto_spawn base; member
50 struct crypto_spawn base; member
79 crypto_drop_spawn(&spawn->base); in crypto_drop_ahash()
96 crypto_drop_spawn(&spawn->base); in crypto_drop_shash()
127 return container_of(&inst->alg.halg.base, struct crypto_instance, alg); in ahash_crypto_instance()
133 return container_of(&inst->alg, struct ahash_instance, alg.halg.base); in ahash_instance()
155 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_ahash()
161 return crypto_enqueue_request(queue, &request->base); in ahash_enqueue_request()
178 return crypto_tfm_ctx(&tfm->base); in crypto_shash_ctx()
184 return container_of(&inst->alg.base, struct crypto_instance, alg); in shash_crypto_instance()
[all …]
/include/linux/
Dio-mapping.h39 resource_size_t base; member
52 io_mapping_create_wc(resource_size_t base, unsigned long size) in io_mapping_create_wc() argument
61 if (iomap_create_wc(base, size, &prot)) in io_mapping_create_wc()
64 iomap->base = base; in io_mapping_create_wc()
78 iomap_free(mapping->base, mapping->size); in io_mapping_free()
91 phys_addr = mapping->base + offset; in io_mapping_map_atomic_wc()
108 phys_addr = mapping->base + offset; in io_mapping_map_wc()
128 io_mapping_create_wc(resource_size_t base, unsigned long size) in io_mapping_create_wc() argument
130 return (struct io_mapping __force *) ioremap_wc(base, size); in io_mapping_create_wc()
Dkernel.h215 int __must_check _kstrtoul(const char *s, unsigned int base, unsigned long *res);
216 int __must_check _kstrtol(const char *s, unsigned int base, long *res);
218 int __must_check kstrtoull(const char *s, unsigned int base, unsigned long long *res);
219 int __must_check kstrtoll(const char *s, unsigned int base, long long *res);
220 static inline int __must_check kstrtoul(const char *s, unsigned int base, unsigned long *res) in kstrtoul() argument
228 return kstrtoull(s, base, (unsigned long long *)res); in kstrtoul()
230 return _kstrtoul(s, base, res); in kstrtoul()
233 static inline int __must_check kstrtol(const char *s, unsigned int base, long *res) in kstrtol() argument
241 return kstrtoll(s, base, (long long *)res); in kstrtol()
243 return _kstrtol(s, base, res); in kstrtol()
[all …]
Dsuperhyway.h32 int (*read_vcr)(unsigned long base, struct superhyway_vcr_info *vcr);
33 int (*write_vcr)(unsigned long base, struct superhyway_vcr_info vcr);
82 superhyway_read_vcr(struct superhyway_device *dev, unsigned long base, in superhyway_read_vcr() argument
85 return dev->bus->ops->read_vcr(base, vcr); in superhyway_read_vcr()
89 superhyway_write_vcr(struct superhyway_device *dev, unsigned long base, in superhyway_write_vcr() argument
92 return dev->bus->ops->write_vcr(base, vcr); in superhyway_write_vcr()
100 int superhyway_add_device(unsigned long base, struct superhyway_device *, struct superhyway_bus *);
Dmemblock.h23 phys_addr_t base; member
55 int memblock_add_node(phys_addr_t base, phys_addr_t size, int nid);
56 int memblock_add(phys_addr_t base, phys_addr_t size);
57 int memblock_remove(phys_addr_t base, phys_addr_t size);
58 int memblock_free(phys_addr_t base, phys_addr_t size);
59 int memblock_reserve(phys_addr_t base, phys_addr_t size);
123 int memblock_set_node(phys_addr_t base, phys_addr_t size, int nid);
163 int memblock_is_region_memory(phys_addr_t base, phys_addr_t size);
165 int memblock_is_region_reserved(phys_addr_t base, phys_addr_t size);
198 return PFN_UP(reg->base); in memblock_region_memory_base_pfn()
[all …]
Dclksrc-dbx500-prcmu.h15 void __init clksrc_dbx500_prcmu_init(void __iomem *base);
17 static inline void __init clksrc_dbx500_prcmu_init(void __iomem *base) {} in clksrc_dbx500_prcmu_init() argument
Ddw_apb_timer.h23 void __iomem *base; member
47 void __iomem *base, int irq, unsigned long freq);
49 dw_apb_clocksource_init(unsigned rating, const char *name, void __iomem *base,
Dcrypto.h140 struct crypto_async_request base; member
164 struct crypto_async_request base; member
340 struct crypto_ablkcipher *base; member
354 struct crypto_aead *base; member
435 struct crypto_tfm base; member
439 struct crypto_tfm base; member
443 struct crypto_tfm base; member
447 struct crypto_tfm base; member
451 struct crypto_tfm base; member
455 struct crypto_tfm base; member
[all …]
Dnfsacl.h55 nfsacl_encode(struct xdr_buf *buf, unsigned int base, struct inode *inode,
58 nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt,
Dparport_pc.h12 #define EPPDATA(p) ((p)->base + 0x4)
13 #define EPPADDR(p) ((p)->base + 0x3)
14 #define CONTROL(p) ((p)->base + 0x2)
15 #define STATUS(p) ((p)->base + 0x1)
16 #define DATA(p) ((p)->base + 0x0)
231 extern struct parport *parport_pc_probe_port(unsigned long base,
/include/linux/mfd/
Dtmio.h46 #define sd_config_write8(base, shift, reg, val) \ argument
47 tmio_iowrite8((val), (base) + ((reg) << (shift)))
48 #define sd_config_write16(base, shift, reg, val) \ argument
49 tmio_iowrite16((val), (base) + ((reg) << (shift)))
50 #define sd_config_write32(base, shift, reg, val) \ argument
52 tmio_iowrite16((val), (base) + ((reg) << (shift))); \
53 tmio_iowrite16((val) >> 16, (base) + ((reg + 2) << (shift))); \
85 int tmio_core_mmc_enable(void __iomem *cnf, int shift, unsigned long base);
86 int tmio_core_mmc_resume(void __iomem *cnf, int shift, unsigned long base);
/include/asm-generic/
Ddiv64.h25 # define do_div(n,base) ({ \ argument
26 uint32_t __base = (base); \
40 # define do_div(n,base) ({ \ argument
41 uint32_t __base = (base); \
/include/drm/ttm/
Dttm_object.h128 void (*refcount_release) (struct ttm_base_object **base);
129 void (*ref_obj_release) (struct ttm_base_object *base,
148 struct ttm_base_object *base,
203 struct ttm_base_object *base,
/include/crypto/
Dhash.h24 struct crypto_alg base; member
28 struct crypto_async_request base; member
82 struct crypto_alg base; member
97 struct crypto_tfm base; member
102 struct crypto_tfm base; member
107 return container_of(tfm, struct crypto_ahash, base); in __crypto_ahash_cast()
115 return &tfm->base; in crypto_ahash_tfm()
132 return container_of(alg, struct hash_alg_common, base); in __crypto_hash_alg_common()
169 return __crypto_ahash_cast(req->base.tfm); in crypto_ahash_reqtfm()
211 req->base.tfm = crypto_ahash_tfm(tfm); in ahash_request_set_tfm()
[all …]
Dcryptd.h20 struct crypto_ablkcipher base; member
36 struct crypto_ahash base; member
53 struct crypto_aead base; member
Dalgapi.h227 return crypto_tfm_ctx(&tfm->base); in crypto_ablkcipher_ctx()
232 return crypto_tfm_ctx_aligned(&tfm->base); in crypto_ablkcipher_ctx_aligned()
242 return crypto_tfm_ctx(&tfm->base); in crypto_aead_ctx()
248 return crypto_tfm_alg_instance(&aead->base); in crypto_aead_alg_instance()
262 return crypto_tfm_ctx(&tfm->base); in crypto_blkcipher_ctx()
267 return crypto_tfm_ctx_aligned(&tfm->base); in crypto_blkcipher_ctx_aligned()
294 return crypto_tfm_ctx(&tfm->base); in crypto_hash_ctx()
299 return crypto_tfm_ctx_aligned(&tfm->base); in crypto_hash_ctx_aligned()
339 return crypto_enqueue_request(queue, &request->base); in ablkcipher_enqueue_request()
366 req->base.complete(&req->base, err); in aead_request_complete()
[all …]
Dcompress.h54 struct crypto_tfm base; member
73 struct crypto_alg base; member
81 return &tfm->base; in crypto_pcomp_tfm()
91 return container_of(alg, struct pcomp_alg, base); in __crypto_pcomp_alg()
/include/linux/mtd/
Dfsmc.h54 #define FSMC_NOR_REG(base, bank, reg) (base + \ argument
100 #define FSMC_NAND_REG(base, bank, reg) (base + FSMC_NOR_REG_SIZE + \ argument
171 unsigned long base, uint32_t bank, uint32_t width);
/include/linux/amba/
Dbus.h101 #define AMBA_APB_DEVICE(name, busid, id, base, irqs, data) \ argument
104 .res = DEFINE_RES_MEM(base, SZ_4K), \
112 #define AMBA_AHB_DEVICE(name, busid, id, base, irqs, data) \ argument
115 .res = DEFINE_RES_MEM(base, SZ_4K), \
/include/linux/spi/
Dmc33880.h6 unsigned base; member
D74x164.h6 unsigned base; member

12345