Home
last modified time | relevance | path

Searched refs:PORT_SCR_CTL (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/phy/marvell/
H A Dphy-berlin-sata.c19 #define PORT_SCR_CTL 0x2c macro
122 regval = readl(ctrl_reg + PORT_SCR_CTL); in phy_berlin_sata_power_on()
125 writel(regval, ctrl_reg + PORT_SCR_CTL); in phy_berlin_sata_power_on()
/openbmc/u-boot/board/highbank/
H A Dahci.c189 writel(0x301, port_mmio + PORT_SCR_CTL); in ahci_link_up()
191 writel(0x300, port_mmio + PORT_SCR_CTL); in ahci_link_up()
/openbmc/u-boot/include/
H A Dahci.h56 #define PORT_SCR_CTL 0x2c /* SATA phy register: SControl */ macro
/openbmc/linux/drivers/ata/
H A Dahci.h124 PORT_SCR_CTL = 0x2c, /* SATA phy register: SControl */ enumerator
H A Dahci_ceva.c183 writel(tmp, mmio + PORT_SCR_CTL + PORT_BASE + PORT_OFFSET * i); in ahci_ceva_setup()
H A Dlibahci.c643 [SCR_CONTROL] = PORT_SCR_CTL, in ahci_scr_offset()
891 scontrol = readl(port_mmio + PORT_SCR_CTL); in ahci_power_down()
893 writel(scontrol, port_mmio + PORT_SCR_CTL); in ahci_power_down()
/openbmc/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c399 writel(readl(port->mmio + PORT_SCR_CTL) | in mtip_restart_port()
400 1, port->mmio + PORT_SCR_CTL); in mtip_restart_port()
401 readl(port->mmio + PORT_SCR_CTL); in mtip_restart_port()
412 writel(readl(port->mmio + PORT_SCR_CTL) & ~1, in mtip_restart_port()
413 port->mmio + PORT_SCR_CTL); in mtip_restart_port()
414 readl(port->mmio + PORT_SCR_CTL); in mtip_restart_port()