Home
last modified time | relevance | path

Searched refs:CACHE_WRITETHROUGH (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/sh/mm/
DKconfig259 default CACHE_WRITETHROUGH if (CPU_SH2 && !CPU_SH2A)
264 config CACHE_WRITETHROUGH config in Cache configuration""choice4435ff9c0304
/linux-2.6.39/drivers/message/i2o/
Di2o_block.c686 && (arg < CACHE_WRITETHROUGH || arg > CACHE_SMARTBACK)) in i2o_block_ioctl()
791 case CACHE_WRITETHROUGH: in i2o_block_transfer()
/linux-2.6.39/include/linux/
Di2o.h62 #define CACHE_WRITETHROUGH 17 macro