Home
last modified time | relevance | path

Searched refs:OP_READ (Results 1 – 6 of 6) sorted by relevance

/trueos/usr.sbin/cpucontrol/
HDcpucontrol.c65 #define OP_READ 0x01 macro
253 op = OP_READ; in do_msr()
269 if (op != OP_READ) { /* Complex operation. */ in do_msr()
301 case OP_READ: in do_msr()
320 fd = open(dev, op == OP_READ ? O_RDONLY : O_WRONLY); in do_msr()
323 op == OP_READ ? "reading" : "writing"); in do_msr()
332 if (op == OP_READ) in do_msr()
/trueos/sys/dev/ath/ath_hal/
HDah_decode.h39 OP_READ = 0, /* register read */ enumerator
/trueos/tools/regression/fsx/
HDfsx.c86 #define OP_READ 1 macro
268 case OP_READ: in logdump()
463 log4(OP_SKIPPED, OP_READ, offset, size); in doread()
469 log4(OP_SKIPPED, OP_READ, offset, size); in doread()
473 log4(OP_READ, offset, size, 0); in doread()
/trueos/tools/tools/ath/arcode/
HDarcode.c96 case OP_READ: in main()
/trueos/sys/dev/ath/
HDah_osdep.c291 r->op = OP_READ; in ath_hal_reg_read()
/trueos/tools/tools/ath/athdecode/
HDmain.c95 case OP_READ: in main()