Home
last modified time | relevance | path

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

/trueos/sys/dev/ncv/
HDncr53c500.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))
232 bus_space_write_1(iot, ioh, cr0_cmd, CMD_NOP);
233 if (bus_space_read_1(iot, ioh, cr0_cmd) != CMD_NOP)
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_NOP);
280 bus_space_write_1(iot, ioh, cr0_cmd, CMD_NOP);
283 bus_space_write_1(iot, ioh, cr0_cmd, CMD_RSTCHIP);
[all …]
HDncr53c500reg.h47 #define cr0_cmd 0x03 /* RW - Command (2 deep) */ macro