OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:apci
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/hp300/stand/common/
dnkbd.c
40
#include <hp300/dev/frodoreg.h> /* for
apci
offsets */
44
#include <hp300/stand/common/apcireg.h> /* for the
apci
registers */
97
struct apciregs *
apci
=
local in function:dnkbd_getc
106
if (
apci
->ap_lsr & LSR_RXRDY) {
108
c =
apci
->ap_data;
dnkbd.c
40
#include <hp300/dev/frodoreg.h> /* for
apci
offsets */
44
#include <hp300/stand/common/apcireg.h> /* for the
apci
registers */
97
struct apciregs *
apci
=
local in function:dnkbd_getc
106
if (
apci
->ap_lsr & LSR_RXRDY) {
108
c =
apci
->ap_data;
apci.c
1
/* $NetBSD:
apci
.c,v 1.14 2023/04/21 22:44:27 tsutsui Exp $ */
74
#include <hp300/dev/frodoreg.h> /* for
APCI
offsets */
92
* Only a 425e can have an
APCI
console. On all other 4xx models,
123
struct apciregs *
apci
= (struct apciregs *)apcicnaddr;
local in function:apciinit
129
* operator know we're switching to the
APCI
.
132
printf("Switching to
APCI
console.\n");
135
apci
->ap_cfcr = CFCR_DLAB;
136
apci
->ap_data = APCIBRD(9600) & 0xff;
137
apci
->ap_ier = (APCIBRD(9600) >> 8) & 0xff;
138
apci
->ap_cfcr = CFCR_8BITS
148
struct
apci
regs *
apci
=
apci
cnaddr;
local in function:apcigetchar
169
struct
apci
regs *
apci
=
apci
cnaddr;
local in function:apciputchar
[
all
...]
apci.c
1
/* $NetBSD:
apci
.c,v 1.14 2023/04/21 22:44:27 tsutsui Exp $ */
74
#include <hp300/dev/frodoreg.h> /* for
APCI
offsets */
92
* Only a 425e can have an
APCI
console. On all other 4xx models,
123
struct apciregs *
apci
= (struct apciregs *)apcicnaddr;
local in function:apciinit
129
* operator know we're switching to the
APCI
.
132
printf("Switching to
APCI
console.\n");
135
apci
->ap_cfcr = CFCR_DLAB;
136
apci
->ap_data = APCIBRD(9600) & 0xff;
137
apci
->ap_ier = (APCIBRD(9600) >> 8) & 0xff;
138
apci
->ap_cfcr = CFCR_8BITS
148
struct
apci
regs *
apci
=
apci
cnaddr;
local in function:apcigetchar
169
struct
apci
regs *
apci
=
apci
cnaddr;
local in function:apciputchar
[
all
...]
Completed in 62 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025