Lines Matching +defs:val +defs:map
54 static map_word dc21285_read8(struct map_info *map, unsigned long ofs) in dc21285_read8()
56 map_word val; in dc21285_read8() local
61 static map_word dc21285_read16(struct map_info *map, unsigned long ofs) in dc21285_read16()
63 map_word val; in dc21285_read16() local
68 static map_word dc21285_read32(struct map_info *map, unsigned long ofs) in dc21285_read32()
70 map_word val; in dc21285_read32() local
75 static void dc21285_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) in dc21285_copy_from()
80 static void dc21285_write8(struct map_info *map, const map_word d, unsigned long adr) in dc21285_write8()
89 static void dc21285_write16(struct map_info *map, const map_word d, unsigned long adr) in dc21285_write16()
98 static void dc21285_write32(struct map_info *map, const map_word d, unsigned long adr) in dc21285_write32()
105 static void dc21285_copy_to_32(struct map_info *map, unsigned long to, const void *from, ssize_t le… in dc21285_copy_to_32()
117 static void dc21285_copy_to_16(struct map_info *map, unsigned long to, const void *from, ssize_t le… in dc21285_copy_to_16()
129 static void dc21285_copy_to_8(struct map_info *map, unsigned long to, const void *from, ssize_t len) in dc21285_copy_to_8()