Searched refs:PORT_SCR_ERR (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | ahci_xgene.c | 313 * be error reported in the register PORT_SCR_ERR. For SERR_DISPARITY and 333 * reported in the register PORT_SCR_ERR, then reset the PHY receiver line 343 * 1. Clear any pending from register PORT_SCR_ERR. 373 val = readl(port_mmio + PORT_SCR_ERR); in xgene_ahci_do_hardreset() 384 val = readl(port_mmio + PORT_SCR_ERR); in xgene_ahci_do_hardreset() 385 writel(val, port_mmio + PORT_SCR_ERR); in xgene_ahci_do_hardreset()
|
H A D | ahci.h | 126 PORT_SCR_ERR = 0x30, /* SATA phy register: SError */ enumerator
|
H A D | libahci.c | 586 [SCR_ERROR] = PORT_SCR_ERR, in ahci_scr_offset() 1209 tmp = readl(port_mmio + PORT_SCR_ERR); in ahci_port_clear_pending_irq() 1210 dev_dbg(ap->host->dev, "PORT_SCR_ERR 0x%x\n", tmp); in ahci_port_clear_pending_irq() 1211 writel(tmp, port_mmio + PORT_SCR_ERR); in ahci_port_clear_pending_irq()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | ahci_xgene.c | 312 * be error reported in the register PORT_SCR_ERR. For SERR_DISPARITY and 332 * reported in the register PORT_SCR_ERR, then reset the PHY receiver line 342 * 1. Clear any pending from register PORT_SCR_ERR. 372 val = readl(port_mmio + PORT_SCR_ERR); in xgene_ahci_do_hardreset() 383 val = readl(port_mmio + PORT_SCR_ERR); in xgene_ahci_do_hardreset() 384 writel(val, port_mmio + PORT_SCR_ERR); in xgene_ahci_do_hardreset()
|
H A D | ahci.h | 125 PORT_SCR_ERR = 0x30, /* SATA phy register: SError */ enumerator
|
H A D | libahci.c | 644 [SCR_ERROR] = PORT_SCR_ERR, in ahci_scr_offset() 1266 tmp = readl(port_mmio + PORT_SCR_ERR); in ahci_port_clear_pending_irq() 1267 dev_dbg(ap->host->dev, "PORT_SCR_ERR 0x%x\n", tmp); in ahci_port_clear_pending_irq() 1268 writel(tmp, port_mmio + PORT_SCR_ERR); in ahci_port_clear_pending_irq()
|
/kernel/linux/linux-5.10/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 351 writel(readl(port->mmio + PORT_SCR_ERR), port->mmio + PORT_SCR_ERR); in mtip_init_port() 717 writel((1 << 26), dd->port->mmio + PORT_SCR_ERR); in mtip_process_errors() 723 writel((1 << 16), dd->port->mmio + PORT_SCR_ERR); in mtip_process_errors()
|
/kernel/linux/linux-6.6/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 339 writel(readl(port->mmio + PORT_SCR_ERR), port->mmio + PORT_SCR_ERR); in mtip_init_port() 705 writel((1 << 26), dd->port->mmio + PORT_SCR_ERR); in mtip_process_errors() 711 writel((1 << 16), dd->port->mmio + PORT_SCR_ERR); in mtip_process_errors()
|
Completed in 27 milliseconds