OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:apsw
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/mips/atheros/
ar_conf.c
178
const struct atheros_platformsw * const
apsw
= ac->ac_platformsw;
local in function:atheros_set_platformsw
183
MIPS_PHYS_TO_KSEG1(
apsw
->apsw_revision_id_addr);
187
platformsw =
apsw
;
191
(*
apsw
->apsw_get_freqs)(&chip_freqs);
ar_intr.c
253
const struct atheros_platformsw * const
apsw
= platformsw;
local in function:genath_intr_init
255
KASSERT(
apsw
->apsw_ipl_sr_map != NULL);
256
ipl_sr_map = *
apsw
->apsw_ipl_sr_map;
258
for (size_t i = 0; i <
apsw
->apsw_cpu_nintrs; i++) {
259
if (
apsw
->apsw_cpu_intrnames[i] != NULL) {
263
apsw
->apsw_cpu_intrnames[i]);
267
for (size_t i = 0; i <
apsw
->apsw_misc_nintrs; i++) {
268
if (
apsw
->apsw_misc_intrnames[i] != NULL) {
272
apsw
->apsw_misc_intrnames[i]);
282
genath_cpu_intr_establish(
apsw
->apsw_cpuirq_misc
[
all
...]
Completed in 13 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025