Home
last modified time | relevance | path

Searched refs:base (Results 651 - 675 of 17150) sorted by relevance

1...<<21222324252627282930>>...686

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Domap_hsmmc.c158 #define OMAP_HSMMC_READ(base, reg) \
159 __raw_readl((base) + OMAP_HSMMC_##reg)
161 #define OMAP_HSMMC_WRITE(base, reg, val) \
162 __raw_writel((val), (base) + OMAP_HSMMC_##reg)
179 void __iomem *base; member
465 OMAP_HSMMC_WRITE(host->base, SYSCTL, in omap_hsmmc_start_clock()
466 OMAP_HSMMC_READ(host->base, SYSCTL) | CEN); in omap_hsmmc_start_clock()
474 OMAP_HSMMC_WRITE(host->base, SYSCTL, in omap_hsmmc_stop_clock()
475 OMAP_HSMMC_READ(host->base, SYSCTL) & ~CEN); in omap_hsmmc_stop_clock()
476 if ((OMAP_HSMMC_READ(host->base, SYSCT in omap_hsmmc_stop_clock()
1813 void __iomem *base; omap_hsmmc_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Domap_hsmmc.c158 #define OMAP_HSMMC_READ(base, reg) \
159 __raw_readl((base) + OMAP_HSMMC_##reg)
161 #define OMAP_HSMMC_WRITE(base, reg, val) \
162 __raw_writel((val), (base) + OMAP_HSMMC_##reg)
179 void __iomem *base; member
465 OMAP_HSMMC_WRITE(host->base, SYSCTL, in omap_hsmmc_start_clock()
466 OMAP_HSMMC_READ(host->base, SYSCTL) | CEN); in omap_hsmmc_start_clock()
474 OMAP_HSMMC_WRITE(host->base, SYSCTL, in omap_hsmmc_stop_clock()
475 OMAP_HSMMC_READ(host->base, SYSCTL) & ~CEN); in omap_hsmmc_stop_clock()
476 if ((OMAP_HSMMC_READ(host->base, SYSCT in omap_hsmmc_stop_clock()
1772 void __iomem *base; omap_hsmmc_probe() local
[all...]
H A Dmtk-sd.c430 void __iomem *base; /* host base address */ member
431 void __iomem *top_base; /* host top register base address */
671 sdr_set_bits(host->base + MSDC_CFG, MSDC_CFG_RST); in msdc_reset_hw()
672 readl_poll_timeout_atomic(host->base + MSDC_CFG, val, !(val & MSDC_CFG_RST), 0, 0); in msdc_reset_hw()
674 sdr_set_bits(host->base + MSDC_FIFOCS, MSDC_FIFOCS_CLR); in msdc_reset_hw()
675 readl_poll_timeout_atomic(host->base + MSDC_FIFOCS, val, in msdc_reset_hw()
678 val = readl(host->base + MSDC_INT); in msdc_reset_hw()
679 writel(val, host->base + MSDC_INT); in msdc_reset_hw()
757 sdr_set_field(host->base in msdc_dma_setup()
[all...]
/kernel/linux/linux-5.10/drivers/edac/
H A Darmada_xp_edac.c72 void __iomem *base; member
134 data_h = readl(drvdata->base + SDRAM_ERR_DATA_H_REG); in axp_mc_check()
135 data_l = readl(drvdata->base + SDRAM_ERR_DATA_L_REG); in axp_mc_check()
136 recv_ecc = readl(drvdata->base + SDRAM_ERR_RECV_ECC_REG); in axp_mc_check()
137 calc_ecc = readl(drvdata->base + SDRAM_ERR_CALC_ECC_REG); in axp_mc_check()
138 addr = readl(drvdata->base + SDRAM_ERR_ADDR_REG); in axp_mc_check()
139 cnt_sbe = readl(drvdata->base + SDRAM_ERR_SBE_COUNT_REG); in axp_mc_check()
140 cnt_dbe = readl(drvdata->base + SDRAM_ERR_DBE_COUNT_REG); in axp_mc_check()
141 cause_err = readl(drvdata->base + SDRAM_ERR_CAUSE_ERR_REG); in axp_mc_check()
142 cause_msg = readl(drvdata->base in axp_mc_check()
290 void __iomem *base; axp_mc_probe() local
384 void __iomem *base; global() member
518 void __iomem *base; aurora_l2_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-bcm-kona.c157 void __iomem *base; member
178 dev->base + CS_OFFSET); in bcm_kona_i2c_send_cmd_to_ctrl()
185 dev->base + CS_OFFSET); in bcm_kona_i2c_send_cmd_to_ctrl()
192 dev->base + CS_OFFSET); in bcm_kona_i2c_send_cmd_to_ctrl()
198 dev->base + CS_OFFSET); in bcm_kona_i2c_send_cmd_to_ctrl()
208 writel(readl(dev->base + CLKEN_OFFSET) | CLKEN_CLKEN_MASK, in bcm_kona_i2c_enable_clock()
209 dev->base + CLKEN_OFFSET); in bcm_kona_i2c_enable_clock()
214 writel(readl(dev->base + CLKEN_OFFSET) & ~CLKEN_CLKEN_MASK, in bcm_kona_i2c_disable_clock()
215 dev->base + CLKEN_OFFSET); in bcm_kona_i2c_disable_clock()
221 uint32_t status = readl(dev->base in bcm_kona_i2c_isr()
[all...]
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-s3c.c36 void __iomem *base; member
107 tmp = readb(info->base + S3C2410_RTCALM) & ~S3C2410_RTCALM_ALMEN; in s3c_rtc_setaie()
112 writeb(tmp, info->base + S3C2410_RTCALM); in s3c_rtc_setaie()
140 tm->tm_min = readb(info->base + S3C2410_RTCMIN); in s3c_rtc_read_time()
141 tm->tm_hour = readb(info->base + S3C2410_RTCHOUR); in s3c_rtc_read_time()
142 tm->tm_mday = readb(info->base + S3C2410_RTCDATE); in s3c_rtc_read_time()
143 tm->tm_mon = readb(info->base + S3C2410_RTCMON); in s3c_rtc_read_time()
144 tm->tm_year = readb(info->base + S3C2410_RTCYEAR); in s3c_rtc_read_time()
145 tm->tm_sec = readb(info->base + S3C2410_RTCSEC); in s3c_rtc_read_time()
178 writeb(bin2bcd(tm->tm_sec), info->base in s3c_rtc_write_time()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_dio_link_encoder.c43 enc10->base.ctx
45 enc10->base.ctx->logger
126 cmd->query_dp_alt.data.phy_id = phy_id_from_transmitter(enc10->base.transmitter); in query_dp_alt_from_dmub()
296 enc10->base.funcs = &dcn31_link_enc_funcs; in dcn31_link_encoder_construct()
297 enc10->base.ctx = init_data->ctx; in dcn31_link_encoder_construct()
298 enc10->base.id = init_data->encoder; in dcn31_link_encoder_construct()
300 enc10->base.hpd_source = init_data->hpd_source; in dcn31_link_encoder_construct()
301 enc10->base.connector = init_data->connector; in dcn31_link_encoder_construct()
303 enc10->base.preferred_engine = ENGINE_ID_UNKNOWN; in dcn31_link_encoder_construct()
305 enc10->base in dcn31_link_encoder_construct()
[all...]
/kernel/linux/linux-6.6/drivers/edac/
H A Darmada_xp_edac.c72 void __iomem *base; member
134 data_h = readl(drvdata->base + SDRAM_ERR_DATA_H_REG); in axp_mc_check()
135 data_l = readl(drvdata->base + SDRAM_ERR_DATA_L_REG); in axp_mc_check()
136 recv_ecc = readl(drvdata->base + SDRAM_ERR_RECV_ECC_REG); in axp_mc_check()
137 calc_ecc = readl(drvdata->base + SDRAM_ERR_CALC_ECC_REG); in axp_mc_check()
138 addr = readl(drvdata->base + SDRAM_ERR_ADDR_REG); in axp_mc_check()
139 cnt_sbe = readl(drvdata->base + SDRAM_ERR_SBE_COUNT_REG); in axp_mc_check()
140 cnt_dbe = readl(drvdata->base + SDRAM_ERR_DBE_COUNT_REG); in axp_mc_check()
141 cause_err = readl(drvdata->base + SDRAM_ERR_CAUSE_ERR_REG); in axp_mc_check()
142 cause_msg = readl(drvdata->base in axp_mc_check()
289 void __iomem *base; axp_mc_probe() local
377 void __iomem *base; global() member
511 void __iomem *base; aurora_l2_probe() local
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dscanner.h13 #include "src/base/logging.h"
14 #include "src/base/strings.h"
42 static constexpr base::uc32 kEndOfInput = static_cast<base::uc32>(-1);
53 inline base::uc32 Peek() { in Peek()
55 return static_cast<base::uc32>(*buffer_cursor_); in Peek()
57 return static_cast<base::uc32>(*buffer_cursor_); in Peek()
65 inline base::uc32 Advance() { in Advance()
66 base::uc32 result = Peek(); in Advance()
75 V8_INLINE base
[all...]
/kernel/linux/linux-5.10/drivers/char/hw_random/
H A Dtx4939-rng.c30 void __iomem *base; member
55 static u64 read_rng(void __iomem *base, unsigned int offset) in read_rng() argument
57 return ____raw_readq(base + offset); in read_rng()
60 static void write_rng(u64 val, void __iomem *base, unsigned int offset) in write_rng() argument
62 return ____raw_writeq(val, base + offset); in write_rng()
74 if (!(read_rng(rngdev->base, TX4939_RNG_RCSR) in tx4939_rng_data_present()
77 read_rng(rngdev->base, TX4939_RNG_ROR(0)); in tx4939_rng_data_present()
79 read_rng(rngdev->base, TX4939_RNG_ROR(1)); in tx4939_rng_data_present()
81 read_rng(rngdev->base, TX4939_RNG_ROR(2)); in tx4939_rng_data_present()
86 rngdev->base, TX4939_RNG_RCS in tx4939_rng_data_present()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dnv50.c32 struct nvkm_device *device = fifo->base.engine.subdev.device; in nv50_fifo_runlist_update_locked()
40 for (i = 0, p = 0; i < fifo->base.nr; i++) { in nv50_fifo_runlist_update_locked()
54 mutex_lock(&fifo->base.engine.subdev.mutex); in nv50_fifo_runlist_update()
56 mutex_unlock(&fifo->base.engine.subdev.mutex); in nv50_fifo_runlist_update()
60 nv50_fifo_oneinit(struct nvkm_fifo *base) in nv50_fifo_oneinit() argument
62 struct nv50_fifo *fifo = nv50_fifo(base); in nv50_fifo_oneinit()
63 struct nvkm_device *device = fifo->base.engine.subdev.device; in nv50_fifo_oneinit()
76 nv50_fifo_init(struct nvkm_fifo *base) in nv50_fifo_init() argument
78 struct nv50_fifo *fifo = nv50_fifo(base); in nv50_fifo_init()
79 struct nvkm_device *device = fifo->base in nv50_fifo_init()
100 nv50_fifo_dtor(struct nvkm_fifo *base) nv50_fifo_dtor() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbusnv04.c24 #define nv04_i2c_bus(p) container_of((p), struct nv04_i2c_bus, base)
30 struct nvkm_i2c_bus base; member
36 nv04_i2c_bus_drive_scl(struct nvkm_i2c_bus *base, int state) in nv04_i2c_bus_drive_scl() argument
38 struct nv04_i2c_bus *bus = nv04_i2c_bus(base); in nv04_i2c_bus_drive_scl()
39 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; in nv04_i2c_bus_drive_scl()
47 nv04_i2c_bus_drive_sda(struct nvkm_i2c_bus *base, int state) in nv04_i2c_bus_drive_sda() argument
49 struct nv04_i2c_bus *bus = nv04_i2c_bus(base); in nv04_i2c_bus_drive_sda()
50 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; in nv04_i2c_bus_drive_sda()
58 nv04_i2c_bus_sense_scl(struct nvkm_i2c_bus *base) in nv04_i2c_bus_sense_scl() argument
60 struct nv04_i2c_bus *bus = nv04_i2c_bus(base); in nv04_i2c_bus_sense_scl()
66 nv04_i2c_bus_sense_sda(struct nvkm_i2c_bus *base) nv04_i2c_bus_sense_sda() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbusnv04.c24 #define nv04_i2c_bus(p) container_of((p), struct nv04_i2c_bus, base)
30 struct nvkm_i2c_bus base; member
36 nv04_i2c_bus_drive_scl(struct nvkm_i2c_bus *base, int state) in nv04_i2c_bus_drive_scl() argument
38 struct nv04_i2c_bus *bus = nv04_i2c_bus(base); in nv04_i2c_bus_drive_scl()
39 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; in nv04_i2c_bus_drive_scl()
47 nv04_i2c_bus_drive_sda(struct nvkm_i2c_bus *base, int state) in nv04_i2c_bus_drive_sda() argument
49 struct nv04_i2c_bus *bus = nv04_i2c_bus(base); in nv04_i2c_bus_drive_sda()
50 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; in nv04_i2c_bus_drive_sda()
58 nv04_i2c_bus_sense_scl(struct nvkm_i2c_bus *base) in nv04_i2c_bus_sense_scl() argument
60 struct nv04_i2c_bus *bus = nv04_i2c_bus(base); in nv04_i2c_bus_sense_scl()
66 nv04_i2c_bus_sense_sda(struct nvkm_i2c_bus *base) nv04_i2c_bus_sense_sda() argument
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_object.h73 * @param[out] base The vk_object_base to initialize
77 struct vk_object_base *base,
82 * @param[out] base The vk_object_base being torn down
84 void vk_object_base_finish(struct vk_object_base *base);
87 vk_object_base_assert_valid(ASSERTED struct vk_object_base *base, in vk_object_base_assert_valid() argument
90 assert(base == NULL || base->type == obj_type); in vk_object_base_assert_valid()
96 struct vk_object_base *base = (struct vk_object_base *)(uintptr_t)handle; in vk_object_base_from_u64_handle() local
97 vk_object_base_assert_valid(base, obj_type); in vk_object_base_from_u64_handle()
98 return base; in vk_object_base_from_u64_handle()
228 struct vk_object_base base; global() member
[all...]
/third_party/python/Python/
H A Dmystrtoul.c17 * smallmax[base] is the largest unsigned long i such that
18 * i * base doesn't overflow unsigned long.
84 ** an ascii string to an integer in an arbitrary base.
85 ** Leading white space is ignored. If 'base' is zero
87 ** base. If these are absent it defaults to 10.
95 PyOS_strtoul(const char *str, char **ptr, int base) in PyOS_strtoul() argument
105 /* check for leading 0b, 0o or 0x for auto-base or base 16 */ in PyOS_strtoul()
106 switch (base) { in PyOS_strtoul()
118 base in PyOS_strtoul()
263 PyOS_strtol(const char *str, char **ptr, int base) PyOS_strtol() argument
[all...]
/kernel/linux/linux-6.6/net/sunrpc/
H A Dxdr.c222 * @base: offset in first page where receive should start, in bytes
228 struct page **pages, unsigned int base, unsigned int len) in xdr_inline_pages()
238 xdr->page_base = base; in xdr_inline_pages()
260 * if a memory area starts at byte 'base' in page 'pages[i]',
261 * then its address is given as (i << PAGE_CACHE_SHIFT) + base
325 * if a memory area starts at byte 'base' in page 'pages[i]',
326 * then its address is given as (i << PAGE_SHIFT) + base
474 static void xdr_buf_iov_zero(const struct kvec *iov, unsigned int base, in xdr_buf_iov_zero() argument
477 if (base >= iov->iov_len) in xdr_buf_iov_zero()
479 if (len > iov->iov_len - base) in xdr_buf_iov_zero()
227 xdr_inline_pages(struct xdr_buf *xdr, unsigned int offset, struct page **pages, unsigned int base, unsigned int len) xdr_inline_pages() argument
584 xdr_buf_tail_copy_right(const struct xdr_buf *buf, unsigned int base, unsigned int len, unsigned int shift) xdr_buf_tail_copy_right() argument
598 xdr_buf_pages_copy_right(const struct xdr_buf *buf, unsigned int base, unsigned int len, unsigned int shift) xdr_buf_pages_copy_right() argument
631 xdr_buf_head_copy_right(const struct xdr_buf *buf, unsigned int base, unsigned int len, unsigned int shift) xdr_buf_head_copy_right() argument
678 xdr_buf_tail_shift_right(const struct xdr_buf *buf, unsigned int base, unsigned int len, unsigned int shift) xdr_buf_tail_shift_right() argument
689 xdr_buf_pages_shift_right(const struct xdr_buf *buf, unsigned int base, unsigned int len, unsigned int shift) xdr_buf_pages_shift_right() argument
705 xdr_buf_head_shift_right(const struct xdr_buf *buf, unsigned int base, unsigned int len, unsigned int shift) xdr_buf_head_shift_right() argument
724 xdr_buf_tail_copy_left(const struct xdr_buf *buf, unsigned int base, unsigned int len, unsigned int shift) xdr_buf_tail_copy_left() argument
768 xdr_buf_pages_copy_left(const struct xdr_buf *buf, unsigned int base, unsigned int len, unsigned int shift) xdr_buf_pages_copy_left() argument
801 xdr_buf_tail_shift_left(const struct xdr_buf *buf, unsigned int base, unsigned int len, unsigned int shift) xdr_buf_tail_shift_left() argument
810 xdr_buf_pages_shift_left(const struct xdr_buf *buf, unsigned int base, unsigned int len, unsigned int shift) xdr_buf_pages_shift_left() argument
827 xdr_buf_head_shift_left(const struct xdr_buf *buf, unsigned int base, unsigned int len, unsigned int shift) xdr_buf_head_shift_left() argument
1290 xdr_write_pages(struct xdr_stream *xdr, struct page **pages, unsigned int base, unsigned int len) xdr_write_pages() argument
1318 xdr_set_iov(struct xdr_stream *xdr, struct kvec *iov, unsigned int base, unsigned int len) xdr_set_iov() argument
1332 xdr_set_tail_base(struct xdr_stream *xdr, unsigned int base, unsigned int len) xdr_set_tail_base() argument
1349 xdr_set_page_base(struct xdr_stream *xdr, unsigned int base, unsigned int len) xdr_set_page_base() argument
1390 xdr_set_page(struct xdr_stream *xdr, unsigned int base, unsigned int len) xdr_set_page() argument
1595 unsigned int base, end, pglen; xdr_read_pages() local
1624 size_t base = 0; xdr_set_pagelen() local
1686 xdr_buf_subsegment(const struct xdr_buf *buf, struct xdr_buf *subbuf, unsigned int base, unsigned int len) xdr_buf_subsegment() argument
1894 read_bytes_from_xdr_buf(const struct xdr_buf *buf, unsigned int base, void *obj, unsigned int len) read_bytes_from_xdr_buf() argument
1926 write_bytes_to_xdr_buf(const struct xdr_buf *buf, unsigned int base, void *obj, unsigned int len) write_bytes_to_xdr_buf() argument
1940 xdr_decode_word(const struct xdr_buf *buf, unsigned int base, u32 *obj) xdr_decode_word() argument
1953 xdr_encode_word(const struct xdr_buf *buf, unsigned int base, u32 obj) xdr_encode_word() argument
1962 xdr_xcode_array2(const struct xdr_buf *buf, unsigned int base, struct xdr_array2_desc *desc, int encode) xdr_xcode_array2() argument
2155 xdr_decode_array2(const struct xdr_buf *buf, unsigned int base, struct xdr_array2_desc *desc) xdr_decode_array2() argument
2165 xdr_encode_array2(const struct xdr_buf *buf, unsigned int base, struct xdr_array2_desc *desc) xdr_encode_array2() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_bo.c168 struct drm_gem_object *obj = &bo->base.base; in vc4_bo_destroy()
183 drm_gem_dma_free(&bo->base); in vc4_bo_destroy()
188 struct vc4_dev *vc4 = to_vc4_dev(bo->base.base.dev); in vc4_bo_remove_from_cache()
252 struct vc4_dev *vc4 = to_vc4_dev(bo->base.base.dev); in vc4_bo_add_to_purgeable_pool()
260 vc4->purgeable.size += bo->base.base.size; in vc4_bo_add_to_purgeable_pool()
266 struct vc4_dev *vc4 = to_vc4_dev(bo->base in vc4_bo_remove_from_purgeable_pool_locked()
[all...]
/kernel/linux/linux-5.10/arch/mips/crypto/
H A Dchacha-glue.c82 .base.cra_name = "chacha20",
83 .base.cra_driver_name = "chacha20-mips",
84 .base.cra_priority = 200,
85 .base.cra_blocksize = 1,
86 .base.cra_ctxsize = sizeof(struct chacha_ctx),
87 .base.cra_module = THIS_MODULE,
97 .base.cra_name = "xchacha20",
98 .base.cra_driver_name = "xchacha20-mips",
99 .base.cra_priority = 200,
100 .base
[all...]
/kernel/linux/linux-6.6/arch/mips/crypto/
H A Dchacha-glue.c82 .base.cra_name = "chacha20",
83 .base.cra_driver_name = "chacha20-mips",
84 .base.cra_priority = 200,
85 .base.cra_blocksize = 1,
86 .base.cra_ctxsize = sizeof(struct chacha_ctx),
87 .base.cra_module = THIS_MODULE,
97 .base.cra_name = "xchacha20",
98 .base.cra_driver_name = "xchacha20-mips",
99 .base.cra_priority = 200,
100 .base
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/
H A Dcamss-csiphy-2ph-1-0.c32 u8 hw_version = readl_relaxed(csiphy->base + in csiphy_hw_version_read()
44 writel_relaxed(0x1, csiphy->base + CAMSS_CSI_PHY_GLBL_RESET); in csiphy_reset()
46 writel_relaxed(0x0, csiphy->base + CAMSS_CSI_PHY_GLBL_RESET); in csiphy_reset()
96 writel_relaxed(0x1, csiphy->base + in csiphy_lanes_enable()
98 writel_relaxed(0x1, csiphy->base + in csiphy_lanes_enable()
103 writel_relaxed(val, csiphy->base + CAMSS_CSI_PHY_GLBL_PWR_CFG); in csiphy_lanes_enable()
106 writel_relaxed(val, csiphy->base + CAMSS_CSI_PHY_GLBL_RESET); in csiphy_lanes_enable()
114 writel_relaxed(0x10, csiphy->base + in csiphy_lanes_enable()
116 writel_relaxed(settle_cnt, csiphy->base + in csiphy_lanes_enable()
118 writel_relaxed(0x3f, csiphy->base in csiphy_lanes_enable()
[all...]
/kernel/linux/linux-6.6/drivers/s390/block/
H A Ddasd_genhd.c43 struct dasd_device *base; in dasd_gendisk_alloc() local
47 base = block->base; in dasd_gendisk_alloc()
48 if (base->devindex >= DASD_PER_MAJOR) in dasd_gendisk_alloc()
69 gdp->first_minor = base->devindex << DASD_PARTN_BITS; in dasd_gendisk_alloc()
81 if (base->devindex > 25) { in dasd_gendisk_alloc()
82 if (base->devindex > 701) { in dasd_gendisk_alloc()
83 if (base->devindex > 18277) in dasd_gendisk_alloc()
85 'a'+(((base->devindex-18278) in dasd_gendisk_alloc()
88 'a'+(((base in dasd_gendisk_alloc()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/
H A Dcamss-csiphy-2ph-1-0.c46 u8 hw_version = readl_relaxed(csiphy->base + in csiphy_hw_version_read()
58 writel_relaxed(0x1, csiphy->base + CAMSS_CSI_PHY_GLBL_RESET); in csiphy_reset()
60 writel_relaxed(0x0, csiphy->base + CAMSS_CSI_PHY_GLBL_RESET); in csiphy_reset()
108 writel_relaxed(0x1, csiphy->base + in csiphy_lanes_enable()
110 writel_relaxed(0x1, csiphy->base + in csiphy_lanes_enable()
115 writel_relaxed(val, csiphy->base + CAMSS_CSI_PHY_GLBL_PWR_CFG); in csiphy_lanes_enable()
118 writel_relaxed(val, csiphy->base + CAMSS_CSI_PHY_GLBL_RESET); in csiphy_lanes_enable()
126 writel_relaxed(0x10, csiphy->base + in csiphy_lanes_enable()
128 writel_relaxed(settle_cnt, csiphy->base + in csiphy_lanes_enable()
130 writel_relaxed(0x3f, csiphy->base in csiphy_lanes_enable()
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/gtest/
H A Dtjbench-gtest-wrapper.cpp21 #include "base/files/file.h"
22 #include "base/files/file_util.h"
23 #include "base/path_service.h"
62 base::FilePath resource_path; in SetUpTestSuite()
63 ASSERT_TRUE(base::PathService::Get(base::DIR_SOURCE_ROOT, &resource_path)); in SetUpTestSuite()
68 ASSERT_TRUE(base::PathExists(resource_path)); in SetUpTestSuite()
70 base::FilePath target_path(GetTargetDirectory()); in SetUpTestSuite()
73 ASSERT_TRUE(base::CopyFile(resource_path, target_path)); in SetUpTestSuite()
97 base in TEST_P()
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dimplicit_weak_message.h144 iterator begin() { return iterator(base().raw_data()); } in begin()
145 const_iterator begin() const { return iterator(base().raw_data()); } in begin()
147 iterator end() { return begin() + base().size(); } in end()
148 const_iterator end() const { return begin() + base().size(); } in end()
151 return pointer_iterator(base().raw_mutable_data()); in pointer_begin()
154 return const_pointer_iterator(base().raw_mutable_data()); in pointer_begin()
157 return pointer_iterator(base().raw_mutable_data() + base().size()); in pointer_end()
160 return const_pointer_iterator(base().raw_mutable_data() + base() in pointer_end()
175 const internal::RepeatedPtrFieldBase& base() const { return weak; } base() function
176 internal::RepeatedPtrFieldBase& base() { return weak; } base() function
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/lima/
H A Dlima_gem.c23 struct address_space *mapping = bo->base.base.filp->f_mapping; in lima_heap_alloc()
24 struct device *dev = bo->base.base.dev->dev; in lima_heap_alloc()
31 if (bo->heap_size >= bo->base.base.size) in lima_heap_alloc()
34 new_size = min(new_size, bo->base.base.size); in lima_heap_alloc()
36 mutex_lock(&bo->base.pages_lock); in lima_heap_alloc()
38 if (bo->base in lima_heap_alloc()
[all...]

Completed in 21 milliseconds

1...<<21222324252627282930>>...686