Searched refs:tegra_ivc (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/soc/tegra/ |
H A D | ivc.h | 16 struct tegra_ivc { struct 25 void (*notify)(struct tegra_ivc *ivc, void *data); argument 41 int tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc, struct iosys_map *map); argument 51 int tegra_ivc_read_advance(struct tegra_ivc *ivc); 61 int tegra_ivc_write_get_next_frame(struct tegra_ivc *ivc, struct iosys_map *map); 71 int tegra_ivc_write_advance(struct tegra_ivc *ivc); 82 int tegra_ivc_notified(struct tegra_ivc *ivc); 92 void tegra_ivc_reset(struct tegra_ivc *ivc); 96 int tegra_ivc_init(struct tegra_ivc *ivc, struct device *peer, const struct iosys_map *rx, 99 void (*notify)(struct tegra_ivc *ivc, void *data), [all …]
|
H A D | bpmp.h | 57 struct tegra_ivc *ivc;
|
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/ |
H A D | ivc.h | 46 struct tegra_ivc { struct 80 void (*notify)(struct tegra_ivc *); argument 95 int tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc, void **frame); 109 int tegra_ivc_read_advance(struct tegra_ivc *ivc); 123 int tegra_ivc_write_get_next_frame(struct tegra_ivc *ivc, void **frame); 137 int tegra_ivc_write_advance(struct tegra_ivc *ivc); 149 int tegra_ivc_channel_notified(struct tegra_ivc *ivc); 161 void tegra_ivc_channel_reset(struct tegra_ivc *ivc); 174 int tegra_ivc_init(struct tegra_ivc *ivc, ulong rx_base, ulong tx_base, 176 void (*notify)(struct tegra_ivc *));
|
/openbmc/u-boot/arch/arm/mach-tegra/ |
H A D | ivc.c | 71 static inline void tegra_ivc_invalidate_counter(struct tegra_ivc *ivc, in tegra_ivc_invalidate_counter() 79 static inline void tegra_ivc_flush_counter(struct tegra_ivc *ivc, in tegra_ivc_flush_counter() 87 static inline ulong tegra_ivc_frame_addr(struct tegra_ivc *ivc, in tegra_ivc_frame_addr() 97 static inline void *tegra_ivc_frame_pointer(struct tegra_ivc *ivc, in tegra_ivc_frame_pointer() 104 static inline void tegra_ivc_invalidate_frame(struct tegra_ivc *ivc, in tegra_ivc_invalidate_frame() 112 static inline void tegra_ivc_flush_frame(struct tegra_ivc *ivc, in tegra_ivc_flush_frame() 120 static inline int tegra_ivc_channel_empty(struct tegra_ivc *ivc, in tegra_ivc_channel_empty() 147 static inline int tegra_ivc_channel_full(struct tegra_ivc *ivc, in tegra_ivc_channel_full() 158 static inline void tegra_ivc_advance_rx(struct tegra_ivc *ivc) in tegra_ivc_advance_rx() 169 static inline void tegra_ivc_advance_tx(struct tegra_ivc *ivc) in tegra_ivc_advance_tx() [all …]
|
/openbmc/linux/drivers/firmware/tegra/ |
H A D | ivc.c | 77 static inline void tegra_ivc_invalidate(struct tegra_ivc *ivc, dma_addr_t phys) in tegra_ivc_invalidate() 86 static inline void tegra_ivc_flush(struct tegra_ivc *ivc, dma_addr_t phys) in tegra_ivc_flush() 95 static inline bool tegra_ivc_empty(struct tegra_ivc *ivc, struct iosys_map *map) in tegra_ivc_empty() 121 static inline bool tegra_ivc_full(struct tegra_ivc *ivc, struct iosys_map *map) in tegra_ivc_full() 133 static inline u32 tegra_ivc_available(struct tegra_ivc *ivc, struct iosys_map *map) in tegra_ivc_available() 147 static inline void tegra_ivc_advance_tx(struct tegra_ivc *ivc) in tegra_ivc_advance_tx() 159 static inline void tegra_ivc_advance_rx(struct tegra_ivc *ivc) in tegra_ivc_advance_rx() 171 static inline int tegra_ivc_check_read(struct tegra_ivc *ivc) in tegra_ivc_check_read() 206 static inline int tegra_ivc_check_write(struct tegra_ivc *ivc) in tegra_ivc_check_write() 226 static int tegra_ivc_frame_virt(struct tegra_ivc *ivc, const struct iosys_map *header, in tegra_ivc_frame_virt() [all …]
|
H A D | bpmp-tegra186.c | 96 static void tegra186_bpmp_ivc_notify(struct tegra_ivc *ivc, void *data) in tegra186_bpmp_ivc_notify()
|
/openbmc/u-boot/drivers/misc/ |
H A D | tegra186_bpmp.c | 25 struct tegra_ivc ivc; 160 static void tegra186_bpmp_ivc_notify(struct tegra_ivc *ivc) in tegra186_bpmp_ivc_notify()
|