OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:platformsw
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/arch/mips/atheros/include/
platform.h
154
extern const struct atheros_platformsw *
platformsw
;
161
return (*
platformsw
->apsw_get_memsize)();
167
(*
platformsw
->apsw_wdog_reload)(period);
173
return (*
platformsw
->apsw_bus_init)();
179
(*
platformsw
->apsw_intrsw->aisw_init)();
185
return (*
platformsw
->apsw_intrsw->aisw_cpu_establish)(irq, func, arg);
191
(*
platformsw
->apsw_intrsw->aisw_cpu_disestablish)(cookie);
197
return (*
platformsw
->apsw_intrsw->aisw_misc_establish)(irq, func, arg);
203
(*
platformsw
->apsw_intrsw->aisw_misc_disestablish)(cookie);
209
return (*
platformsw
->apsw_enable_device)(adv)
[
all
...]
/src/sys/arch/evbmips/atheros/
mach_intr.c
54
(*
platformsw
->apsw_intr_init)();
61
(*
platformsw
->apsw_intrsw->aisw_iointr)(ipl, cf->pc, ipending);
autoconf.c
76
(*
platformsw
->apsw_device_register)(dev, aux);
/src/sys/arch/mips/atheros/
ar_console.c
69
com_arbus_cnattach(
platformsw
->apsw_uart0_base,
84
(volatile uint32_t *)MIPS_PHYS_TO_KSEG1(
platformsw
->apsw_uart0_base);
96
(volatile uint32_t *)MIPS_PHYS_TO_KSEG1(
platformsw
->apsw_uart0_base);
108
(volatile uint32_t *)MIPS_PHYS_TO_KSEG1(
platformsw
->apsw_uart0_base);
ar_intr.c
86
return REGVAL(
platformsw
->apsw_misc_intstat);
92
REGVAL(
platformsw
->apsw_misc_intstat) = v;
98
return REGVAL(
platformsw
->apsw_misc_intmask);
104
REGVAL(
platformsw
->apsw_misc_intmask) = v;
253
const struct atheros_platformsw * const apsw =
platformsw
;
ar_conf.c
124
const struct atheros_platformsw *
platformsw
;
variable in typeref:typename:const struct atheros_platformsw *
187
platformsw
= apsw;
arbus.c
125
for (const struct atheros_device *adv =
platformsw
->apsw_devices;
/src/sys/arch/evbmips/ingenic/
autoconf.c
76
(*
platformsw
->apsw_device_register)(dev, aux);
Completed in 16 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025