Home
last modified time | relevance | path

Searched refs:regs_offset (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.c39 .regs_offset = 0x40,
70 .regs_offset = 0x40,
86 .regs_offset = 0x100,
105 .regs_offset = 0x280,
127 .regs_offset = 0x340,
164 .regs_offset = 0x40,
180 .regs_offset = 0x140,
199 .regs_offset = 0x240,
218 .regs_offset = 0x340,
244 .regs_offset = 0x440,
[all …]
H A Datmel_hlcdc_dc.h290 int regs_offset; member
438 regmap_write(layer->regmap, layer->desc->regs_offset + reg, val); in atmel_hlcdc_layer_write_reg()
446 regmap_read(layer->regmap, layer->desc->regs_offset + reg, &val); in atmel_hlcdc_layer_read_reg()
/linux/drivers/net/ethernet/ti/
H A Dcpsw_sl.c116 const u32 regs_offset; member
150 .regs_offset = 0x330,
163 .regs_offset = 0x330,
173 .regs_offset = 0x330,
251 sl->sl_base += sl_dev_id->regs_offset; in cpsw_sl_get()
/linux/include/linux/platform_data/
H A Dspi-omap2-mcspi.h12 unsigned int regs_offset; member
/linux/arch/powerpc/platforms/powernv/
H A Dopal-fadump.c420 u32 thread_pir, size_per_thread, regs_offset, regs_cnt, reg_esize; in opal_fadump_build_cpu_notes() local
449 regs_offset = (offsetof(struct hdat_fadump_thread_hdr, offset) + in opal_fadump_build_cpu_notes()
457 regs_offset, reg_esize, regs_cnt); in opal_fadump_build_cpu_notes()
491 opal_fadump_read_regs((bufp + regs_offset), regs_cnt, in opal_fadump_build_cpu_notes()
H A Dopal-core.c223 u32 thread_pir, size_per_thread, regs_offset, regs_cnt, reg_esize; in opalcore_append_cpu_notes() local
240 regs_offset = (offsetof(struct hdat_fadump_thread_hdr, offset) + in opalcore_append_cpu_notes()
248 regs_offset, reg_esize, regs_cnt); in opalcore_append_cpu_notes()
274 opal_fadump_read_regs((bufp + regs_offset), regs_cnt, in opalcore_append_cpu_notes()
/linux/drivers/mtd/nand/raw/
H A Dmxc_nand.c152 size_t regs_offset; member
1261 .regs_offset = 0xe00,
1285 .regs_offset = 0xe00,
1311 .regs_offset = 0x1e00,
1336 .regs_offset = 0,
1362 .regs_offset = 0,
1743 if (host->devtype_data->regs_offset) in mxcnd_probe()
1744 host->regs = host->base + host->devtype_data->regs_offset; in mxcnd_probe()
/linux/drivers/mmc/core/
H A Dsdio_uart.c70 unsigned int regs_offset; member
183 return sdio_readb(port->func, port->regs_offset + offset, NULL); in sdio_in()
188 sdio_writeb(port->func, value, port->regs_offset + offset, NULL); in sdio_out()
1055 port->regs_offset = (tpl->data[4] << 0) | in sdio_uart_probe()
1059 sdio_func_id(func), port->regs_offset); in sdio_uart_probe()
/linux/drivers/gpu/drm/xe/
H A Dxe_oa.c755 u32 regs_offset = xe_lrc_regs_offset(lrc) / sizeof(u32); in xe_oa_configure_oar_context() local
767 regs_offset + CTX_CONTEXT_CONTROL, in xe_oa_configure_oar_context()
788 u32 regs_offset = xe_lrc_regs_offset(lrc) / sizeof(u32); in xe_oa_configure_oac_context() local
799 regs_offset + CTX_CONTEXT_CONTROL, in xe_oa_configure_oac_context()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dbg_hsi.h155 u16 regs_offset; member
/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c570 int regs_offset = FIELD_GET(BPF_FIXUP_REG_MASK, ex->fixup); in ex_handler_bpf() local
572 if (regs_offset != REG_DONT_CLEAR_MARKER) in ex_handler_bpf()
573 *(unsigned long *)((void *)regs + pt_regmap[regs_offset]) = 0; in ex_handler_bpf()