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

/freebsd-11-stable/sys/modules/i2c/controllers/imcsmb/
H A DMakefile6 imcsmb.c imcsmb_pci.c imcsmb_reg.h imcsmb_var.h
/freebsd-11-stable/sys/dev/imcsmb/
H A Dimcsmb.c32 /* A detailed description of this device is present in imcsmb_pci.c */
74 * parent imcsmb_pci's registers that we will use. Create the smbus(4) device,
91 sc->imcsmb_pci = device_get_parent(dev);
137 * device_probe() method. All the actual probing was done by the imcsmb_pci
154 * smbus_callback() method. Call the parent imcsmb_pci's request or release
185 rc = imcsmb_pci_request_bus(sc->imcsmb_pci);
189 imcsmb_pci_release_bus(sc->imcsmb_pci);
347 orig_cntl_val = pci_read_config(sc->imcsmb_pci,
426 pci_write_config(sc->imcsmb_pci, sc->regs->smb_cntl, cntl_val, 4);
434 stat_val = pci_read_config(sc->imcsmb_pci, s
[all...]
H A Dimcsmb_var.h56 /* A detailed description of this device is present in imcsmb_pci.c */
99 device_t imcsmb_pci; /* The SMBus controller's parent iMC */ member in struct:imcsmb_softc
H A Dimcsmb_pci.c29 * $FreeBSD: stable/11/sys/dev/imcsmb/imcsmb_pci.c 355366 2019-12-03 22:53:50Z rpokala $
85 * - "imcsmb_pci" recognizes the PCI device and assigns the appropriate set of
335 .name = "imcsmb_pci",
340 DRIVER_MODULE(imcsmb_pci, pci, imcsmb_pci_driver, imcsmb_pci_devclass, 0, 0);
341 MODULE_DEPEND(imcsmb_pci, pci, 1, 1, 1);
342 MODULE_VERSION(imcsmb_pci, 1);

Completed in 112 milliseconds