Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dmkenvimage.c27 #define CRC_SIZE sizeof(uint32_t) macro
151 envsize = datasize - (CRC_SIZE + redundant); in main()
152 envptr = dataptr + CRC_SIZE + redundant; in main()
/external/u-boot/drivers/usb/eth/
Dr8152.h438 #define CRC_SIZE 4 macro
459 #define RTL8152_RMS (RTL8152_ETH_FRAME_LEN + CRC_SIZE)
460 #define RTL8153_RMS (RTL8152_ETH_FRAME_LEN + CRC_SIZE)
Dr8152.c1302 packet_len -= CRC_SIZE; in r8152_recv()
1307 (packet_len + sizeof(struct rx_desc) + CRC_SIZE); in r8152_recv()
1528 packet_len -= CRC_SIZE; in r8152_eth_recv()
1530 if (packet_len > len - (sizeof(struct rx_desc) + CRC_SIZE)) { in r8152_eth_recv()
1547 packet_len += sizeof(struct rx_desc) + CRC_SIZE; in r8152_free_pkt()
/external/u-boot/drivers/net/
Dnatsemi.c65 #define CRC_SIZE 4 macro
836 length = (rx_status & DSIZE) - CRC_SIZE; in natsemi_poll()
Dns8382x.c63 #define CRC_SIZE 4 macro
808 length = (rx_status & DSIZE) - CRC_SIZE; in ns8382x_poll()