Searched refs:cros_ec_flash_offset (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | cros_ec.c | 78 ret = cros_ec_flash_offset(dev, region, &offset, ®ion_size); in do_read_write() 227 if (cros_ec_flash_offset(dev, region, &offset, &size)) { in do_cros_ec() 243 ret = cros_ec_flash_offset(dev, region, &offset, &size); in do_cros_ec()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | cros_ec.h | 315 int cros_ec_flash_offset(struct cros_ec_dev *dev, enum ec_flash_region region,
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | cros_ec.c | 697 int cros_ec_flash_offset(struct cros_ec_dev *dev, enum ec_flash_region region, in cros_ec_flash_offset() function 900 if (cros_ec_flash_offset(dev, EC_FLASH_REGION_RW, &rw_offset, &rw_size)) in cros_ec_flash_update_rw()
|