Home
last modified time | relevance | path

Searched refs:cfip (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/chips/
H A Dcfi_probe.c339 static void print_cfi_ident(struct cfi_ident *cfip) in print_cfi_ident() argument
342 if (cfip->qry[0] != 'Q' || cfip->qry[1] != 'R' || cfip->qry[2] != 'Y') { in print_cfi_ident()
347 printk("Primary Vendor Command Set: %4.4X (%s)\n", cfip->P_ID, vendorname(cfip->P_ID)); in print_cfi_ident()
348 if (cfip->P_ADR) in print_cfi_ident()
349 printk("Primary Algorithm Table at %4.4X\n", cfip->P_ADR); in print_cfi_ident()
353 printk("Alternative Vendor Command Set: %4.4X (%s)\n", cfip->A_ID, vendorname(cfip in print_cfi_ident()
[all...]
H A Dcfi_cmdset_0001.c214 struct cfi_pri_intelext *cfip = cfi->cmdset_priv; in fixup_at49bv640dx_lock() local
216 cfip->FeatureSupport |= (1 << 5); in fixup_at49bv640dx_lock()
239 struct cfi_pri_intelext *cfip = cfi->cmdset_priv; in fixup_no_write_suspend() local
241 if (cfip && (cfip->FeatureSupport&4)) { in fixup_no_write_suspend()
242 cfip->FeatureSupport &= ~4; in fixup_no_write_suspend()
324 struct cfi_pri_intelext *cfip = cfi->cmdset_priv; in fixup_unlock_powerup_lock() local
326 if (cfip->FeatureSupport&32) { in fixup_unlock_powerup_lock()
830 struct cfi_pri_intelext *cfip = cfi->cmdset_priv; in chip_ready() local
863 if (!cfip || in chip_ready()
1161 struct cfi_pri_intelext *cfip = cfi->cmdset_priv; xip_wait_for_operation() local
[all...]
H A Dcfi_cmdset_0002.c876 struct cfi_pri_amdstd *cfip = (struct cfi_pri_amdstd *)cfi->cmdset_priv; in get_chip() local
905 if (!cfip || !(cfip->EraseSuspend & (0x1|0x2)) || in get_chip()
907 (mode == FL_WRITING && (cfip->EraseSuspend & 0x2)))) in get_chip()
948 (!cfip || !(cfip->EraseSuspend&2))) in get_chip()
/kernel/linux/linux-6.6/drivers/mtd/chips/
H A Dcfi_probe.c340 static void print_cfi_ident(struct cfi_ident *cfip) in print_cfi_ident() argument
343 if (cfip->qry[0] != 'Q' || cfip->qry[1] != 'R' || cfip->qry[2] != 'Y') { in print_cfi_ident()
348 printk("Primary Vendor Command Set: %4.4X (%s)\n", cfip->P_ID, vendorname(cfip->P_ID)); in print_cfi_ident()
349 if (cfip->P_ADR) in print_cfi_ident()
350 printk("Primary Algorithm Table at %4.4X\n", cfip->P_ADR); in print_cfi_ident()
354 printk("Alternative Vendor Command Set: %4.4X (%s)\n", cfip->A_ID, vendorname(cfip in print_cfi_ident()
[all...]
H A Dcfi_cmdset_0001.c216 struct cfi_pri_intelext *cfip = cfi->cmdset_priv; in fixup_at49bv640dx_lock() local
218 cfip->FeatureSupport |= (1 << 5); in fixup_at49bv640dx_lock()
241 struct cfi_pri_intelext *cfip = cfi->cmdset_priv; in fixup_no_write_suspend() local
243 if (cfip && (cfip->FeatureSupport&4)) { in fixup_no_write_suspend()
244 cfip->FeatureSupport &= ~4; in fixup_no_write_suspend()
326 struct cfi_pri_intelext *cfip = cfi->cmdset_priv; in fixup_unlock_powerup_lock() local
328 if (cfip->FeatureSupport&32) { in fixup_unlock_powerup_lock()
832 struct cfi_pri_intelext *cfip = cfi->cmdset_priv; in chip_ready() local
865 if (!cfip || in chip_ready()
1163 struct cfi_pri_intelext *cfip = cfi->cmdset_priv; xip_wait_for_operation() local
[all...]
H A Dcfi_cmdset_0002.c879 struct cfi_pri_amdstd *cfip = (struct cfi_pri_amdstd *)cfi->cmdset_priv; in get_chip() local
909 if (!cfip || !(cfip->EraseSuspend & (0x1|0x2)) || in get_chip()
911 (mode == FL_WRITING && (cfip->EraseSuspend & 0x2)))) in get_chip()
952 (!cfip || !(cfip->EraseSuspend&2))) in get_chip()

Completed in 13 milliseconds