Lines Matching refs:lba
316 unsigned int lba = 0; in vendor_ops() local
345 lba = EMMC_VENDOR_PART_OFFSET; in vendor_ops()
346 debug("[Vendor INFO]:VendorStorage offset address=0x%x\n", lba); in vendor_ops()
359 lba = NAND_VENDOR_PART_OFFSET; in vendor_ops()
360 debug("[Vendor INFO]:VendorStorage offset address=0x%x\n", lba); in vendor_ops()
372 lba = FLASH_VENDOR_PART_OFFSET; in vendor_ops()
373 debug("[Vendor INFO]:VendorStorage offset address=0x%x\n", lba); in vendor_ops()
385 lba = 0; in vendor_ops()
394 ret = _flash_write(dev_desc, lba + addr, n_sec, buffer); in vendor_ops()
396 ret = blk_dwrite(dev_desc, lba + addr, n_sec, buffer); in vendor_ops()
399 ret = _flash_read(dev_desc, lba + addr, n_sec, buffer); in vendor_ops()
401 ret = blk_dread(dev_desc, lba + addr, n_sec, buffer); in vendor_ops()