Home
last modified time | relevance | path

Searched refs:tegra_ivc_header (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/firmware/tegra/
Divc.c53 struct tegra_ivc_header { struct
72 iosys_map_rd_field(hdr, 0, struct tegra_ivc_header, field) argument
75 iosys_map_wr_field(hdr, 0, struct tegra_ivc_header, field, value)
173 unsigned int offset = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_check_read()
208 unsigned int offset = offsetof(struct tegra_ivc_header, rx.count); in tegra_ivc_check_write()
229 size_t offset = sizeof(struct tegra_ivc_header) + ivc->frame_size * frame; in tegra_ivc_frame_virt()
245 offset = sizeof(struct tegra_ivc_header) + ivc->frame_size * frame; in tegra_ivc_frame_phys()
305 unsigned int rx = offsetof(struct tegra_ivc_header, rx.count); in tegra_ivc_read_advance()
306 unsigned int tx = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_read_advance()
358 unsigned int tx = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_write_advance()
[all …]
/linux-6.12.1/include/soc/tegra/
Divc.h14 struct tegra_ivc_header;