Lines Matching refs:PI_UINT32
294 … int dfx_hw_port_ctrl_req(DFX_board_t *bp, PI_UINT32 command, PI_UINT32 data_a, PI_UINT32 data_b,…
295 static void dfx_hw_adap_reset(DFX_board_t *bp, PI_UINT32 type);
297 static int dfx_hw_dma_uninit(DFX_board_t *bp, PI_UINT32 type);
1562 PI_UINT32 port_status; /* PDQ port status register value */ in dfx_int_pr_halt_id()
1563 PI_UINT32 halt_id; /* PDQ port status halt ID */ in dfx_int_pr_halt_id()
1667 PI_UINT32 type_0_status; /* Host Interrupt Type 0 register */ in dfx_int_type_0_process()
1668 PI_UINT32 state; /* current adap state (from port status) */ in dfx_int_type_0_process()
1812 PI_UINT32 port_status; /* Port Status register */ in dfx_int_common()
2668 PI_UINT32 command, in dfx_hw_port_ctrl_req()
2669 PI_UINT32 data_a, in dfx_hw_port_ctrl_req()
2670 PI_UINT32 data_b, in dfx_hw_port_ctrl_req()
2671 PI_UINT32 *host_data in dfx_hw_port_ctrl_req()
2675 PI_UINT32 port_cmd; /* Port Control command register value */ in dfx_hw_port_ctrl_req()
2680 port_cmd = (PI_UINT32) (command | PI_PCTRL_M_CMD_ERROR); in dfx_hw_port_ctrl_req()
2752 PI_UINT32 type in dfx_hw_adap_reset()
2800 PI_UINT32 port_status; /* Port Status register value */ in dfx_hw_adap_state_rd()
2838 static int dfx_hw_dma_uninit(DFX_board_t *bp, PI_UINT32 type) in dfx_hw_dma_uninit()