Home
last modified time | relevance | path

Searched refs:__raw_readll (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/mtd/
Dcfi.h76 #ifndef __raw_readll
77 #define __raw_readll(addr) (*(volatile __u64 *)(addr)) macro
/linux-2.4.37.9/drivers/mtd/maps/
Dphysmap64.c43 return __raw_readll(map->map_priv_1 + ofs); in physmap_read64()