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

/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatm.c542 v1 = pci_read_config(sc->dev, HE_PCIR_GEN_CNTL_0, 4);
544 pci_write_config(sc->dev, HE_PCIR_GEN_CNTL_0, v1, 4);
553 v = pci_read_config(sc->dev, HE_PCIR_GEN_CNTL_0, 4);
555 pci_write_config(sc->dev, HE_PCIR_GEN_CNTL_0, v, 4);
1702 v = pci_read_config(dev, HE_PCIR_GEN_CNTL_0, 4);
1707 pci_write_config(dev, HE_PCIR_GEN_CNTL_0, v, 4);
2245 v = pci_read_config(sc->dev, HE_PCIR_GEN_CNTL_0, 4);
2247 pci_write_config(sc->dev, HE_PCIR_GEN_CNTL_0, v, 4);
2310 v = pci_read_config(sc->dev, HE_PCIR_GEN_CNTL_0, 4);
2312 pci_write_config(sc->dev, HE_PCIR_GEN_CNTL_0,
[all...]
H A Dif_hatmreg.h52 #define HE_PCIR_GEN_CNTL_0 0x40 macro

Completed in 45 milliseconds