Home
last modified time | relevance | path

Searched refs:SET_LOWFLAT (Results 1 – 25 of 105) sorted by relevance

12345

/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/src/hw/
H A Dmegasas.c176 SET_LOWFLAT(frame->cmd, MFI_CMD_LD_SCSI_IO); in megasas_process_op()
177 SET_LOWFLAT(frame->cmd_status, 0xFF); in megasas_process_op()
179 SET_LOWFLAT(frame->lun, GET_GLOBALFLAT(mlun_gf->lun)); in megasas_process_op()
180 SET_LOWFLAT(frame->flags, 0x0001); in megasas_process_op()
181 SET_LOWFLAT(frame->data_xfer_len, op->count * blocksize); in megasas_process_op()
182 SET_LOWFLAT(frame->cdb_len, 16); in megasas_process_op()
185 SET_LOWFLAT(frame->pthru.cdb[i], cdb[i]); in megasas_process_op()
191 SET_LOWFLAT(frame->pthru.sgl_addr, (u32)op->buf_fl); in megasas_process_op()
192 SET_LOWFLAT(frame->pthru.sgl_len, op->count * blocksize); in megasas_process_op()
193 SET_LOWFLAT(frame->sge_count, 1); in megasas_process_op()
[all …]
H A Dusb-ehci.c499 SET_LOWFLAT(pipe->qh.qtd_next, EHCI_PTR_TERM); in ehci_reset_pipe()
500 SET_LOWFLAT(pipe->qh.alt_next, EHCI_PTR_TERM); in ehci_reset_pipe()
502 SET_LOWFLAT(pipe->qh.token, GET_LOWFLAT(pipe->qh.token) & QTD_TOGGLE); in ehci_reset_pipe()
609 SET_LOWFLAT(pipe->qh.qtd_next, (u32)MAKE_FLATPTR(GET_SEG(SS), tds)); in ehci_send_pipe()
643 SET_LOWFLAT(pipe->next_td, next); in ehci_poll_intr()
644 SET_LOWFLAT(td->buf[0], (u32)tddata); in ehci_poll_intr()
646 SET_LOWFLAT(td->token, (ehci_explen(maxpacket) | QTD_STS_ACTIVE in ehci_poll_intr()
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/src/hw/
H A Dmegasas.c176 SET_LOWFLAT(frame->cmd, MFI_CMD_LD_SCSI_IO); in megasas_process_op()
177 SET_LOWFLAT(frame->cmd_status, 0xFF); in megasas_process_op()
179 SET_LOWFLAT(frame->lun, GET_GLOBALFLAT(mlun_gf->lun)); in megasas_process_op()
180 SET_LOWFLAT(frame->flags, 0x0001); in megasas_process_op()
181 SET_LOWFLAT(frame->data_xfer_len, op->count * blocksize); in megasas_process_op()
182 SET_LOWFLAT(frame->cdb_len, 16); in megasas_process_op()
185 SET_LOWFLAT(frame->pthru.cdb[i], cdb[i]); in megasas_process_op()
191 SET_LOWFLAT(frame->pthru.sgl_addr, (u32)op->buf_fl); in megasas_process_op()
192 SET_LOWFLAT(frame->pthru.sgl_len, op->count * blocksize); in megasas_process_op()
193 SET_LOWFLAT(frame->sge_count, 1); in megasas_process_op()
[all …]
H A Dusb-ehci.c499 SET_LOWFLAT(pipe->qh.qtd_next, EHCI_PTR_TERM); in ehci_reset_pipe()
500 SET_LOWFLAT(pipe->qh.alt_next, EHCI_PTR_TERM); in ehci_reset_pipe()
502 SET_LOWFLAT(pipe->qh.token, GET_LOWFLAT(pipe->qh.token) & QTD_TOGGLE); in ehci_reset_pipe()
609 SET_LOWFLAT(pipe->qh.qtd_next, (u32)MAKE_FLATPTR(GET_SEG(SS), tds)); in ehci_send_pipe()
643 SET_LOWFLAT(pipe->next_td, next); in ehci_poll_intr()
644 SET_LOWFLAT(td->buf[0], (u32)tddata); in ehci_poll_intr()
646 SET_LOWFLAT(td->token, (ehci_explen(maxpacket) | QTD_STS_ACTIVE in ehci_poll_intr()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/src/hw/
H A Dmegasas.c176 SET_LOWFLAT(frame->cmd, MFI_CMD_LD_SCSI_IO); in megasas_process_op()
177 SET_LOWFLAT(frame->cmd_status, 0xFF); in megasas_process_op()
179 SET_LOWFLAT(frame->lun, GET_GLOBALFLAT(mlun_gf->lun)); in megasas_process_op()
180 SET_LOWFLAT(frame->flags, 0x0001); in megasas_process_op()
181 SET_LOWFLAT(frame->data_xfer_len, op->count * blocksize); in megasas_process_op()
182 SET_LOWFLAT(frame->cdb_len, 16); in megasas_process_op()
185 SET_LOWFLAT(frame->pthru.cdb[i], cdb[i]); in megasas_process_op()
191 SET_LOWFLAT(frame->pthru.sgl_addr, (u32)op->buf_fl); in megasas_process_op()
192 SET_LOWFLAT(frame->pthru.sgl_len, op->count * blocksize); in megasas_process_op()
193 SET_LOWFLAT(frame->sge_count, 1); in megasas_process_op()
[all …]
H A Dusb-ehci.c499 SET_LOWFLAT(pipe->qh.qtd_next, EHCI_PTR_TERM); in ehci_reset_pipe()
500 SET_LOWFLAT(pipe->qh.alt_next, EHCI_PTR_TERM); in ehci_reset_pipe()
502 SET_LOWFLAT(pipe->qh.token, GET_LOWFLAT(pipe->qh.token) & QTD_TOGGLE); in ehci_reset_pipe()
609 SET_LOWFLAT(pipe->qh.qtd_next, (u32)MAKE_FLATPTR(GET_SEG(SS), tds)); in ehci_send_pipe()
643 SET_LOWFLAT(pipe->next_td, next); in ehci_poll_intr()
644 SET_LOWFLAT(td->buf[0], (u32)tddata); in ehci_poll_intr()
646 SET_LOWFLAT(td->token, (ehci_explen(maxpacket) | QTD_STS_ACTIVE in ehci_poll_intr()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/src/hw/
H A Dmegasas.c176 SET_LOWFLAT(frame->cmd, MFI_CMD_LD_SCSI_IO); in megasas_process_op()
177 SET_LOWFLAT(frame->cmd_status, 0xFF); in megasas_process_op()
179 SET_LOWFLAT(frame->lun, GET_GLOBALFLAT(mlun_gf->lun)); in megasas_process_op()
180 SET_LOWFLAT(frame->flags, 0x0001); in megasas_process_op()
181 SET_LOWFLAT(frame->data_xfer_len, op->count * blocksize); in megasas_process_op()
182 SET_LOWFLAT(frame->cdb_len, 16); in megasas_process_op()
185 SET_LOWFLAT(frame->pthru.cdb[i], cdb[i]); in megasas_process_op()
191 SET_LOWFLAT(frame->pthru.sgl_addr, (u32)op->buf_fl); in megasas_process_op()
192 SET_LOWFLAT(frame->pthru.sgl_len, op->count * blocksize); in megasas_process_op()
193 SET_LOWFLAT(frame->sge_count, 1); in megasas_process_op()
[all …]
H A Dusb-ehci.c499 SET_LOWFLAT(pipe->qh.qtd_next, EHCI_PTR_TERM); in ehci_reset_pipe()
500 SET_LOWFLAT(pipe->qh.alt_next, EHCI_PTR_TERM); in ehci_reset_pipe()
502 SET_LOWFLAT(pipe->qh.token, GET_LOWFLAT(pipe->qh.token) & QTD_TOGGLE); in ehci_reset_pipe()
609 SET_LOWFLAT(pipe->qh.qtd_next, (u32)MAKE_FLATPTR(GET_SEG(SS), tds)); in ehci_send_pipe()
643 SET_LOWFLAT(pipe->next_td, next); in ehci_poll_intr()
644 SET_LOWFLAT(td->buf[0], (u32)tddata); in ehci_poll_intr()
646 SET_LOWFLAT(td->token, (ehci_explen(maxpacket) | QTD_STS_ACTIVE in ehci_poll_intr()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/src/hw/
H A Dmegasas.c176 SET_LOWFLAT(frame->cmd, MFI_CMD_LD_SCSI_IO); in megasas_process_op()
177 SET_LOWFLAT(frame->cmd_status, 0xFF); in megasas_process_op()
179 SET_LOWFLAT(frame->lun, GET_GLOBALFLAT(mlun_gf->lun)); in megasas_process_op()
180 SET_LOWFLAT(frame->flags, 0x0001); in megasas_process_op()
181 SET_LOWFLAT(frame->data_xfer_len, op->count * blocksize); in megasas_process_op()
182 SET_LOWFLAT(frame->cdb_len, 16); in megasas_process_op()
185 SET_LOWFLAT(frame->pthru.cdb[i], cdb[i]); in megasas_process_op()
191 SET_LOWFLAT(frame->pthru.sgl_addr, (u32)op->buf_fl); in megasas_process_op()
192 SET_LOWFLAT(frame->pthru.sgl_len, op->count * blocksize); in megasas_process_op()
193 SET_LOWFLAT(frame->sge_count, 1); in megasas_process_op()
[all …]
H A Dusb-ehci.c498 SET_LOWFLAT(pipe->qh.qtd_next, EHCI_PTR_TERM); in ehci_reset_pipe()
499 SET_LOWFLAT(pipe->qh.alt_next, EHCI_PTR_TERM); in ehci_reset_pipe()
501 SET_LOWFLAT(pipe->qh.token, GET_LOWFLAT(pipe->qh.token) & QTD_TOGGLE); in ehci_reset_pipe()
608 SET_LOWFLAT(pipe->qh.qtd_next, (u32)MAKE_FLATPTR(GET_SEG(SS), tds)); in ehci_send_pipe()
642 SET_LOWFLAT(pipe->next_td, next); in ehci_poll_intr()
643 SET_LOWFLAT(td->buf[0], (u32)tddata); in ehci_poll_intr()
645 SET_LOWFLAT(td->token, (ehci_explen(maxpacket) | QTD_STS_ACTIVE in ehci_poll_intr()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/src/hw/
H A Dmegasas.c176 SET_LOWFLAT(frame->cmd, MFI_CMD_LD_SCSI_IO); in megasas_process_op()
177 SET_LOWFLAT(frame->cmd_status, 0xFF); in megasas_process_op()
179 SET_LOWFLAT(frame->lun, GET_GLOBALFLAT(mlun_gf->lun)); in megasas_process_op()
180 SET_LOWFLAT(frame->flags, 0x0001); in megasas_process_op()
181 SET_LOWFLAT(frame->data_xfer_len, op->count * blocksize); in megasas_process_op()
182 SET_LOWFLAT(frame->cdb_len, 16); in megasas_process_op()
185 SET_LOWFLAT(frame->pthru.cdb[i], cdb[i]); in megasas_process_op()
191 SET_LOWFLAT(frame->pthru.sgl_addr, (u32)op->buf_fl); in megasas_process_op()
192 SET_LOWFLAT(frame->pthru.sgl_len, op->count * blocksize); in megasas_process_op()
193 SET_LOWFLAT(frame->sge_count, 1); in megasas_process_op()
[all …]
H A Dusb-ehci.c498 SET_LOWFLAT(pipe->qh.qtd_next, EHCI_PTR_TERM); in ehci_reset_pipe()
499 SET_LOWFLAT(pipe->qh.alt_next, EHCI_PTR_TERM); in ehci_reset_pipe()
501 SET_LOWFLAT(pipe->qh.token, GET_LOWFLAT(pipe->qh.token) & QTD_TOGGLE); in ehci_reset_pipe()
608 SET_LOWFLAT(pipe->qh.qtd_next, (u32)MAKE_FLATPTR(GET_SEG(SS), tds)); in ehci_send_pipe()
642 SET_LOWFLAT(pipe->next_td, next); in ehci_poll_intr()
643 SET_LOWFLAT(td->buf[0], (u32)tddata); in ehci_poll_intr()
645 SET_LOWFLAT(td->token, (ehci_explen(maxpacket) | QTD_STS_ACTIVE in ehci_poll_intr()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/src/hw/
H A Dmegasas.c176 SET_LOWFLAT(frame->cmd, MFI_CMD_LD_SCSI_IO); in megasas_process_op()
177 SET_LOWFLAT(frame->cmd_status, 0xFF); in megasas_process_op()
179 SET_LOWFLAT(frame->lun, GET_GLOBALFLAT(mlun_gf->lun)); in megasas_process_op()
180 SET_LOWFLAT(frame->flags, 0x0001); in megasas_process_op()
181 SET_LOWFLAT(frame->data_xfer_len, op->count * blocksize); in megasas_process_op()
182 SET_LOWFLAT(frame->cdb_len, 16); in megasas_process_op()
185 SET_LOWFLAT(frame->pthru.cdb[i], cdb[i]); in megasas_process_op()
191 SET_LOWFLAT(frame->pthru.sgl_addr, (u32)op->buf_fl); in megasas_process_op()
192 SET_LOWFLAT(frame->pthru.sgl_len, op->count * blocksize); in megasas_process_op()
193 SET_LOWFLAT(frame->sge_count, 1); in megasas_process_op()
[all …]
/dports/misc/seabios/seabios-1.14.0/src/hw/
H A Dmegasas.c176 SET_LOWFLAT(frame->cmd, MFI_CMD_LD_SCSI_IO); in megasas_process_op()
177 SET_LOWFLAT(frame->cmd_status, 0xFF); in megasas_process_op()
179 SET_LOWFLAT(frame->lun, GET_GLOBALFLAT(mlun_gf->lun)); in megasas_process_op()
180 SET_LOWFLAT(frame->flags, 0x0001); in megasas_process_op()
181 SET_LOWFLAT(frame->data_xfer_len, op->count * blocksize); in megasas_process_op()
182 SET_LOWFLAT(frame->cdb_len, 16); in megasas_process_op()
185 SET_LOWFLAT(frame->pthru.cdb[i], cdb[i]); in megasas_process_op()
191 SET_LOWFLAT(frame->pthru.sgl_addr, (u32)op->buf_fl); in megasas_process_op()
192 SET_LOWFLAT(frame->pthru.sgl_len, op->count * blocksize); in megasas_process_op()
193 SET_LOWFLAT(frame->sge_count, 1); in megasas_process_op()
[all …]
H A Dusb-ehci.c499 SET_LOWFLAT(pipe->qh.qtd_next, EHCI_PTR_TERM); in ehci_reset_pipe()
500 SET_LOWFLAT(pipe->qh.alt_next, EHCI_PTR_TERM); in ehci_reset_pipe()
502 SET_LOWFLAT(pipe->qh.token, GET_LOWFLAT(pipe->qh.token) & QTD_TOGGLE); in ehci_reset_pipe()
609 SET_LOWFLAT(pipe->qh.qtd_next, (u32)MAKE_FLATPTR(GET_SEG(SS), tds)); in ehci_send_pipe()
643 SET_LOWFLAT(pipe->next_td, next); in ehci_poll_intr()
644 SET_LOWFLAT(td->buf[0], (u32)tddata); in ehci_poll_intr()
646 SET_LOWFLAT(td->token, (ehci_explen(maxpacket) | QTD_STS_ACTIVE in ehci_poll_intr()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/src/hw/
H A Dmegasas.c176 SET_LOWFLAT(frame->cmd, MFI_CMD_LD_SCSI_IO); in megasas_process_op()
177 SET_LOWFLAT(frame->cmd_status, 0xFF); in megasas_process_op()
179 SET_LOWFLAT(frame->lun, GET_GLOBALFLAT(mlun_gf->lun)); in megasas_process_op()
180 SET_LOWFLAT(frame->flags, 0x0001); in megasas_process_op()
181 SET_LOWFLAT(frame->data_xfer_len, op->count * blocksize); in megasas_process_op()
182 SET_LOWFLAT(frame->cdb_len, 16); in megasas_process_op()
185 SET_LOWFLAT(frame->pthru.cdb[i], cdb[i]); in megasas_process_op()
191 SET_LOWFLAT(frame->pthru.sgl_addr, (u32)op->buf_fl); in megasas_process_op()
192 SET_LOWFLAT(frame->pthru.sgl_len, op->count * blocksize); in megasas_process_op()
193 SET_LOWFLAT(frame->sge_count, 1); in megasas_process_op()
[all …]
H A Dusb-ehci.c499 SET_LOWFLAT(pipe->qh.qtd_next, EHCI_PTR_TERM); in ehci_reset_pipe()
500 SET_LOWFLAT(pipe->qh.alt_next, EHCI_PTR_TERM); in ehci_reset_pipe()
502 SET_LOWFLAT(pipe->qh.token, GET_LOWFLAT(pipe->qh.token) & QTD_TOGGLE); in ehci_reset_pipe()
609 SET_LOWFLAT(pipe->qh.qtd_next, (u32)MAKE_FLATPTR(GET_SEG(SS), tds)); in ehci_send_pipe()
643 SET_LOWFLAT(pipe->next_td, next); in ehci_poll_intr()
644 SET_LOWFLAT(td->buf[0], (u32)tddata); in ehci_poll_intr()
646 SET_LOWFLAT(td->token, (ehci_explen(maxpacket) | QTD_STS_ACTIVE in ehci_poll_intr()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/src/hw/
H A Dmegasas.c176 SET_LOWFLAT(frame->cmd, MFI_CMD_LD_SCSI_IO); in megasas_process_op()
177 SET_LOWFLAT(frame->cmd_status, 0xFF); in megasas_process_op()
179 SET_LOWFLAT(frame->lun, GET_GLOBALFLAT(mlun_gf->lun)); in megasas_process_op()
180 SET_LOWFLAT(frame->flags, 0x0001); in megasas_process_op()
181 SET_LOWFLAT(frame->data_xfer_len, op->count * blocksize); in megasas_process_op()
182 SET_LOWFLAT(frame->cdb_len, 16); in megasas_process_op()
185 SET_LOWFLAT(frame->pthru.cdb[i], cdb[i]); in megasas_process_op()
191 SET_LOWFLAT(frame->pthru.sgl_addr, (u32)op->buf_fl); in megasas_process_op()
192 SET_LOWFLAT(frame->pthru.sgl_len, op->count * blocksize); in megasas_process_op()
193 SET_LOWFLAT(frame->sge_count, 1); in megasas_process_op()
[all …]
H A Dusb-ehci.c499 SET_LOWFLAT(pipe->qh.qtd_next, EHCI_PTR_TERM); in ehci_reset_pipe()
500 SET_LOWFLAT(pipe->qh.alt_next, EHCI_PTR_TERM); in ehci_reset_pipe()
502 SET_LOWFLAT(pipe->qh.token, GET_LOWFLAT(pipe->qh.token) & QTD_TOGGLE); in ehci_reset_pipe()
609 SET_LOWFLAT(pipe->qh.qtd_next, (u32)MAKE_FLATPTR(GET_SEG(SS), tds)); in ehci_send_pipe()
643 SET_LOWFLAT(pipe->next_td, next); in ehci_poll_intr()
644 SET_LOWFLAT(td->buf[0], (u32)tddata); in ehci_poll_intr()
646 SET_LOWFLAT(td->token, (ehci_explen(maxpacket) | QTD_STS_ACTIVE in ehci_poll_intr()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/src/hw/
H A Dmegasas.c176 SET_LOWFLAT(frame->cmd, MFI_CMD_LD_SCSI_IO); in megasas_process_op()
177 SET_LOWFLAT(frame->cmd_status, 0xFF); in megasas_process_op()
179 SET_LOWFLAT(frame->lun, GET_GLOBALFLAT(mlun_gf->lun)); in megasas_process_op()
180 SET_LOWFLAT(frame->flags, 0x0001); in megasas_process_op()
181 SET_LOWFLAT(frame->data_xfer_len, op->count * blocksize); in megasas_process_op()
182 SET_LOWFLAT(frame->cdb_len, 16); in megasas_process_op()
185 SET_LOWFLAT(frame->pthru.cdb[i], cdb[i]); in megasas_process_op()
191 SET_LOWFLAT(frame->pthru.sgl_addr, (u32)op->buf_fl); in megasas_process_op()
192 SET_LOWFLAT(frame->pthru.sgl_len, op->count * blocksize); in megasas_process_op()
193 SET_LOWFLAT(frame->sge_count, 1); in megasas_process_op()
[all …]
H A Dusb-ehci.c499 SET_LOWFLAT(pipe->qh.qtd_next, EHCI_PTR_TERM); in ehci_reset_pipe()
500 SET_LOWFLAT(pipe->qh.alt_next, EHCI_PTR_TERM); in ehci_reset_pipe()
502 SET_LOWFLAT(pipe->qh.token, GET_LOWFLAT(pipe->qh.token) & QTD_TOGGLE); in ehci_reset_pipe()
609 SET_LOWFLAT(pipe->qh.qtd_next, (u32)MAKE_FLATPTR(GET_SEG(SS), tds)); in ehci_send_pipe()
643 SET_LOWFLAT(pipe->next_td, next); in ehci_poll_intr()
644 SET_LOWFLAT(td->buf[0], (u32)tddata); in ehci_poll_intr()
646 SET_LOWFLAT(td->token, (ehci_explen(maxpacket) | QTD_STS_ACTIVE in ehci_poll_intr()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios/src/hw/
H A Dmegasas.c176 SET_LOWFLAT(frame->cmd, MFI_CMD_LD_SCSI_IO); in megasas_process_op()
177 SET_LOWFLAT(frame->cmd_status, 0xFF); in megasas_process_op()
179 SET_LOWFLAT(frame->lun, GET_GLOBALFLAT(mlun_gf->lun)); in megasas_process_op()
180 SET_LOWFLAT(frame->flags, 0x0001); in megasas_process_op()
181 SET_LOWFLAT(frame->data_xfer_len, op->count * blocksize); in megasas_process_op()
182 SET_LOWFLAT(frame->cdb_len, 16); in megasas_process_op()
185 SET_LOWFLAT(frame->pthru.cdb[i], cdb[i]); in megasas_process_op()
191 SET_LOWFLAT(frame->pthru.sgl_addr, (u32)op->buf_fl); in megasas_process_op()
192 SET_LOWFLAT(frame->pthru.sgl_len, op->count * blocksize); in megasas_process_op()
193 SET_LOWFLAT(frame->sge_count, 1); in megasas_process_op()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios-hppa/src/hw/
H A Dmegasas.c176 SET_LOWFLAT(frame->cmd, MFI_CMD_LD_SCSI_IO); in megasas_process_op()
177 SET_LOWFLAT(frame->cmd_status, 0xFF); in megasas_process_op()
179 SET_LOWFLAT(frame->lun, GET_GLOBALFLAT(mlun_gf->lun)); in megasas_process_op()
180 SET_LOWFLAT(frame->flags, 0x0001); in megasas_process_op()
181 SET_LOWFLAT(frame->data_xfer_len, op->count * blocksize); in megasas_process_op()
182 SET_LOWFLAT(frame->cdb_len, 16); in megasas_process_op()
185 SET_LOWFLAT(frame->pthru.cdb[i], cdb[i]); in megasas_process_op()
191 SET_LOWFLAT(frame->pthru.sgl_addr, (u32)op->buf_fl); in megasas_process_op()
192 SET_LOWFLAT(frame->pthru.sgl_len, op->count * blocksize); in megasas_process_op()
193 SET_LOWFLAT(frame->sge_count, 1); in megasas_process_op()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/seabios/src/hw/
H A Dmegasas.c176 SET_LOWFLAT(frame->cmd, MFI_CMD_LD_SCSI_IO); in megasas_process_op()
177 SET_LOWFLAT(frame->cmd_status, 0xFF); in megasas_process_op()
179 SET_LOWFLAT(frame->lun, GET_GLOBALFLAT(mlun_gf->lun)); in megasas_process_op()
180 SET_LOWFLAT(frame->flags, 0x0001); in megasas_process_op()
181 SET_LOWFLAT(frame->data_xfer_len, op->count * blocksize); in megasas_process_op()
182 SET_LOWFLAT(frame->cdb_len, 16); in megasas_process_op()
185 SET_LOWFLAT(frame->pthru.cdb[i], cdb[i]); in megasas_process_op()
191 SET_LOWFLAT(frame->pthru.sgl_addr, (u32)op->buf_fl); in megasas_process_op()
192 SET_LOWFLAT(frame->pthru.sgl_len, op->count * blocksize); in megasas_process_op()
193 SET_LOWFLAT(frame->sge_count, 1); in megasas_process_op()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/seabios-hppa/src/hw/
H A Dmegasas.c176 SET_LOWFLAT(frame->cmd, MFI_CMD_LD_SCSI_IO); in megasas_process_op()
177 SET_LOWFLAT(frame->cmd_status, 0xFF); in megasas_process_op()
179 SET_LOWFLAT(frame->lun, GET_GLOBALFLAT(mlun_gf->lun)); in megasas_process_op()
180 SET_LOWFLAT(frame->flags, 0x0001); in megasas_process_op()
181 SET_LOWFLAT(frame->data_xfer_len, op->count * blocksize); in megasas_process_op()
182 SET_LOWFLAT(frame->cdb_len, 16); in megasas_process_op()
185 SET_LOWFLAT(frame->pthru.cdb[i], cdb[i]); in megasas_process_op()
191 SET_LOWFLAT(frame->pthru.sgl_addr, (u32)op->buf_fl); in megasas_process_op()
192 SET_LOWFLAT(frame->pthru.sgl_len, op->count * blocksize); in megasas_process_op()
193 SET_LOWFLAT(frame->sge_count, 1); in megasas_process_op()
[all …]

12345