Lines Matching defs:txp_hostvar
495 struct txp_hostvar { struct
496 volatile u_int32_t hv_rx_hi_read_idx; /* host->arm */
497 volatile u_int32_t hv_rx_lo_read_idx; /* host->arm */
498 volatile u_int32_t hv_rx_buf_write_idx; /* host->arm */
499 volatile u_int32_t hv_resp_read_idx; /* host->arm */
500 volatile u_int32_t hv_tx_lo_desc_read_idx; /* arm->host */
501 volatile u_int32_t hv_tx_hi_desc_read_idx; /* arm->host */
502 volatile u_int32_t hv_rx_lo_write_idx; /* arm->host */
503 volatile u_int32_t hv_rx_buf_read_idx; /* arm->host */
504 volatile u_int32_t hv_cmd_read_idx; /* arm->host */
505 volatile u_int32_t hv_resp_write_idx; /* arm->host */
506 volatile u_int32_t hv_rx_hi_write_idx; /* arm->host */
580 struct txp_hostvar txp_hostvar; member