Searched refs:smn_pciid (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/amdsmn/
H A Damdsmn.c67 const struct pciid *smn_pciid; member in struct:amdsmn_softc
197 if (!amdsmn_match(device_get_parent(dev), &sc->smn_pciid))
222 pci_write_config(parent, sc->smn_pciid->amdsmn_addr_reg, addr, 4);
223 *value = pci_read_config(parent, sc->smn_pciid->amdsmn_data_reg, 4);
238 pci_write_config(parent, sc->smn_pciid->amdsmn_addr_reg, addr, 4);
239 pci_write_config(parent, sc->smn_pciid->amdsmn_data_reg, value, 4);

Completed in 99 milliseconds