Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/
H A Dcrc7.c57 u8 crc7(u8 crc, const u8 *buffer, size_t len) in crc7() function
H A DMakefile21 obj-y += crc7.o
/rk3399_rockchip-uboot/include/linux/
H A Dcrc7.h12 extern u8 crc7(u8 crc, const u8 *buffer, size_t len);
/rk3399_rockchip-uboot/drivers/mmc/
H A Dmmc_spi.c65 cmdo[6] = (crc7(0, &cmdo[1], 5) << 1) | 0x01; in mmc_spi_sendcmd()