Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/w1-eeprom/
H A Dds2502.c37 static unsigned int ds2502_crc8(const u8 *buf, int len) in ds2502_crc8() function
79 crc = ds2502_crc8(pagebuf, 3); in ds2502_read()
105 crc = ds2502_crc8(pagebuf, bytes_in_page); in ds2502_read()