代码搜索结果
找到约 10,000 项符合
Remote Control 的代码
net_control.h
/*
** Copyright 2003, Travis Geiselbrecht. All rights reserved.
** Distributed under the terms of the NewOS License.
*/
#ifndef _NEWOS_KERNEL_NET_NET_CONTROL_H
#define _NEWOS_KERNEL_NET_NET_CONTROL_H
control-001.d
#objdump: -Dr
#source: control-001.s
.*: file format elf32-d10v
Disassembly of section .text:
00000000 :
0: 69 00 56 00 mvfc r0, psw -> mvtc r0, psw
4: 69 01 56 20 mvfc r0, bpsw ->
control-001.s
.text
.global foo
foo:
mvfc r0,cr0
mvtc r0,psw ;; cr0=psw
mvfc r0,cr1
mvtc r0,bpsw ;; cr1=bpsw
mvfc r0,cr2
mvtc r0,pc ;; cr2=pc
mvfc r0,cr3;
file_control.h
#ifndef __FILE_CONTROL_H_
#define __FILE_CONTROL_H_
#include "dvb_type.h"
#include "dvb_sys.h"
#include "dvb_file.h"
#include "dvb_device.h"
/****************************************************
control_w.h
/*---------------------------------------------------------------------------+
| control_w.h |
|