Home
last modified time | relevance | path

Searched refs:burst_write (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/linux/platform_data/
H A Dgpmc-omap.h149 bool burst_write; /* enables write page/burst mode */ member
/linux-6.15/arch/arm/mach-omap2/
H A Dusb-tusb6010.c34 .burst_write = true,
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc_helper.c65 struct dmub_rb_cmd_burst_write *cmd_buf = &offload->cmd_data.burst_write; in submit_dmub_burst_write()
147 struct dmub_rb_cmd_burst_write *cmd_buf = &offload->cmd_data.burst_write; in dmub_reg_value_burst_set_pack()
/linux-6.15/drivers/memory/
H A Domap-gpmc.c1887 if (p->burst_read || p->burst_write) { in gpmc_cs_program_settings()
1924 if (p->burst_write) in gpmc_cs_program_settings()
1926 if (p->burst_read || p->burst_write) { in gpmc_cs_program_settings()
2027 p->burst_write = of_property_read_bool(np, "gpmc,burst-write"); in gpmc_read_settings_dt()
2028 if (!p->burst_read && !p->burst_write) in gpmc_read_settings_dt()
/linux-6.15/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h5538 struct dmub_rb_cmd_burst_write burst_write; member