OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZS_BASE
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/cobalt/include/
cpu.h
27
#define
ZS_BASE
0x1c800000
/src/sys/arch/cobalt/stand/boot/
zs.c
131
zs = (void *)MIPS_PHYS_TO_KSEG1(
ZS_BASE
+ addr);
/src/sys/arch/cobalt/dev/
zs.c
161
uint8_t *
zs_base
;
local in function:zs_attach
168
zs_base
= (void *)MIPS_PHYS_TO_KSEG1(maa->ma_addr);
183
if ((
zs_base
+ chanoff[channel]) == zs_cons) {
188
cs->cs_reg_csr =
zs_base
+ chanoff[channel] + ZS_CSR;
189
cs->cs_reg_data =
zs_base
+ chanoff[channel] + ZS_DATA;
515
zs_cons = (uint8_t *)MIPS_PHYS_TO_KSEG1(
ZS_BASE
) + ZS_CHAN_A; /* XXX */
Completed in 22 milliseconds
Indexes created Mon Oct 20 01:09:56 GMT 2025