Searched refs:CMD_NOP (Results 1 - 3 of 3) 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");
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);
286 bus_space_write_1(iot, ioh, cr0_cmd, CMD_NOP);
[all...]
H A Dncr53c500reg.h154 #define CMD_NOP 0x00 /* No Operation */ macro
/freebsd-10.2-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c140 CMD_NOP = 0x31, enumerator in enum:__anon11287
1930 return mthca_cmd(dev, 0, 0x1f, 0, CMD_NOP, msecs_to_jiffies(100), status);

Completed in 51 milliseconds