Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ata/
Dsata_highbank.c239 static void __combo_phy_reg_write(u8 sata_port, u32 addr, u32 data) in __combo_phy_reg_write() function
257 __combo_phy_reg_write(sata_port, SERDES_CR_ADDR, addr); in combo_phy_read()
258 __combo_phy_reg_write(sata_port, SERDES_CR_CTL, CR_START); in combo_phy_read()
266 __combo_phy_reg_write(sata_port, SERDES_CR_ADDR, addr); in combo_phy_write()
267 __combo_phy_reg_write(sata_port, SERDES_CR_DATA, data); in combo_phy_write()
268 __combo_phy_reg_write(sata_port, SERDES_CR_CTL, CR_WR_RDN | CR_START); in combo_phy_write()