Home
last modified time | relevance | path

Searched refs:intelspi_attach (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/intel/
H A Dspi.h65 int intelspi_attach(device_t dev);
H A Dspi_acpi.c85 return (intelspi_attach(dev)); in intelspi_acpi_attach()
H A Dspi_pci.c95 return (intelspi_attach(dev)); in intelspi_pci_attach()
H A Dspi.c493 intelspi_attach(device_t dev) in intelspi_attach() function