Home
last modified time | relevance | path

Searched refs:bhnd_sprom_attach (Results 1 – 3 of 3) sorted by relevance

/src/sys/dev/bhnd/nvram/
H A Dbhnd_sprom.c78 return (bhnd_sprom_attach(dev, 0)); in bhnd_sprom_attach_meth()
93 bhnd_sprom_attach(device_t dev, bus_size_t offset) in bhnd_sprom_attach() function
H A Dbhnd_spromvar.h41 int bhnd_sprom_attach(device_t dev, bus_size_t offset);
/src/sys/dev/bhnd/cores/chipc/
H A Dbhnd_sprom_chipc.c92 error = bhnd_sprom_attach(dev, caps->sprom_offset); in chipc_sprom_attach()