Searched refs:ifstat (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/freescale/
H A Ducc_geth.c606 pr_info("ifstat : addr - 0x%08x, val - 0x%08x\n", dump_regs()
607 (u32)&ugeth->ug_regs->ifstat, dump_regs()
608 in_be32(&ugeth->ug_regs->ifstat)); dump_regs()
2371 u32 ifstat, i, j, size, l2qt, l3qt; ucc_geth_startup() local
2496 ifstat = in_be32(&ug_regs->ifstat); ucc_geth_startup()
H A Ducc_geth.h54 u32 ifstat; /* interface statux reg */ member in struct:ucc_geth
H A Dgianfar.h802 u32 ifstat; /* 0x.53c - Interface Status Register */ member in struct:gfar
/linux-4.4.14/drivers/ata/
H A Dsata_mv.c2243 u32 ifctl, old_ifctl, ifstat; mv_send_fis() local
2264 ifstat = readl(port_mmio + SATA_IFSTAT); mv_send_fis()
2265 } while (!(ifstat & 0x1000) && --timeout); mv_send_fis()
2271 if ((ifstat & 0x3000) != 0x1000) { mv_send_fis()
2272 ata_port_warn(ap, "%s transmission error, ifstat=%08x\n", mv_send_fis()
2273 __func__, ifstat); mv_send_fis()

Completed in 242 milliseconds