Searched refs:BYTE_TO_DW (Results 1 – 2 of 2) sorted by relevance
1355 3) / BYTE_TO_DW) << CMD_HDR_CFL_OFF) | in prep_ssp_v3_hw()1356 ((HISI_SAS_MAX_SSP_RESP_SZ / BYTE_TO_DW) << CMD_HDR_MRFL_OFF) | in prep_ssp_v3_hw()1462 cfl = (req_len - SMP_CRC_SIZE) / BYTE_TO_DW; in prep_smp_v3_hw()1464 (HISI_SAS_MAX_SMP_RESP_SZ / BYTE_TO_DW << in prep_smp_v3_hw()1533 dw2 |= (HISI_SAS_MAX_STP_RESP_SZ / BYTE_TO_DW) << CMD_HDR_CFL_OFF | in prep_ata_v3_hw()3226 memset(buf, 0, cache_dw_size * BYTE_TO_DW); in read_iost_itct_cache_v3_hw()3746 for (i = 1; i <= sz / BYTE_TO_DW; i++, ptr++) { in debugfs_show_row_32_v3_hw()3833 u32 cache_size = HISI_SAS_IOST_ITCT_CACHE_DW_SZ * BYTE_TO_DW; in debugfs_iost_cache_v3_hw_show()3881 u32 cache_size = HISI_SAS_IOST_ITCT_CACHE_DW_SZ * BYTE_TO_DW; in debugfs_itct_cache_v3_hw_show()
53 #define BYTE_TO_DW 4 macro