Searched refs:tfd (Results 1 - 3 of 3) sorted by path

/u-boot/arch/mips/mach-octeon/
H A Docteon_qlm.c1285 cvmx_sata_uahc_px_tfd_t tfd; local
1396 tfd.u32 = csr_rd32(CVMX_SATA_UAHC_PX_TFD(0));
1397 if ((tfd.s.sts & 0x89) == 0) {
1485 tfd.u32 = csr_rd32(CVMX_SATA_UAHC_PX_TFD(1));
1486 if ((tfd.s.sts & 0x89) == 0) {
/u-boot/drivers/ata/
H A Ddwc_ahsata.c39 u32 tfd; member in struct:sata_port_regs
497 while ((readl(&port_mmio->tfd) & (SATA_PORT_TFD_STS_ERR |
/u-boot/tools/
H A Dfit_image.c30 int tfd, destfd = 0; local
37 tfd = mmap_fdt(params->cmdname, tmpfile, size_inc, &ptr, &sbuf, true,
39 if (tfd < 0) {
93 close(tfd);

Completed in 89 milliseconds