Lines Matching refs:cpu_to_le32
102 *(__le32 *)hwfib->data = cpu_to_le32(ST_OK); in aac_response_normal()
103 hwfib->header.XferState |= cpu_to_le32(AdapterProcessed); in aac_response_normal()
112 if (*pstatus & cpu_to_le32(0xffff0000)) in aac_response_normal()
113 *pstatus = cpu_to_le32(ST_OK); in aac_response_normal()
115 if (hwfib->header.XferState & cpu_to_le32(NoResponseExpected | Async)) in aac_response_normal()
117 if (hwfib->header.XferState & cpu_to_le32(NoResponseExpected)) in aac_response_normal()
224 *(__le32 *)hw_fib->data = cpu_to_le32(ST_OK); in aac_command_normal()
255 cpu_to_le32(NoMoreAifDataAvailable)) { in aac_aif_callback()
265 cmd->command = cpu_to_le32(AifReqEvent); in aac_aif_callback()
337 cmd->command = cpu_to_le32(AifReqEvent); in aac_intr_normal()
369 *(__le32 *)hwfib->data = cpu_to_le32(ST_OK); in aac_intr_normal()
370 hwfib->header.XferState |= cpu_to_le32(AdapterProcessed); in aac_intr_normal()
379 if (*pstatus & cpu_to_le32(0xffff0000)) in aac_intr_normal()
380 *pstatus = cpu_to_le32(ST_OK); in aac_intr_normal()
382 if (hwfib->header.XferState & cpu_to_le32(NoResponseExpected | Async)) in aac_intr_normal()
384 if (hwfib->header.XferState & cpu_to_le32(NoResponseExpected)) in aac_intr_normal()