Home
last modified time | relevance | path

Searched refs:atf_write_nor (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/cavium/
H A Datf.h14 ssize_t atf_write_nor(uintptr_t offset, const void *buffer, size_t size);
/openbmc/u-boot/board/cavium/thunderx/
H A Datf.c78 ssize_t atf_write_nor(uintptr_t offset, const void *buffer, size_t size) in atf_write_nor() function
257 ret = atf_write_nor(offset, buffer, size); in do_atf()