Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/platform_data/
Dgpmc-omap.h142 bool burst_write; /* enables write page/burst mode */ member
/linux-6.1.9/arch/arm/mach-omap2/
Dusb-tusb6010.c34 .burst_write = true,
/linux-6.1.9/drivers/memory/
Domap-gpmc.c1844 if (p->burst_read || p->burst_write) { in gpmc_cs_program_settings()
1880 if (p->burst_write) in gpmc_cs_program_settings()
1882 if (p->burst_read || p->burst_write) { in gpmc_cs_program_settings()
1972 p->burst_write = of_property_read_bool(np, "gpmc,burst-write"); in gpmc_read_settings_dt()
1973 if (!p->burst_read && !p->burst_write) in gpmc_read_settings_dt()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/
Ddc_helper.c68 struct dmub_rb_cmd_burst_write *cmd_buf = &offload->cmd_data.burst_write; in submit_dmub_burst_write()
169 struct dmub_rb_cmd_burst_write *cmd_buf = &offload->cmd_data.burst_write; in dmub_reg_value_burst_set_pack()
/linux-6.1.9/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h3165 struct dmub_rb_cmd_burst_write burst_write; member