| /linux-6.15/drivers/gpu/drm/radeon/ |
| H A D | mkregtable.c | 202 int last_reg; in parser_auth() local 228 last_reg = strtol(last_reg_s, NULL, 16); in parser_auth() 260 if (t->offset_max < last_reg) in parser_auth() 261 t->offset_max = last_reg; in parser_auth()
|
| /linux-6.15/sound/isa/sb/ |
| H A D | emu8000.c | 39 if (reg != emu->last_reg) { in snd_emu8000_poke() 41 emu->last_reg = reg; in snd_emu8000_poke() 53 if (reg != emu->last_reg) { in snd_emu8000_peek() 55 emu->last_reg = reg; in snd_emu8000_peek() 67 if (reg != emu->last_reg) { in snd_emu8000_poke_dw() 69 emu->last_reg = reg; in snd_emu8000_poke_dw() 83 if (reg != emu->last_reg) { in snd_emu8000_peek_dw() 85 emu->last_reg = reg; in snd_emu8000_peek_dw() 506 emu->last_reg = 0xffff; /* reset the last register index */ in snd_emu8000_init_hw()
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_amdkfd_gfx_v12.c | 145 const uint32_t last_reg = regSDMA0_QUEUE0_CONTEXT_STATUS; in hqd_sdma_dump_v12() local 147 #define HQD_N_REGS (last_reg - first_reg + 1) in hqd_sdma_dump_v12() 154 reg <= last_reg; reg++) in hqd_sdma_dump_v12()
|
| /linux-6.15/drivers/firmware/cirrus/test/ |
| H 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()
|
| /linux-6.15/include/sound/ |
| H A D | emu8000.h | 59 unsigned short last_reg;/* Last register command */ member
|
| /linux-6.15/drivers/input/mouse/ |
| H A D | sentelic.h | 104 unsigned char last_reg; /* Last register we requested read from */ member
|
| H A D | sentelic.c | 454 return sprintf(buf, "%02x%02x\n", pad->last_reg, pad->last_val); in fsp_attr_show_getreg() 479 pad->last_reg = reg; in fsp_attr_set_getreg()
|
| /linux-6.15/drivers/md/bcache/ |
| H A D | bcache_ondisk.h | 393 __u32 last_reg; member 441 __u32 last_reg; member
|
| H A D | super.c | 453 u->first_reg, u->last_reg, u->invalidated); in uuid_io() 488 u1[i].last_reg = u0[i].last_reg; in uuid_read() 1262 u->first_reg = u->last_reg = rtime; in bch_cached_dev_attach() 1271 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.15/drivers/media/i2c/ |
| H A D | ov08x40.c | 1405 u16 last_reg, size_t num_regs, u8 val) in __ov08x40_burst_fill_regs() argument 1437 u16 last_reg, u8 val) in ov08x40_burst_fill_regs() argument 1443 num_regs = last_reg - first_reg + 1; in ov08x40_burst_fill_regs() 1449 while (first_reg < last_reg) { in ov08x40_burst_fill_regs() 1450 ret = __ov08x40_burst_fill_regs(client, first_reg, last_reg, in ov08x40_burst_fill_regs()
|
| /linux-6.15/include/linux/firmware/cirrus/ |
| H A D | cs_dsp_test_utils.h | 116 unsigned int first_reg, unsigned int last_reg);
|
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | intel_ring_submission.c | 806 i915_reg_t last_reg = INVALID_MMIO_REG; /* keep gcc quiet */ in mi_set_context() local 813 last_reg = RING_PSMI_CTL(signaller->mmio_base); in mi_set_context() 814 *cs++ = i915_mmio_reg_offset(last_reg); in mi_set_context() 821 *cs++ = i915_mmio_reg_offset(last_reg); in mi_set_context()
|
| /linux-6.15/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | t4_hw.c | 2676 unsigned int last_reg = reg_ranges[range + 1]; in t4_get_regs() local 2682 while (reg <= last_reg && bufp < buf_end) { in t4_get_regs()
|