Lines Matching refs:lba
317 unsigned int lba = 0; in vendor_ops() local
347 lba = EMMC_VENDOR_PART_OFFSET; in vendor_ops()
348 debug("[Vendor INFO]:VendorStorage offset address=0x%x\n", lba); in vendor_ops()
361 lba = NAND_VENDOR_PART_OFFSET; in vendor_ops()
362 debug("[Vendor INFO]:VendorStorage offset address=0x%x\n", lba); in vendor_ops()
374 lba = FLASH_VENDOR_PART_OFFSET; in vendor_ops()
375 debug("[Vendor INFO]:VendorStorage offset address=0x%x\n", lba); in vendor_ops()
387 lba = 0; in vendor_ops()
396 ret = _flash_write(dev_desc, lba + addr, n_sec, buffer); in vendor_ops()
398 ret = blk_dwrite(dev_desc, lba + addr, n_sec, buffer); in vendor_ops()
401 ret = _flash_read(dev_desc, lba + addr, n_sec, buffer); in vendor_ops()
403 ret = blk_dread(dev_desc, lba + addr, n_sec, buffer); in vendor_ops()