Searched refs:ATA_SECT_SIZE (Results 1 – 8 of 8) sorted by relevance
| /rk3399_rockchip-uboot/drivers/ata/ |
| H A D | sata_sil.c | 21 #define ATA_SECTOR_WORDS (ATA_SECT_SIZE/2) 297 pcmd->sge.cnt = cpu_to_le32(blkcnt * ATA_SECT_SIZE); in sil_sata_rw_cmd() 345 pcmd->sge.cnt = cpu_to_le32(blkcnt * ATA_SECT_SIZE); in sil_sata_rw_cmd_ext() 376 addr += ATA_SECT_SIZE * max_blks; in sil_sata_rw_lba28() 381 addr += ATA_SECT_SIZE * blks; in sil_sata_rw_lba28() 405 addr += ATA_SECT_SIZE * max_blks; in sil_sata_rw_lba48() 411 addr += ATA_SECT_SIZE * blks; in sil_sata_rw_lba48()
|
| H A D | fsl_sata.c | 558 fsl_sata_exec_cmd(sata, cfis, CMD_ATA, 0, buffer, ATA_SECT_SIZE * blkcnt); in fsl_sata_rw_cmd() 602 fsl_sata_exec_cmd(sata, cfis, CMD_ATA, 0, buffer, ATA_SECT_SIZE * blkcnt); in fsl_sata_rw_cmd_ext() 646 fsl_sata_exec_cmd(sata, cfis, CMD_NCQ, ncq_channel, buffer, ATA_SECT_SIZE * blkcnt); in fsl_sata_rw_ncq_cmd() 714 addr += ATA_SECT_SIZE * max_blks; in ata_low_level_rw_lba48() 722 addr += ATA_SECT_SIZE * blks; in ata_low_level_rw_lba48() 746 addr += ATA_SECT_SIZE * max_blks; in ata_low_level_rw_lba28() 751 addr += ATA_SECT_SIZE * blks; in ata_low_level_rw_lba28()
|
| H A D | dwc_ahsata.c | 574 ATA_SECT_SIZE * blkcnt, is_write) > 0) in dwc_ahsata_rw_cmd() 624 ATA_SECT_SIZE * blkcnt, is_write) > 0) in dwc_ahsata_rw_cmd_ext() 677 addr += ATA_SECT_SIZE * max_blks; in ata_low_level_rw_lba48() 684 addr += ATA_SECT_SIZE * blks; in ata_low_level_rw_lba48() 712 addr += ATA_SECT_SIZE * max_blks; in ata_low_level_rw_lba28() 719 addr += ATA_SECT_SIZE * blks; in ata_low_level_rw_lba28() 782 pdev->blksz = ATA_SECT_SIZE; in dwc_ahsata_scan_common()
|
| H A D | sata_mv.c | 247 #define MV_ATA_MAX_SECTORS (65535 / ATA_SECT_SIZE) 682 res = mv_ata_exec_ata_cmd(port, &cfis, buffer, ATA_SECT_SIZE * blkcnt, in mv_sata_rw_cmd_ext() 709 res = mv_ata_exec_ata_cmd(port, &cfis, buffer, ATA_SECT_SIZE * blkcnt, in mv_sata_rw_cmd() 740 addr += ATA_SECT_SIZE * max_blks; in ata_low_level_rw() 751 addr += ATA_SECT_SIZE * blks; in ata_low_level_rw()
|
| H A D | sata_sil3114.c | 23 #define ATA_SECTOR_WORDS (ATA_SECT_SIZE/2) 173 sata_dev_desc[devno].blksz = ATA_SECT_SIZE; in sata_identify()
|
| H A D | sata_dwc.c | 942 qc->sect_size = ATA_SECT_SIZE; in ata_qc_reinit() 943 qc->nbytes = ATA_SECT_SIZE * temp_n_block; in ata_qc_reinit()
|
| H A D | ahci.c | 825 transfer_size = ATA_SECT_SIZE * now_blocks; in ata_scsiop_read_write()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | libata.h | 20 ATA_SECT_SIZE = 512, enumerator
|