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

/freebsd-10.2-release/sys/dev/ncv/
H A Dncr53c500.c223 bus_space_write_1(iot, ioh, cr0_cmd, CMD_NOP | CMD_DMA);
224 if (bus_space_read_1(iot, ioh, cr0_cmd) != (CMD_NOP | CMD_DMA))
227 printf("ncv: cr0_cmd CMD_NOP|CMD_DMA failed\n");
232 bus_space_write_1(iot, ioh, cr0_cmd, CMD_NOP);
233 if (bus_space_read_1(iot, ioh, cr0_cmd) != CMD_NOP)
236 printf("ncv: cr0_cmd CMD_NOP failed\n");
247 bus_space_write_1(iot, ioh, cr0_cmd, CMD_FLUSH);
248 bus_space_write_1(iot, ioh, cr0_cmd, CMD_RSTSCSI);
249 bus_space_write_1(iot, ioh, cr0_cmd, CMD_NOP | CMD_DMA);
279 bus_space_write_1(iot, ioh, cr0_cmd, CMD_NO
[all...]
H A Dncr53c500reg.h47 #define cr0_cmd 0x03 /* RW - Command (2 deep) */ macro

Completed in 45 milliseconds