Lines Matching refs:PI_UINT32
288 … int dfx_hw_port_ctrl_req(DFX_board_t *bp, PI_UINT32 command, PI_UINT32 data_a, PI_UINT32 data_b,…
289 static void dfx_hw_adap_reset(DFX_board_t *bp, PI_UINT32 type);
291 static int dfx_hw_dma_uninit(DFX_board_t *bp, PI_UINT32 type);
1628 PI_UINT32 port_status; /* PDQ port status register value */ in dfx_int_pr_halt_id()
1629 PI_UINT32 halt_id; /* PDQ port status halt ID */ in dfx_int_pr_halt_id()
1733 PI_UINT32 type_0_status; /* Host Interrupt Type 0 register */ in dfx_int_type_0_process()
1734 PI_UINT32 state; /* current adap state (from port status) */ in dfx_int_type_0_process()
1878 PI_UINT32 port_status; /* Port Status register */ in dfx_int_common()
2734 PI_UINT32 command, in dfx_hw_port_ctrl_req()
2735 PI_UINT32 data_a, in dfx_hw_port_ctrl_req()
2736 PI_UINT32 data_b, in dfx_hw_port_ctrl_req()
2737 PI_UINT32 *host_data in dfx_hw_port_ctrl_req()
2741 PI_UINT32 port_cmd; /* Port Control command register value */ in dfx_hw_port_ctrl_req()
2746 port_cmd = (PI_UINT32) (command | PI_PCTRL_M_CMD_ERROR); in dfx_hw_port_ctrl_req()
2818 PI_UINT32 type in dfx_hw_adap_reset()
2866 PI_UINT32 port_status; /* Port Status register value */ in dfx_hw_adap_state_rd()
2904 static int dfx_hw_dma_uninit(DFX_board_t *bp, PI_UINT32 type) in dfx_hw_dma_uninit()