Searched refs:cmd3 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/usr.bin/mail/
H A DMakefile5 SRCS= version.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-cmd-queue.h521 * @param cmd3 Command
525 static inline cvmx_cmd_queue_result_t cvmx_cmd_queue_write3(cvmx_cmd_queue_id_t queue_id, int use_locking, uint64_t cmd1, uint64_t cmd2, uint64_t cmd3) argument
560 ptr[2] = cmd3;
584 *ptr++ = cmd3;
599 *ptr++ = cmd3;
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dr300_cmdbuf.c559 u32 *cmd3 = drm_buffer_pointer_to_dword(cmdbuf->buffer, 3); local
560 offset = *cmd3 << 10;
604 u32 *cmd1, *cmd2, *cmd3; local
618 cmd3 = drm_buffer_pointer_to_dword(cmdbuf->buffer, 3);
637 if (*cmd3 != expected_count) {
639 *cmd3, expected_count);
H A Dradeon_state.c427 u32 *cmd3 = drm_buffer_pointer_to_dword(cmdbuf->buffer, 3); local
428 offset = *cmd3 << 10;
434 *cmd3 = (*cmd3 & 0xffc00000) | offset >> 10;

Completed in 185 milliseconds