Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Datw.c339 uint32_t test0, fail_bits; in atw_read_srom() local
348 fail_bits = ATW_TEST0_EPNE; in atw_read_srom()
351 fail_bits = ATW_TEST0_EPNE | ATW_TEST0_EPSNM; in atw_read_srom()
354 if ((test0 & fail_bits) != 0) { in atw_read_srom()