Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/isci/
H A 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()
162 writel(phy_configuration, &llr->phy_configuration); in sci_phy_link_layer_initialization()
429 &iphy->link_layer_registers->phy_configuration); in sci_phy_suspend()
442 &iphy->link_layer_registers->phy_configuration); in sci_phy_resume()
1202 val = readl(&ll->phy_configuration); in scu_link_layer_start_oob()
1206 writel(val, &ll->phy_configuration); in scu_link_layer_start_oob()
1207 readl(&ll->phy_configuration); /* flush */ in scu_link_layer_start_oob()
1211 val = readl(&ll->phy_configuration); in scu_link_layer_start_oob()
1213 writel(val, &ll->phy_configuration); in scu_link_layer_start_oob()
[all …]
H A Dregisters.h1327 u32 phy_configuration; member