Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/core/
H A Dregmap.c276 case REGMAP_SIZE_32: in regmap_raw_read_range()
299 return regmap_raw_read(map, offset, valp, REGMAP_SIZE_32); in regmap_read()
385 case REGMAP_SIZE_32: in regmap_raw_write_range()
409 return regmap_raw_write(map, offset, &val, REGMAP_SIZE_32); in regmap_write()
/openbmc/u-boot/include/
H A Dregmap.h48 REGMAP_SIZE_32 = 4, enumerator