Searched refs:setpcc (Results 1 – 1 of 1) sorted by relevance
116 static inline void setpcc(int reg, unsigned char data) in setpcc() function151 setpcc(PCC_MWSAR_1_Lo, (flash_base >> 12) & 0xff); in dnpc_map_flash()152 setpcc(PCC_MWSAR_1_Hi, (flash_base >> 20) & 0x3f); in dnpc_map_flash()153 setpcc(PCC_MWEAR_1_Lo, (flash_end >> 12) & 0xff); in dnpc_map_flash()154 setpcc(PCC_MWEAR_1_Hi, (flash_end >> 20) & 0x3f); in dnpc_map_flash()157 setpcc(PCC_MWAOR_1_Lo, ((0 - flash_base) >> 12) & 0xff); in dnpc_map_flash()158 setpcc(PCC_MWAOR_1_Hi, ((0 - flash_base)>> 20) & 0x3f); in dnpc_map_flash()167 setpcc(PCC_AWER_B, getpcc(PCC_AWER_B) | 0x02); in dnpc_map_flash()186 setpcc(PCC_AWER_B, getpcc(PCC_AWER_B) & ~0x02); in dnpc_unmap_flash()