/src/sys/arch/arm/footbridge/ |
footbridge.c | 73 static int footbridge_intr(void *arg); 179 "serr", footbridge_intr, sc); 181 "sdram parity", footbridge_intr, sc); 183 "data parity", footbridge_intr, sc); 185 "mast abt", footbridge_intr, sc); 187 "targ abt", footbridge_intr, sc); 189 "parity", footbridge_intr, sc); 269 footbridge_intr(void *arg) function in typeref:typename:int 284 printf("footbridge_intr: ctrl=%08x\n", intr); 299 printf("footbridge_intr: pcistat=%08x\n", intr) [all...] |
footbridge.c | 73 static int footbridge_intr(void *arg); 179 "serr", footbridge_intr, sc); 181 "sdram parity", footbridge_intr, sc); 183 "data parity", footbridge_intr, sc); 185 "mast abt", footbridge_intr, sc); 187 "targ abt", footbridge_intr, sc); 189 "parity", footbridge_intr, sc); 269 footbridge_intr(void *arg) function in typeref:typename:int 284 printf("footbridge_intr: ctrl=%08x\n", intr); 299 printf("footbridge_intr: pcistat=%08x\n", intr) [all...] |