Searched refs:FUDW_MGMT_WRITE (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/riscv/sifive/ |
H A D | fu740_pci_dw.c | 102 #define FUDW_MGMT_WRITE(_sc, _o, _v) bus_write_4((_sc)->mgmt_res, (_o), (_v)) macro 116 FUDW_MGMT_WRITE(sc, FUDW_MGMT_PHY_CR_PARA_REG(phy, ADDR), reg); in fupci_phy_read() 117 FUDW_MGMT_WRITE(sc, FUDW_MGMT_PHY_CR_PARA_REG(phy, READ_EN), 1); in fupci_phy_read() 133 FUDW_MGMT_WRITE(sc, FUDW_MGMT_PHY_CR_PARA_REG(phy, READ_EN), 0); in fupci_phy_read() 157 FUDW_MGMT_WRITE(sc, FUDW_MGMT_PHY_CR_PARA_REG(phy, ADDR), reg); in fupci_phy_write() 158 FUDW_MGMT_WRITE(sc, FUDW_MGMT_PHY_CR_PARA_REG(phy, WRITE_DATA), val); in fupci_phy_write() 159 FUDW_MGMT_WRITE(sc, FUDW_MGMT_PHY_CR_PARA_REG(phy, WRITE_EN), 1); in fupci_phy_write() 174 FUDW_MGMT_WRITE(sc, FUDW_MGMT_PHY_CR_PARA_REG(phy, WRITE_EN), 0); in fupci_phy_write() 209 FUDW_MGMT_WRITE(sc, FUDW_MGMT_PERST_N, 0); in fupci_phy_init() 234 FUDW_MGMT_WRITE(sc, FUDW_MGMT_HOLD_PHY_RST, 1); in fupci_phy_init() [all …]
|