| /src/sys/arch/powerpc/pic/ |
| pic_distopenpic.c | 60 setup_distributed_openpic(void *addr, int nrofisus, void **isu, int *maps) 73 panic("Can't handle a distributed openpic with internal ISU"); 76 opicops->isu = kmem_alloc(sizeof(volatile u_char *) * nrofisus, 81 opicops->isu[i] = (void *)isu[i]; 155 distopic_read(struct openpic_ops *opic, int isu, int offset) 157 volatile unsigned char *addr = opic->isu[isu] + offset; 163 distopic_write(struct openpic_ops *opic, int isu, int offset, u_int val) 165 volatile unsigned char *addr = opic->isu[isu] + offset 174 int isu, realirq = -1, realpri = uimax(1, uimin(15, pri)); local 205 int isu, realirq = -1; local 219 int isu, realirq = -1; local [all...] |
| picvar.h | 78 volatile unsigned char **isu; member in struct:openpic_ops
|
| pic_mpcsoc.c | 117 ops->isu = NULL; 120 ops->irq_per = NULL; /* internal ISU only */
|
| pic_openpic.c | 80 opicops->isu = NULL; 83 opicops->irq_per = NULL; /* internal ISU only */
|
| /src/sys/arch/ofppc/ofppc/ |
| mainbus.c | 113 unsigned char *isu[OPENPIC_MAX_ISUS]; local 191 isu[j] = (unsigned char *)mapiodev(reg[(j+1)*2], 195 (void)setup_distributed_openpic(baseaddr, i, (void **)isu, isumap);
|