Searched refs:flush_cache (Results 1 – 4 of 4) sorted by relevance
55 static inline void flush_cache(void) in flush_cache() function60 #define flush_cache() do { } while(0) macro
31 extern void flush_cache(void);294 flush_cache(); in i810fb_iring_enable()
682 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_release()683 scb->cmd.flush_cache.command_id = IPS_COMMAND_ID(ha, scb); in ips_release()684 scb->cmd.flush_cache.state = IPS_NORM_STATE; in ips_release()685 scb->cmd.flush_cache.reserved = 0; in ips_release()686 scb->cmd.flush_cache.reserved2 = 0; in ips_release()687 scb->cmd.flush_cache.reserved3 = 0; in ips_release()688 scb->cmd.flush_cache.reserved4 = 0; in ips_release()751 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_halt()752 scb->cmd.flush_cache.command_id = IPS_COMMAND_ID(ha, scb); in ips_halt()753 scb->cmd.flush_cache.state = IPS_NORM_STATE; in ips_halt()[all …]
609 IPS_FC_CMD flush_cache; member