Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/examples/standalone/
H A Drkspi.c314 void dbg_print_hex(char *s, void *buf, u32 width, u32 len) in dbg_print_hex() function
418 dbg_print_hex("spi_read:", pread, 4, test_size / 4); in main()
429 dbg_print_hex("spi_duplex:", pread, 4, test_size / 4); in main()
440 dbg_print_hex("spi_write_then_read:", pread, 4, test_size / 4); in main()