Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/ata/
Dfsl_sata.c283 printf("CQR: %08x\n\r", in_le32(&reg->cqr)); in fsl_sata_dump_regs()
287 printf("CQR: %08x\n\r", in_le32(&reg->cqr)); in fsl_sata_dump_regs()
429 if (!(in_le32(&reg->cqr) & (1 << tag))) { in fsl_ata_exec_ata_cmd()
431 out_le32(&reg->cqr, val32); in fsl_ata_exec_ata_cmd()
Dfsl_ahci.c82 printf("CQR: %08x\n\r", in_le32(&reg->cqr)); in fsl_sata_dump_regs()
86 printf("CQR: %08x\n\r", in_le32(&reg->cqr)); in fsl_sata_dump_regs()
413 if (!(in_le32(&reg->cqr) & (1 << tag))) { in fsl_ata_exec_ata_cmd()
415 out_le32(&reg->cqr, val32); in fsl_ata_exec_ata_cmd()
Dfsl_sata.h20 u32 cqr; /* Command queue register */ member