Home
last modified time | relevance | path

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

/openbmc/u-boot/env/
H A Deeprom.c90 int i, crc_ok[2] = {0, 0}; in env_eeprom_load() local
122 crc_ok[i] = 1; in env_eeprom_load()
125 if (!crc_ok[0] && !crc_ok[1]) { in env_eeprom_load()
128 } else if (crc_ok[0] && !crc_ok[1]) { in env_eeprom_load()
130 } else if (!crc_ok[0] && crc_ok[1]) { in env_eeprom_load()
/openbmc/linux/include/trace/events/
H A Dfsi_master_ast_cf.h48 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 Dcc2520.c568 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()