Lines Matching refs:temp
71 u32 temp; in c2k_reset_board() local
75 temp = in_le32(mv64x60_mpp_reg_base + MV64x60_MPP_CNTL_0); in c2k_reset_board()
76 temp &= 0xFFFF0FFF; in c2k_reset_board()
77 out_le32(mv64x60_mpp_reg_base + MV64x60_MPP_CNTL_0, temp); in c2k_reset_board()
79 temp = in_le32(mv64x60_gpp_reg_base + MV64x60_GPP_LEVEL_CNTL); in c2k_reset_board()
80 temp |= 0x00000004; in c2k_reset_board()
81 out_le32(mv64x60_gpp_reg_base + MV64x60_GPP_LEVEL_CNTL, temp); in c2k_reset_board()
83 temp = in_le32(mv64x60_gpp_reg_base + MV64x60_GPP_IO_CNTL); in c2k_reset_board()
84 temp |= 0x00000004; in c2k_reset_board()
85 out_le32(mv64x60_gpp_reg_base + MV64x60_GPP_IO_CNTL, temp); in c2k_reset_board()
87 temp = in_le32(mv64x60_mpp_reg_base + MV64x60_MPP_CNTL_2); in c2k_reset_board()
88 temp &= 0xFFFF0FFF; in c2k_reset_board()
89 out_le32(mv64x60_mpp_reg_base + MV64x60_MPP_CNTL_2, temp); in c2k_reset_board()
91 temp = in_le32(mv64x60_gpp_reg_base + MV64x60_GPP_LEVEL_CNTL); in c2k_reset_board()
92 temp |= 0x00080000; in c2k_reset_board()
93 out_le32(mv64x60_gpp_reg_base + MV64x60_GPP_LEVEL_CNTL, temp); in c2k_reset_board()
95 temp = in_le32(mv64x60_gpp_reg_base + MV64x60_GPP_IO_CNTL); in c2k_reset_board()
96 temp |= 0x00080000; in c2k_reset_board()
97 out_le32(mv64x60_gpp_reg_base + MV64x60_GPP_IO_CNTL, temp); in c2k_reset_board()