Searched refs:crc_ok (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/env/ |
H A D | eeprom.c | 91 int i, crc_ok[2] = {0, 0}; in env_eeprom_load() local 123 crc_ok[i] = 1; in env_eeprom_load() 126 if (!crc_ok[0] && !crc_ok[1]) { in env_eeprom_load() 129 } else if (crc_ok[0] && !crc_ok[1]) { in env_eeprom_load() 131 } else if (!crc_ok[0] && crc_ok[1]) { in env_eeprom_load()
|
/openbmc/linux/include/trace/events/ |
H A D | fsi_master_ast_cf.h | 48 TP_PROTO(const struct fsi_master_acf *master, u8 rtag, u8 rcrc, __be32 rdata, bool crc_ok), 49 TP_ARGS(master, rtag, rcrc, rdata, crc_ok), 55 __field(bool, crc_ok) 62 __entry->crc_ok = crc_ok; 66 __entry->rdata, __entry->crc_ok ? ' ' : '!'
|
/openbmc/linux/drivers/net/ieee802154/ |
H A D | cc2520.c | 568 bool crc_ok; in cc2520_rx() local 574 crc_ok = skb->data[len - 1] & BIT(7); in cc2520_rx() 577 if (!crc_ok) { in cc2520_rx()
|