Searched refs:tegra_ivc_header (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/firmware/tegra/ |
H A D | ivc.c | 53 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) 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() 439 offset = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_notified() 478 offset = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_notified() 517 offset = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_notified() 570 return queue_size + sizeof(struct tegra_ivc_header); in tegra_ivc_total_queue_size() [all …]
|
/openbmc/linux/include/soc/tegra/ |
H A D | ivc.h | 14 struct tegra_ivc_header;
|