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

/freebsd-10.2-release/sys/dev/ncv/
H A Dncr53c500reg.h153 #define CMD_DMA 0x80 /* DMA Bit */ macro
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");
249 bus_space_write_1(iot, ioh, cr0_cmd, CMD_NOP | CMD_DMA);
376 bus_space_write_1(iot, ioh, cr0_cmd, CMD_NOP | CMD_DMA);
638 bus_space_write_1(iot, ioh, cr0_cmd, CMD_TRANS | CMD_DMA);

Completed in 65 milliseconds