Lines Matching refs:dfx_port_write_long
374 static void dfx_port_write_long(DFX_board_t *bp, int offset, u32 data) in dfx_port_write_long() function
858 dfx_port_write_long(bp, PFI_K_REG_MODE_CTRL, val); in dfx_bus_init()
918 dfx_port_write_long(bp, PFI_K_REG_MODE_CTRL, 0); in dfx_bus_uninit()
1098 dfx_port_write_long(bp, PI_PDQ_K_REG_HOST_INT_ENB, PI_HOST_INT_K_DISABLE_ALL_INTS); in dfx_driver_init()
1270 dfx_port_write_long(bp, PI_PDQ_K_REG_HOST_INT_ENB, PI_HOST_INT_K_DISABLE_ALL_INTS); in dfx_adap_init()
1285 dfx_port_write_long(bp, PI_PDQ_K_REG_TYPE_0_STATUS, PI_HOST_INT_K_ACK_ALL_TYPE_0); in dfx_adap_init()
1426 dfx_port_write_long(bp, PI_PDQ_K_REG_HOST_INT_ENB, PI_HOST_INT_K_ENABLE_DEF_INTS); in dfx_adap_init()
1560 dfx_port_write_long(bp, PI_PDQ_K_REG_HOST_INT_ENB, PI_HOST_INT_K_DISABLE_ALL_INTS); in dfx_close()
1756 dfx_port_write_long(bp, PI_PDQ_K_REG_TYPE_0_STATUS, type_0_status); in dfx_int_type_0_process()
1787 dfx_port_write_long(bp, PI_PDQ_K_REG_HOST_INT_ENB, PI_HOST_INT_K_DISABLE_ALL_INTS); in dfx_int_type_0_process()
1835 dfx_port_write_long(bp, PI_PDQ_K_REG_HOST_INT_ENB, PI_HOST_INT_K_DISABLE_ALL_INTS); in dfx_int_type_0_process()
1909 dfx_port_write_long(bp, PI_PDQ_K_REG_TYPE_2_PROD, bp->rcv_xmt_reg.lword); in dfx_int_common()
1979 dfx_port_write_long(bp, PFI_K_REG_MODE_CTRL, in dfx_interrupt()
1986 dfx_port_write_long(bp, PFI_K_REG_STATUS, in dfx_interrupt()
1988 dfx_port_write_long(bp, PFI_K_REG_MODE_CTRL, in dfx_interrupt()
2655 dfx_port_write_long(bp, PI_PDQ_K_REG_CMD_RSP_PROD, bp->cmd_rsp_reg.lword); in dfx_hw_dma_cmd_req()
2667 dfx_port_write_long(bp, PI_PDQ_K_REG_CMD_REQ_PROD, bp->cmd_req_reg.lword); in dfx_hw_dma_cmd_req()
2687 dfx_port_write_long(bp, PI_PDQ_K_REG_CMD_REQ_PROD, bp->cmd_req_reg.lword); in dfx_hw_dma_cmd_req()
2707 dfx_port_write_long(bp, PI_PDQ_K_REG_CMD_RSP_PROD, bp->cmd_rsp_reg.lword); in dfx_hw_dma_cmd_req()
2763 dfx_port_write_long(bp, PI_PDQ_K_REG_PORT_DATA_A, data_a); in dfx_hw_port_ctrl_req()
2764 dfx_port_write_long(bp, PI_PDQ_K_REG_PORT_DATA_B, data_b); in dfx_hw_port_ctrl_req()
2765 dfx_port_write_long(bp, PI_PDQ_K_REG_PORT_CTRL, port_cmd); in dfx_hw_port_ctrl_req()
2837 dfx_port_write_long(bp, PI_PDQ_K_REG_PORT_DATA_A, type); /* tell adapter type of reset */ in dfx_hw_adap_reset()
2838 dfx_port_write_long(bp, PI_PDQ_K_REG_PORT_RESET, PI_RESET_M_ASSERT_RESET); in dfx_hw_adap_reset()
2846 dfx_port_write_long(bp, PI_PDQ_K_REG_PORT_RESET, 0); in dfx_hw_adap_reset()
3066 dfx_port_write_long(bp, PI_PDQ_K_REG_TYPE_2_PROD, bp->rcv_xmt_reg.lword); in dfx_rcv_init()
3462 dfx_port_write_long(bp, PI_PDQ_K_REG_TYPE_2_PROD, bp->rcv_xmt_reg.lword); in dfx_xmt_queue_pkt()