Home
last modified time | relevance | path

Searched refs:m_out (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dmegaraid.c709 mbox->m_out.cmd = MEGA_MBOXCMD_PASSTHRU64; in mega_build_cmd()
712 mbox->m_out.cmd = MEGA_MBOXCMD_PASSTHRU; in mega_build_cmd()
720 mbox->m_out.xferaddr = scb->pthru_dma_addr; in mega_build_cmd()
739 mbox->m_out.logdrv = ldrv_num; in mega_build_cmd()
746 mbox->m_out.cmd = (*cmd->cmnd & 0x02) ? in mega_build_cmd()
751 mbox->m_out.cmd = (*cmd->cmnd & 0x02) ? in mega_build_cmd()
760 mbox->m_out.numsectors = (u32) cmd->cmnd[4]; in mega_build_cmd()
761 mbox->m_out.lba = in mega_build_cmd()
766 mbox->m_out.lba &= 0x1FFFFF; in mega_build_cmd()
777 mbox->m_out.numsectors; in mega_build_cmd()
[all …]
H A Dmegaraid.h111 struct mbox_out m_out; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/
H A D0001-Fix-build-issues-with-latest-Clang.patch51 …return m_out.shl(m_out.zeroExtPtr(structureID), m_out.constIntPtr(StructureID::encodeShiftAmount));
55 - maskedStructureID = m_out.bitAnd(structureID, m_out.constInt32(StructureID::structureI…
58 + maskedStructureID = m_out.bitAnd(structureID, m_out.constInt32(static_cast<uint32_t>(S…
60 …return m_out.bitOr(m_out.constIntPtr(startOfStructureHeap()), m_out.zeroExtPtr(maskedStructureID));