Searched refs:write_c0_conf (Results 1 – 5 of 5) sorted by relevance
50 write_c0_conf(config & ~TX39_CONF_ICE); in tx39h_flush_icache_all()53 write_c0_conf(config); in tx39h_flush_icache_all()90 write_c0_conf(config & ~TX39_CONF_ICE); in tx39_blast_icache_page()93 write_c0_conf(config); in tx39_blast_icache_page()103 write_c0_conf(config & ~TX39_CONF_ICE); in tx39_blast_icache_page_indexed()106 write_c0_conf(config); in tx39_blast_icache_page_indexed()116 write_c0_conf(config & ~TX39_CONF_ICE); in tx39_blast_icache()119 write_c0_conf(config); in tx39_blast_icache()245 write_c0_conf(config & ~TX39_CONF_ICE); in tx39_flush_icache_range()248 write_c0_conf(config); in tx39_flush_icache_range()[all …]
38 write_c0_conf(cfg | R30XX_CONF_HALT); in r3081_wait()45 write_c0_conf(read_c0_conf() | TX39_CONF_HALT); in r39xx_wait()
288 write_c0_conf(cfg ^ R30XX_CONF_AC); in cpu_has_confreg()290 write_c0_conf(cfg); in cpu_has_confreg()
90 write_c0_conf(conf); in jmr3927_mem_setup()
1150 #define write_c0_conf(val) __write_32bit_c0_register($3, 0, val) macro