This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

HAL_DCACHE_FLUSH(addr,size);


thanks Gary

I have another question with regard to: HAL_DCACHE_FLUSH(addr,size);

I used the above function to invalidate and write back my cache, But it is
not working. Is there any other function in eCos to do that. Thanks.


static inline void cache_wback_inv(unsigned long addr, unsigned long size)
{

        HAL_DCACHE_FLUSH(addr,size);   /* Hit_Writeback_Inv_D */

}



MHK


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]