OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_config
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/evbppc/pmppc/
machdep.c
156
struct
a_config
a_config
;
variable in typeref:struct:a_config
174
physmemr[0].size =
a_config
.a_mem_size;
177
availmemr[0].size =
a_config
.a_mem_size - availmemr[0].start;
208
ticks_per_sec =
a_config
.a_bus_freq;
297
if(comcnattach(tag, CPC_COM0, 9600, CPC_COM_SPEED(
a_config
.a_bus_freq),
317
CPC_COM_SPEED(
a_config
.a_bus_freq),
395
a_config
.a_boot_device = config1 & 0x80 ? A_BOOT_FLASH : A_BOOT_ROM;
396
a_config
.a_has_ecc = (config1 & 0x40) != 0;
398
case 0x00:
a_config
.a_mem_size = 32 * 1024 * 1024; break
[
all
...]
mainbus.c
106
a_config
.a_is_monarch ? "" : "not");
108
a_config
.a_boot_device == A_BOOT_ROM ? "ROM" : "flash",
109
a_config
.a_has_ecc ? "" : "no ",
110
a_config
.a_l2_cache == A_CACHE_PARITY ? "parity" :
111
a_config
.a_l2_cache == A_CACHE_NO_PARITY ? "no-parity" : "no");
120
if (
a_config
.a_has_rtc) {
128
if (
a_config
.a_has_eth) {
136
if (
a_config
.a_flash_width != 0) {
140
maa.u.mb_flash.size =
a_config
.a_flash_size;
141
maa.u.mb_flash.width =
a_config
.a_flash_width
[
all
...]
/src/sys/arch/evbppc/include/
pmppc.h
76
struct
a_config
{
struct
94
extern struct
a_config
a_config
;
/src/sys/arch/evbppc/pmppc/dev/
cpc_mainbus.c
90
&pci_bus_dma_tag,
a_config
.a_is_monarch,
91
a_config
.a_bus_freq);
93
if (!
a_config
.a_is_monarch)
Completed in 12 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025