Searched defs:byte_addr (Results 1 – 1 of 1) sorted by relevance
104 static inline void flash_write(const FlashConfig *c, uint64_t byte_addr, in flash_write()128 static inline uint64_t flash_read(const FlashConfig *c, uint64_t byte_addr) in flash_read()199 static void sector_erase(const FlashConfig *c, uint64_t byte_addr) in sector_erase()207 static void wait_for_completion(const FlashConfig *c, uint64_t byte_addr) in wait_for_completion()219 static void bypass_program(const FlashConfig *c, uint64_t byte_addr, in bypass_program()232 static void program(const FlashConfig *c, uint64_t byte_addr, uint16_t data) in program()342 uint64_t byte_addr = 0; in test_geometry() local