Searched refs:bhnd_nvram_io_write (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_io.c119 bhnd_nvram_io_write(struct bhnd_nvram_io *io, size_t offset, void *buffer, function
H A Dbhnd_nvram_io.h74 int bhnd_nvram_io_write(struct bhnd_nvram_io *io,
H A Dbhnd_nvram_data_sprom.c729 error = bhnd_nvram_io_write(io, layout->magic_offset, &magic,
742 error = bhnd_nvram_io_write(io, layout->crc_offset, &crc, sizeof(crc));
927 error = bhnd_nvram_io_write(data, offset, \
H A Dbhnd_nvram_data_btxt.c521 error = bhnd_nvram_io_write(btxt->data, io_offset+name_len,
H A Dbhnd_nvram_data_bcm.c735 error = bhnd_nvram_io_write(bcm->data, io_size-1, &ch,

Completed in 166 milliseconds