• Home
  • Raw
  • Download

Lines Matching refs:hif_ops

525 	struct rsi_host_intf_ops *hif_ops = adapter->host_intf_ops;  in bl_write_cmd()  local
535 status = hif_ops->master_reg_read(adapter, SWBL_REGIN, in bl_write_cmd()
557 status = hif_ops->master_reg_write(adapter, SWBL_REGIN, in bl_write_cmd()
572 status = hif_ops->master_reg_read(adapter, SWBL_REGOUT, in bl_write_cmd()
595 status = hif_ops->master_reg_write(adapter, SWBL_REGOUT, in bl_write_cmd()
648 struct rsi_host_intf_ops *hif_ops = adapter->host_intf_ops; in bl_write_header() local
668 status = hif_ops->write_reg_multiple(adapter, write_addr, in bl_write_header()
678 status = hif_ops->master_access_msword(adapter, write_addr); in bl_write_header()
687 status = hif_ops->write_reg_multiple(adapter, write_addr, in bl_write_header()
720 struct rsi_host_intf_ops *hif_ops = adapter->host_intf_ops; in ping_pong_write() local
739 status = hif_ops->load_data_master_write(adapter, cmd_addr, size, in ping_pong_write()
847 struct rsi_host_intf_ops *hif_ops = adapter->host_intf_ops; in rsi_hal_prepare_fwload() local
854 status = hif_ops->master_reg_read(adapter, SWBL_REGOUT, in rsi_hal_prepare_fwload()
878 status = hif_ops->master_reg_write(adapter, SWBL_REGOUT, in rsi_hal_prepare_fwload()
1009 struct rsi_host_intf_ops *hif_ops = adapter->host_intf_ops; in rsi_load_9116_firmware() local
1028 status = hif_ops->master_reg_write(adapter, MEM_ACCESS_CTRL_FROM_HOST, in rsi_load_9116_firmware()
1083 status = hif_ops->load_data_master_write(adapter, dest, in rsi_load_9116_firmware()
1100 status = hif_ops->load_data_master_write(adapter, in rsi_load_9116_firmware()
1117 if (hif_ops->ta_reset(adapter)) in rsi_load_9116_firmware()