Lines Matching defs:ogx_node
149 struct ogx_node { struct
150 bus_dma_tag_t node_dmat;
151 bus_space_tag_t node_iot;
152 bus_space_handle_t node_fpa3;
153 bus_space_handle_t node_pki;
154 bus_space_handle_t node_pko3;
155 bus_space_handle_t node_sso;
157 struct fpa3pool node_pko_pool;
158 struct fpa3pool node_pkt_pool;
159 struct fpa3pool node_sso_pool;
160 struct fpa3aura node_pko_aura;
161 struct fpa3aura node_sso_aura;
163 uint64_t node_id;
164 unsigned int node_nclusters;
165 unsigned int node_nunits;
166 struct ogx_fifo_group node_fifogrp[8];
167 const struct ogx_config *node_cfg;
169 struct rwlock node_lock;
170 unsigned int node_flags;
354 struct ogx_node ogx_node; variable