Searched refs:from_host_to_fw_reg (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.c564 u32 from_host_to_fw_reg, from_host_to_fw_bit; local
571 from_host_to_fw_reg = WILC_SDIO_HOST_TO_FW_REG;
578 from_host_to_fw_reg = WILC_SPI_HOST_TO_FW_REG;
605 ret = hif_func->hif_read_reg(wilc, from_host_to_fw_reg, &reg);
610 ret = hif_func->hif_write_reg(wilc, from_host_to_fw_reg, reg);
624 u32 from_host_to_fw_reg, from_host_to_fw_bit; local
632 from_host_to_fw_reg = WILC_SDIO_HOST_TO_FW_REG;
639 from_host_to_fw_reg = WILC_SPI_HOST_TO_FW_REG;
644 ret = hif_func->hif_write_reg(wilc, from_host_to_fw_reg,

Completed in 127 milliseconds