Home
last modified time | relevance | path

Searched refs:lba_high (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dfis.h20 u8 lba_high; member
43 u8 lba_high; member
66 u8 lba_high; member
104 u8 lba_high; member
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dfsl_sata.c56 printf("lba_high: %02x\n\r", s->lba_high); in fsl_sata_dump_sfis()
333 h2d->lba_high = cfis->lba_high; in fsl_ata_exec_ata_cmd()
553 cfis->lba_high = (block >> 16) & 0xff; in fsl_sata_rw_cmd()
595 cfis->lba_high = (block >> 16) & 0xff; in fsl_sata_rw_cmd_ext()
632 cfis->lba_high = (block >> 16) & 0xff; in fsl_sata_rw_ncq_cmd()
H A Dsata_mv.c607 req->ata_addr |= (cfis->lba_high << CRQB_ADDR_LBA_HIGHSHIFT) & in mv_ata_exec_ata_cmd()
675 cfis.lba_high = (block >> 16) & 0xff; in mv_sata_rw_cmd_ext()
704 cfis.lba_high = (block >> 16) & 0xff; in mv_sata_rw_cmd()
769 out_le32(priv->regbase + PIO_LBA_HI, cfis->lba_high); in mv_ata_exec_ata_cmd_nondma()
H A Dsata_sil.c42 printf("lba_high: %02x\n", s->lba_high); in sil_sata_dump_fis()
291 pcmd->prb.fis.lba_high = (block >> 16) & 0xff; in sil_sata_rw_cmd()
337 pcmd->prb.fis.lba_high = (block >> 16) & 0xff; in sil_sata_rw_cmd_ext()
H A Ddwc_ahsata.c568 cfis->lba_high = (block >> 16) & 0xff; in dwc_ahsata_rw_cmd()
616 cfis->lba_high = (block >> 16) & 0xff; in dwc_ahsata_rw_cmd_ext()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Ddrivetemp.c164 u8 lba_low, u8 lba_mid, u8 lba_high) in drivetemp_scsi_command() argument
192 scsi_cmd[12] = lba_high; in drivetemp_scsi_command()
/OK3568_Linux_fs/kernel/drivers/block/
H A Dsx8.c321 __le16 lba_high; member
764 msg->lba_high = cpu_to_le16( (u16) tmp ); in carm_queue_rq()