Searched refs:CMD_NOP (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/ncv/
H A Dncr53c500.c250 bus_space_write_1(iot, ioh, cr0_cmd, CMD_NOP | CMD_DMA);
251 if (bus_space_read_1(iot, ioh, cr0_cmd) != (CMD_NOP | CMD_DMA))
254 printf("ncv: cr0_cmd CMD_NOP|CMD_DMA failed\n");
259 bus_space_write_1(iot, ioh, cr0_cmd, CMD_NOP);
260 if (bus_space_read_1(iot, ioh, cr0_cmd) != CMD_NOP)
263 printf("ncv: cr0_cmd CMD_NOP failed\n");
276 bus_space_write_1(iot, ioh, cr0_cmd, CMD_NOP | CMD_DMA);
306 bus_space_write_1(iot, ioh, cr0_cmd, CMD_NOP);
307 bus_space_write_1(iot, ioh, cr0_cmd, CMD_NOP);
313 bus_space_write_1(iot, ioh, cr0_cmd, CMD_NOP);
[all...]
H A Dncr53c500reg.h154 #define CMD_NOP 0x00 /* No Operation */ macro
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c140 CMD_NOP = 0x31, enumerator in enum:__anon10080
1930 return mthca_cmd(dev, 0, 0x1f, 0, CMD_NOP, msecs_to_jiffies(100), status);

Completed in 224 milliseconds