代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial.c
/*
* Serial port driver (uses bit-banging)
* for 16Cxx series parts.
*
* IMPORTANT: Compile this file with FULL optimization
*
* Copyright (C)1996 HI-TECH Software.
* Freely distributable.
*/
serial.c
#include "def.h"
#include "config.h"
#include "board.h"
#include "utils.h"
#include "option.h"
static U16 SerialPortSel;
U16 SerialSwitch( U16 port )
{
#ifdef SERIAL_PORTS_SWITCH
SerialP
serial.c
/*
* linux/kernel/serial.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* Extensively rewritten by Theodore Ts'o, 8/16/92 -- 9/14/92. Now
* much more extensible to support other ser
serial.h
/*
* include/linux/serial.h
*
* Copyright (C) 1992 by Theodore Ts'o.
*
* Redistribution of this file is permitted under the terms of the GNU
* Public License (GPL)
*/
/*
* This is