OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pics
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/virt68k/virt68k/
intr.c
136
static struct gfpic_softc *
pics
[NPIC];
162
* PIC event counters will be attached as the
PICs
184
KASSERT(
pics
[idx] == NULL);
185
pics
[idx] = device_private(dev);
213
if (
pics
[pic] == NULL) {
225
gfpic_enable(
pics
[pic], IRQ_TO_PIRQ(irq));
242
KASSERT(
pics
[pic] != NULL);
247
gfpic_disable(
pics
[pic], IRQ_TO_PIRQ(ih->ih_irq));
282
if (
pics
[pic] == NULL) {
291
while ((pirq = gfpic_pending(
pics
[pic])) >= 0)
[
all
...]
/src/sys/arch/powerpc/pic/
intr.c
62
#define MAX_PICS 8 /* 8
PICs
ought to be enough for everyone */
73
struct pic_ops *
pics
[MAX_PICS];
variable in typeref:struct:pic_ops * []
99
if (
pics
[i]->pic_cookie == c)
100
return
pics
[i];
113
pics
[num_pics] = pic;
125
struct pic_ops * const pic =
pics
[i];
135
struct pic_ops * const pic =
pics
[base];
434
struct pic_ops * const pic =
pics
[base];
640
KASSERT(
pics
[primary_pic] != NULL);
641
pic_handle_intr(
pics
[primary_pic])
[
all
...]
Completed in 50 milliseconds
Indexes created Mon Oct 27 04:09:48 GMT 2025