Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_io.h58 struct bhnd_nvram_io *bhnd_nvram_iores_new(struct bhnd_resource *r,
H A Dbhnd_sprom.c129 io = bhnd_nvram_iores_new(r, offset, sprom_size, sizeof(uint16_t)); in bhnd_sprom_attach()
H A Dbhnd_nvram_iores.c76 bhnd_nvram_iores_new(struct bhnd_resource *r, bus_size_t offset, in bhnd_nvram_iores_new() function