Searched refs:nandc_flash_op (Results 1 – 1 of 1) sorted by relevance
17 static struct flash_operation nandc_flash_op = { variable89 ret = nandc_flash_op.flash_init(udev); in rockchip_nand_probe()91 priv->flash_con_type = nandc_flash_op.id; in rockchip_nand_probe()92 priv->density = nandc_flash_op.flash_get_capacity(udev); in rockchip_nand_probe()93 priv->read = nandc_flash_op.flash_read; in rockchip_nand_probe()94 priv->write = nandc_flash_op.flash_write; in rockchip_nand_probe()95 priv->erase = nandc_flash_op.flash_erase; in rockchip_nand_probe()97 flash_vendor_dev_ops_register(nandc_flash_op.vendor_read, in rockchip_nand_probe()98 nandc_flash_op.vendor_write); in rockchip_nand_probe()