Searched refs:first_reg (Results 1 – 8 of 8) sorted by relevance
| /drivers/firmware/cirrus/test/ |
| A D | cs_dsp_mock_regmap.c | 217 unsigned int first_reg, unsigned int last_reg) in cs_dsp_mock_regmap_drop_range() argument 219 regcache_drop_region(priv->dsp->regmap, first_reg, last_reg); in cs_dsp_mock_regmap_drop_range() 231 unsigned int first_reg, size_t num_regs) in cs_dsp_mock_regmap_drop_regs() argument 234 unsigned int last = first_reg + (stride * (num_regs - 1)); in cs_dsp_mock_regmap_drop_regs() 236 cs_dsp_mock_regmap_drop_range(priv, first_reg, last); in cs_dsp_mock_regmap_drop_regs() 251 unsigned int first_reg, size_t num_bytes) in cs_dsp_mock_regmap_drop_bytes() argument 255 cs_dsp_mock_regmap_drop_regs(priv, first_reg, num_regs); in cs_dsp_mock_regmap_drop_bytes()
|
| /drivers/staging/iio/addac/ |
| A D | adt7316.h | 21 int (*multi_read)(void *client, u8 first_reg, u8 count, u8 *data); 22 int (*multi_write)(void *client, u8 first_reg, u8 count, u8 *data);
|
| /drivers/mfd/ |
| A D | abx500-core.c | 89 u8 first_reg, u8 *regvals, u8 numregs) in abx500_get_register_page_interruptible() argument 96 first_reg, regvals, numregs); in abx500_get_register_page_interruptible()
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_amdkfd_gfx_v12.c | 144 const uint32_t first_reg = regSDMA0_QUEUE0_RB_CNTL; in hqd_sdma_dump_v12() local 147 #define HQD_N_REGS (last_reg - first_reg + 1) in hqd_sdma_dump_v12() 153 for (reg = first_reg; in hqd_sdma_dump_v12()
|
| /drivers/media/i2c/ |
| A D | ov08x40.c | 1425 static int __ov08x40_burst_fill_regs(struct i2c_client *client, u16 first_reg, in __ov08x40_burst_fill_regs() argument 1440 put_unaligned_be16(first_reg, msgs.buf); in __ov08x40_burst_fill_regs() 1457 static int ov08x40_burst_fill_regs(struct ov08x40 *ov08x, u16 first_reg, in ov08x40_burst_fill_regs() argument 1464 num_regs = last_reg - first_reg + 1; in ov08x40_burst_fill_regs() 1470 while (first_reg < last_reg) { in ov08x40_burst_fill_regs() 1471 ret = __ov08x40_burst_fill_regs(client, first_reg, last_reg, in ov08x40_burst_fill_regs() 1476 first_reg += num_write_regs; in ov08x40_burst_fill_regs()
|
| /drivers/md/bcache/ |
| A D | bcache_ondisk.h | 392 __u32 first_reg; /* time overflow in y2106 */ member 440 __u32 first_reg; member
|
| A D | super.c | 452 u->first_reg, u->last_reg, u->invalidated); in uuid_io() 486 u1[i].first_reg = u0[i].first_reg; in uuid_read() 1262 u->first_reg = u->last_reg = rtime; in bch_cached_dev_attach() 1594 u->first_reg = u->last_reg = cpu_to_le32((u32)ktime_get_real_seconds()); in bch_flash_dev_create()
|
| /drivers/nvme/target/ |
| A D | pr.c | 260 struct nvmet_pr_registrant *first_reg; in nvmet_pr_unregister_one() local 273 first_reg = list_first_or_null_rcu(&pr->registrant_list, in nvmet_pr_unregister_one() 275 if (first_reg) in nvmet_pr_unregister_one() 276 first_reg->rtype = original_rtype; in nvmet_pr_unregister_one() 277 rcu_assign_pointer(pr->holder, first_reg); in nvmet_pr_unregister_one()
|
Completed in 28 milliseconds