Lines Matching defs:host_data
288 static int dfx_hw_port_ctrl_req(DFX_board_t *bp, PI_UINT32 command, PI_UINT32 data_a, PI_UINT32 data_b, PI_UINT32 *host_data);
958 u32 host_data; /* LW data returned from port control call */
981 &host_data);
982 if ((status != DFX_K_SUCCESS) || (host_data == 2))
2721 * Host data register value in host_data if ptr is not NULL
2728 * host_data - ptr to host data register value
2750 PI_UINT32 *host_data
2785 * If the address of host_data is non-zero, assume caller has supplied a
2790 if (host_data != NULL)
2791 dfx_port_read_long(bp, PI_PDQ_K_REG_HOST_DATA, host_data);