OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VR4181_SIU_ADDR
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/hpcmips/stand/lcboot/
com.c
84
return ISSET(REGREAD_1(
VR4181_SIU_ADDR
, com_lsr), LSR_RXRDY);
97
c = REGREAD_1(
VR4181_SIU_ADDR
, com_data);
98
stat = REGREAD_1(
VR4181_SIU_ADDR
, com_iir);
110
while (!ISSET(REGREAD_1(
VR4181_SIU_ADDR
, com_lsr), LSR_TXRDY)
114
REGWRITE_1(
VR4181_SIU_ADDR
, com_data, c);
118
while (!ISSET(REGREAD_1(
VR4181_SIU_ADDR
, com_lsr), LSR_TXRDY)
140
REGWRITE_1(
VR4181_SIU_ADDR
, com_lcr, LCR_DLAB);
142
REGWRITE_1(
VR4181_SIU_ADDR
, com_dlbl, rate);
143
REGWRITE_1(
VR4181_SIU_ADDR
, com_dlbh, rate >> 8);
149
REGWRITE_1(
VR4181_SIU_ADDR
, com_lcr, LCR_8BITS)
[
all
...]
extern.h
100
#define ISKEY ISSET(REGREAD_1(
VR4181_SIU_ADDR
, com_lsr), LSR_RXRDY)
/src/sys/arch/hpcmips/vr/
vripreg.h
56
#define
VR4181_SIU_ADDR
0x0c000010
165
#define VRIP_SIU_ADDR
VR4181_SIU_ADDR
Completed in 53 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025