Searched refs:combo_phy_read (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/board/highbank/ |
H A D | ahci.c | 55 static u32 combo_phy_read(u8 phy, u32 addr) in combo_phy_read() function 84 tmp = combo_phy_read(phy, CPHY_RX_INPUT_STS + lane * SPHY_LANE); in cphy_spread_spectrum_override() 109 tmp = combo_phy_read(phy, CPHY_TX_INPUT_STS + lane * SPHY_LANE); in cphy_tx_attenuation_override() 131 tmp = combo_phy_read(phy, CPHY_RX_INPUT_STS + lane * SPHY_LANE); in cphy_disable_port_overrides() 135 tmp = combo_phy_read(phy, CPHY_TX_INPUT_OVERRIDE + lane * SPHY_LANE); in cphy_disable_port_overrides() 165 tmp = combo_phy_read(0, CPHY_RX_INPUT_STS + in cphy_override_lane()
|
/openbmc/linux/drivers/ata/ |
H A D | sata_highbank.c | 240 static u32 combo_phy_read(u8 sata_port, u32 addr) in combo_phy_read() function 263 tmp = combo_phy_read(sata_port, CPHY_RX_INPUT_STS + lane * SPHY_LANE); in highbank_cphy_disable_overrides() 276 tmp = combo_phy_read(sata_port, CPHY_TX_INPUT_STS + lane * SPHY_LANE); in cphy_override_tx_attenuation() 291 tmp = combo_phy_read(sata_port, CPHY_RX_INPUT_STS + lane * SPHY_LANE); in cphy_override_rx_mode() 319 tmp = combo_phy_read(sata_port, CPHY_RX_INPUT_STS + in highbank_cphy_override_lane()
|