Home
last modified time | relevance | path

Searched refs:rw_size (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/firmware/google/
H A Dvpd.c34 u32 rw_size; member
271 if (header.rw_size) { in vpd_sections_init()
274 header.ro_size, header.rw_size); in vpd_sections_init()
/openbmc/u-boot/drivers/misc/
H A Dcros_ec.c1021 uint32_t rw_offset, rw_size; in cros_ec_flash_update_rw() local
1025 &rw_size)) in cros_ec_flash_update_rw()
1027 if (image_size > (int)rw_size) in cros_ec_flash_update_rw()
1046 ret = cros_ec_flash_erase(dev, rw_offset, rw_size); in cros_ec_flash_update_rw()
/openbmc/linux/drivers/mfd/
H A Dmt6360-core.c374 static int mt6360_xlate_pmicldo_addr(u8 *addr, int rw_size) in mt6360_xlate_pmicldo_addr() argument
379 switch (rw_size) { in mt6360_xlate_pmicldo_addr()