Home
last modified time | relevance | path

Searched refs:br1 (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/85xx/
Dp1022_ds.c174 u32 br0, or0, br1, or1; in p1022ds_set_monitor_port() local
234 br1 = in_be32(&lbc->bank[1].br); in p1022ds_set_monitor_port()
239 if (!(br0 & BR_V) || !(br1 & BR_V)) { in p1022ds_set_monitor_port()
255 if ((br1 & BR_MSEL) != BR_MS_GPCM) { in p1022ds_set_monitor_port()
256 br1 = (br1 & BR_BA) | BR_V; in p1022ds_set_monitor_port()
258 out_be32(&lbc->bank[1].br, br1); in p1022ds_set_monitor_port()
268 cs1_addr = lbc_br_to_phys(ecm, num_laws, br1); in p1022ds_set_monitor_port()
271 " (BR1=%08x)\n", br1); in p1022ds_set_monitor_port()