Searched refs:cr0_tchsb (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/ncv/
H A Dncr53c500reg.h62 #define cr0_tchsb 0x0e /* RW - Transfer Count High */ macro
H A Dncr53c500.c198 bus_space_write_1(iot, ioh, cr0_tchsb, (u_int8_t) (count >> (NBBY * 2)));
210 count |= ((u_int) bus_space_read_1(iot, ioh, cr0_tchsb)) << (NBBY * 2);
306 bus_space_write_1(iot, ioh, cr0_tchsb, 0);

Completed in 42 milliseconds