Lines Matching full:host_data
294 …_req(DFX_board_t *bp, PI_UINT32 command, PI_UINT32 data_a, PI_UINT32 data_b, PI_UINT32 *host_data);
874 u32 host_data; /* LW data returned from port control call */ in dfx_bus_config_check() local
897 &host_data); in dfx_bus_config_check()
898 if ((status != DFX_K_SUCCESS) || (host_data == 2)) in dfx_bus_config_check()
2642 * Host data register value in host_data if ptr is not NULL
2649 * host_data - ptr to host data register value
2671 PI_UINT32 *host_data in dfx_hw_port_ctrl_req() argument
2706 * If the address of host_data is non-zero, assume caller has supplied a in dfx_hw_port_ctrl_req()
2707 * non NULL pointer, and return the contents of the HOST_DATA register in in dfx_hw_port_ctrl_req()
2711 if (host_data != NULL) in dfx_hw_port_ctrl_req()
2712 dfx_port_read_long(bp, PI_PDQ_K_REG_HOST_DATA, host_data); in dfx_hw_port_ctrl_req()