Searched refs:max_byte_count (Results 1 – 3 of 3) sorted by relevance
153 int max_byte_count; in hisi_sfc_v3xx_adjust_op_size() local157 max_byte_count = host->max_cmd_dword * 4; in hisi_sfc_v3xx_adjust_op_size()161 else if (op->data.nbytes > max_byte_count) in hisi_sfc_v3xx_adjust_op_size()162 op->data.nbytes = max_byte_count; in hisi_sfc_v3xx_adjust_op_size()
1690 u16 hpi_cobranet_hmi_read(u32 h_control, u32 hmi_address, u32 max_byte_count, in hpi_cobranet_hmi_read() argument1703 if (max_byte_count > sizeof(hr.bytes)) in hpi_cobranet_hmi_read()1707 hm.p.byte_count = max_byte_count; in hpi_cobranet_hmi_read()1719 if (hr.byte_count < max_byte_count) in hpi_cobranet_hmi_read()1720 max_byte_count = *pbyte_count; in hpi_cobranet_hmi_read()1722 memcpy(pb_data, hr.bytes, max_byte_count); in hpi_cobranet_hmi_read()
1661 u16 hpi_cobranet_hmi_read(u32 h_control, u32 hmi_address, u32 max_byte_count,