Lines Matching refs:picr1
89 int host_bridge, picr1, picr1_bit; in mpc10x_bridge_init() local
161 &picr1); in mpc10x_bridge_init()
163 picr1 = (picr1 & ~MPC10X_CFG_PICR1_ADDR_MAP_MASK) | in mpc10x_bridge_init()
170 picr1); in mpc10x_bridge_init()
363 uint picr1; in mpc10x_enable_store_gathering() local
369 &picr1); in mpc10x_enable_store_gathering()
371 picr1 |= MPC10X_CFG_PICR1_ST_GATH_EN; in mpc10x_enable_store_gathering()
377 picr1); in mpc10x_enable_store_gathering()
385 uint picr1; in mpc10x_disable_store_gathering() local
391 &picr1); in mpc10x_disable_store_gathering()
393 picr1 &= ~MPC10X_CFG_PICR1_ST_GATH_EN; in mpc10x_disable_store_gathering()
399 picr1); in mpc10x_disable_store_gathering()