Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ncv/
HDncr53c500.c236 bus_read_1(res, cr0_stat); in ncvhw_check()
388 if ((bus_read_1(res, cr0_stat) & STAT_INT) != 0)
397 if ((bus_read_1(res, cr0_stat) & STAT_INT) != 0)
434 bus_read_1(res, cr0_stat);
891 status = bus_read_1(res, cr0_stat);
921 status = bus_read_1(res, cr0_stat);
HDncr53c500reg.h48 #define cr0_stat 0x04 /* RO - Status */ macro