Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/w1-eeprom/
H A Deep_sandbox.c15 #define EEP_SANDBOX_SAMPLE_MEM "this is a sample EEPROM memory string." macro
21 if (offset + count < strlen(EEP_SANDBOX_SAMPLE_MEM)) { in eep_sandbox_read_buf()
23 count = strlen(EEP_SANDBOX_SAMPLE_MEM); in eep_sandbox_read_buf()
25 strncpy((char *)buf, EEP_SANDBOX_SAMPLE_MEM, count); in eep_sandbox_read_buf()