Searched refs:flash_read16 (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/mtd/maps/
H A Dixp4xx.c59 static inline u16 flash_read16(void __iomem *addr) flash_read16() function
74 static inline u16 flash_read16(const void __iomem *addr) flash_read16() function
91 val.x[0] = flash_read16(map->virt + ofs); ixp4xx_read16()
110 *dest++ = BYTE1(flash_read16(src-1)); ixp4xx_copy_from()
116 u16 data = flash_read16(src); ixp4xx_copy_from()
124 *dest++ = BYTE0(flash_read16(src)); ixp4xx_copy_from()
/linux-4.4.14/drivers/media/pci/cobalt/
H A Dcobalt-flash.c37 static map_word flash_read16(struct map_info *map, unsigned long offset) flash_read16() function
104 map->read = flash_read16; cobalt_flash_probe()

Completed in 92 milliseconds