Searched refs:flash_read16 (Results 1 – 2 of 2) sorted by relevance
59 static inline u16 flash_read16(void __iomem *addr) in flash_read16() function74 static inline u16 flash_read16(const void __iomem *addr) in flash_read16() function91 val.x[0] = flash_read16(map->virt + ofs); in ixp4xx_read16()110 *dest++ = BYTE1(flash_read16(src-1)); in ixp4xx_copy_from()116 u16 data = flash_read16(src); in ixp4xx_copy_from()124 *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()