Lines Matching refs:PI_UINT32
289 … int dfx_hw_port_ctrl_req(DFX_board_t *bp, PI_UINT32 command, PI_UINT32 data_a, PI_UINT32 data_b,…
290 static void dfx_hw_adap_reset(DFX_board_t *bp, PI_UINT32 type);
292 static int dfx_hw_dma_uninit(DFX_board_t *bp, PI_UINT32 type);
1630 PI_UINT32 port_status; /* PDQ port status register value */ in dfx_int_pr_halt_id()
1631 PI_UINT32 halt_id; /* PDQ port status halt ID */ in dfx_int_pr_halt_id()
1735 PI_UINT32 type_0_status; /* Host Interrupt Type 0 register */ in dfx_int_type_0_process()
1736 PI_UINT32 state; /* current adap state (from port status) */ in dfx_int_type_0_process()
1880 PI_UINT32 port_status; /* Port Status register */ in dfx_int_common()
2736 PI_UINT32 command, in dfx_hw_port_ctrl_req()
2737 PI_UINT32 data_a, in dfx_hw_port_ctrl_req()
2738 PI_UINT32 data_b, in dfx_hw_port_ctrl_req()
2739 PI_UINT32 *host_data in dfx_hw_port_ctrl_req()
2743 PI_UINT32 port_cmd; /* Port Control command register value */ in dfx_hw_port_ctrl_req()
2748 port_cmd = (PI_UINT32) (command | PI_PCTRL_M_CMD_ERROR); in dfx_hw_port_ctrl_req()
2820 PI_UINT32 type in dfx_hw_adap_reset()
2868 PI_UINT32 port_status; /* Port Status register value */ in dfx_hw_adap_state_rd()
2906 static int dfx_hw_dma_uninit(DFX_board_t *bp, PI_UINT32 type) in dfx_hw_dma_uninit()