Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/core/
Dregmap.c326 case REGMAP_SIZE_32: in regmap_raw_read_range()
349 return regmap_raw_read(map, offset, valp, REGMAP_SIZE_32); in regmap_read()
435 case REGMAP_SIZE_32: in regmap_raw_write_range()
459 return regmap_raw_write(map, offset, &val, REGMAP_SIZE_32); in regmap_write()
/third_party/uboot/u-boot-2020.01/include/
Dregmap.h48 REGMAP_SIZE_32 = 4, enumerator