Searched refs:flash_read16 (Results 1 – 2 of 2) sorted by relevance
40 static inline u16 flash_read16(void __iomem *addr) in flash_read16() function55 static inline u16 flash_read16(const void __iomem *addr) in flash_read16() function73 val.x[0] = flash_read16(map->virt + ofs); in ixp4xx_read16()92 *dest++ = BYTE1(flash_read16(src-1)); in ixp4xx_copy_from()98 u16 data = flash_read16(src); in ixp4xx_copy_from()106 *dest++ = BYTE0(flash_read16(src)); in ixp4xx_copy_from()
25 static map_word flash_read16(struct map_info *map, unsigned long offset) in flash_read16() function92 map->read = flash_read16; in cobalt_flash_probe()