Searched refs:first_reg (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/staging/iio/addac/ |
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);
|
/linux-6.12.1/include/linux/mfd/ |
D | abx500.h | 36 u8 first_reg, u8 *regvals, u8 numregs); 38 u8 first_reg, u8 *regvals, u8 numregs);
|
/linux-6.12.1/drivers/mfd/ |
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()
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
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()
|
/linux-6.12.1/drivers/md/bcache/ |
D | bcache_ondisk.h | 392 __u32 first_reg; /* time overflow in y2106 */ member 440 __u32 first_reg; member
|
D | super.c | 453 u->first_reg, u->last_reg, u->invalidated); in uuid_io() 487 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()
|
/linux-6.12.1/drivers/media/i2c/ |
D | ov08x40.c | 1342 static int ov08x40_burst_fill_regs(struct ov08x40 *ov08x, u16 first_reg, in ov08x40_burst_fill_regs() argument 1350 num_regs = last_reg - first_reg + 1; in ov08x40_burst_fill_regs() 1359 put_unaligned_be16(first_reg, msgs.buf); in ov08x40_burst_fill_regs()
|