Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/hifn/
H A Dhifn7751.c1249 u_int8_t data[8], dataexpect[8]; in hifn_ramtype() local
1253 data[i] = dataexpect[i] = 0x55; in hifn_ramtype()
1258 if (bcmp(data, dataexpect, sizeof(data)) != 0) { in hifn_ramtype()
1264 data[i] = dataexpect[i] = 0xaa; in hifn_ramtype()
1269 if (bcmp(data, dataexpect, sizeof(data)) != 0) { in hifn_ramtype()
1286 u_int8_t dataexpect[sizeof(data)]; in hifn_sramsize() local
1290 data[i] = dataexpect[i] = i ^ 0x5a; in hifn_sramsize()
1300 bcopy(&i, dataexpect, sizeof(i)); in hifn_sramsize()
1303 if (bcmp(data, dataexpect, sizeof(data)) != 0) in hifn_sramsize()