Home
last modified time | relevance | path

Searched refs:cfi_attach (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/cfi/
H A Dcfi_bus_nexus.c64 return cfi_attach(dev); in cfi_nexus_attach()
H A Dcfi_bus_fdt.c50 DEVMETHOD(device_attach, cfi_attach),
H A Dcfi_var.h89 int cfi_attach(device_t);
H A Dcfi_core.c289 cfi_attach(device_t dev) in cfi_attach() function
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc_cfi.c70 return (cfi_attach(dev)); in chipc_cfi_attach()