Home
last modified time | relevance | path

Searched refs:phy_configuration (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/isci/
Dphy.c124 u32 phy_configuration; in sci_phy_link_layer_initialization() local
158 phy_configuration = readl(&llr->phy_configuration); in sci_phy_link_layer_initialization()
161 phy_configuration |= SCU_SAS_PCFG_GEN_BIT(OOB_RESET); in sci_phy_link_layer_initialization()
162 writel(phy_configuration, &llr->phy_configuration); in sci_phy_link_layer_initialization()
429 readl(&iphy->link_layer_registers->phy_configuration); in sci_phy_suspend()
432 &iphy->link_layer_registers->phy_configuration); in sci_phy_suspend()
442 readl(&iphy->link_layer_registers->phy_configuration); in sci_phy_resume()
445 &iphy->link_layer_registers->phy_configuration); in sci_phy_resume()
543 readl(&iphy->link_layer_registers->phy_configuration); in sci_phy_consume_power_handler()
548 &iphy->link_layer_registers->phy_configuration); in sci_phy_consume_power_handler()
[all …]
Dregisters.h1327 u32 phy_configuration; member