Lines Matching full:arbiter
52 #ifdef CONFIG_SYS_ACR_PIPE_DEP /* Arbiter pipeline depth */ in cpu_init_f()
55 #ifdef CONFIG_SYS_ACR_RPTCNT /* Arbiter repeat count */ in cpu_init_f()
58 #ifdef CONFIG_SYS_ACR_APARK /* Arbiter address parking mode */ in cpu_init_f()
61 #ifdef CONFIG_SYS_ACR_PARKM /* Arbiter parking master */ in cpu_init_f()
66 #ifdef CONFIG_SYS_ACR_PIPE_DEP /* Arbiter pipeline depth */ in cpu_init_f()
69 #ifdef CONFIG_SYS_ACR_RPTCNT /* Arbiter repeat count */ in cpu_init_f()
72 #ifdef CONFIG_SYS_ACR_APARK /* Arbiter address parking mode */ in cpu_init_f()
75 #ifdef CONFIG_SYS_ACR_PARKM /* Arbiter parking master */ in cpu_init_f()
212 clrsetbits_be32(&im->arbiter.acr, acr_mask, acr_val); in cpu_init_f()
222 /* AER - Arbiter Event Register - store status */ in cpu_init_f()
223 gd->arch.arbiter_event_attributes = __raw_readl(&im->arbiter.aeatr); in cpu_init_f()
224 gd->arch.arbiter_event_address = __raw_readl(&im->arbiter.aeadr); in cpu_init_f()
343 * Print out the bus arbiter event
441 puts("Arbiter Event Status:\n"); in print_83xx_arb_event()
460 printf("Arbiter Event Status: AEATR=0x%08lX, AEADR=0x%08lX\n", in print_83xx_arb_event()