Searched refs:BHND_PCI_WRITE_4 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/bhnd/cores/pci/ |
H A D | bhnd_pci.c | 103 #define BHND_PCI_WRITE_4(_sc, _reg, _val) \ macro 243 BHND_PCI_WRITE_4(sc, BHND_PCIE_IND_ADDR, addr); in bhnd_pcie_read_proto_reg() 264 BHND_PCI_WRITE_4(sc, BHND_PCIE_IND_ADDR, addr); in bhnd_pcie_write_proto_reg() 265 BHND_PCI_WRITE_4(sc, BHND_PCIE_IND_DATA, val); in bhnd_pcie_write_proto_reg() 295 BHND_PCI_WRITE_4(sc, BHND_PCIE_MDIO_CTL, cmd); in bhnd_pcie_mdio_ioctl() 337 BHND_PCI_WRITE_4(sc, BHND_PCIE_MDIO_DATA, cmd); in bhnd_pcie_mdio_cmd_write() 359 BHND_PCI_WRITE_4(sc, BHND_PCIE_MDIO_DATA, cmd); in bhnd_pcie_mdio_cmd_read()
|
H A D | bhnd_pci_hostb.c | 185 #define BHND_PCI_WRITE_4(_sc, _reg, _val) \ macro 400 BHND_PCI_WRITE_4(sc, BHND_PCI_SBTOPCI2, sbp2); in bhnd_pci_wars_hwup() 409 BHND_PCI_WRITE_4(sc, BHND_PCI_CLKRUN_CTL, ctl); in bhnd_pci_wars_hwup()
|