Home
last modified time | relevance | path

Searched full:extp (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c121 static void cfi_tell_features(struct cfi_pri_intelext *extp) in cfi_tell_features() argument
124 printk(" Extended Query version %c.%c\n", extp->MajorVersion, extp->MinorVersion); in cfi_tell_features()
125 printk(" Feature/Command Support: %4.4X\n", extp->FeatureSupport); in cfi_tell_features()
126 printk(" - Chip Erase: %s\n", extp->FeatureSupport&1?"supported":"unsupported"); in cfi_tell_features()
127 printk(" - Suspend Erase: %s\n", extp->FeatureSupport&2?"supported":"unsupported"); in cfi_tell_features()
128 printk(" - Suspend Program: %s\n", extp->FeatureSupport&4?"supported":"unsupported"); in cfi_tell_features()
129 printk(" - Legacy Lock/Unlock: %s\n", extp->FeatureSupport&8?"supported":"unsupported"); in cfi_tell_features()
130 printk(" - Queued Erase: %s\n", extp->FeatureSupport&16?"supported":"unsupported"); in cfi_tell_features()
131 printk(" - Instant block lock: %s\n", extp->FeatureSupport&32?"supported":"unsupported"); in cfi_tell_features()
132 printk(" - Protection Bits: %s\n", extp->FeatureSupport&64?"supported":"unsupported"); in cfi_tell_features()
[all …]
H A Dcfi_cmdset_0020.c66 static void cfi_tell_features(struct cfi_pri_intelext *extp) in cfi_tell_features() argument
69 printk(" Feature/Command Support: %4.4X\n", extp->FeatureSupport); in cfi_tell_features()
70 printk(" - Chip Erase: %s\n", extp->FeatureSupport&1?"supported":"unsupported"); in cfi_tell_features()
71 printk(" - Suspend Erase: %s\n", extp->FeatureSupport&2?"supported":"unsupported"); in cfi_tell_features()
72 printk(" - Suspend Program: %s\n", extp->FeatureSupport&4?"supported":"unsupported"); in cfi_tell_features()
73 printk(" - Legacy Lock/Unlock: %s\n", extp->FeatureSupport&8?"supported":"unsupported"); in cfi_tell_features()
74 printk(" - Queued Erase: %s\n", extp->FeatureSupport&16?"supported":"unsupported"); in cfi_tell_features()
75 printk(" - Instant block lock: %s\n", extp->FeatureSupport&32?"supported":"unsupported"); in cfi_tell_features()
76 printk(" - Protection Bits: %s\n", extp->FeatureSupport&64?"supported":"unsupported"); in cfi_tell_features()
77 printk(" - Page-mode read: %s\n", extp->FeatureSupport&128?"supported":"unsupported"); in cfi_tell_features()
[all …]
H A Dcfi_cmdset_0002.c122 struct cfi_pri_amdstd *extp = cfi->cmdset_priv; in cfi_use_status_reg() local
125 return extp && extp->MinorVersion >= '5' && in cfi_use_status_reg()
126 (extp->SoftwareFeatures & poll_mask) == CFI_POLL_STATUS_REG; in cfi_use_status_reg()
173 static void cfi_tell_features(struct cfi_pri_amdstd *extp) in cfi_tell_features() argument
184 printk(" Silicon revision: %d\n", extp->SiliconRevision >> 1); in cfi_tell_features()
186 (extp->SiliconRevision & 1) ? "Not required" : "Required"); in cfi_tell_features()
188 if (extp->EraseSuspend < ARRAY_SIZE(erase_suspend)) in cfi_tell_features()
189 printk(" Erase Suspend: %s\n", erase_suspend[extp->EraseSuspend]); in cfi_tell_features()
191 printk(" Erase Suspend: Unknown value %d\n", extp->EraseSuspend); in cfi_tell_features()
193 if (extp->BlkProt == 0) in cfi_tell_features()
[all …]
H A Dcfi_util.c304 struct cfi_extquery *extp = NULL; in cfi_read_pri() local
311 extp = kmalloc(size, GFP_KERNEL); in cfi_read_pri()
312 if (!extp) in cfi_read_pri()
323 ((unsigned char *)extp)[i] = in cfi_read_pri()
336 out: return extp; in cfi_read_pri()
/linux/fs/xfs/
H A Dxfs_extfree_item.c371 struct xfs_extent *extp; in xfs_efd_add_extent() local
375 extp = &efdp->efd_format.efd_extents[efdp->efd_next_extent]; in xfs_efd_add_extent()
376 extp->ext_start = xefi->xefi_startblock; in xfs_efd_add_extent()
377 extp->ext_len = xefi->xefi_blockcount; in xfs_efd_add_extent()
403 struct xfs_extent *extp; in xfs_extent_free_log_item() local
412 extp = &efip->efi_format.efi_extents[next_extent]; in xfs_extent_free_log_item()
413 extp->ext_start = xefi->xefi_startblock; in xfs_extent_free_log_item()
414 extp->ext_len = xefi->xefi_blockcount; in xfs_extent_free_log_item()
616 struct xfs_extent *extp) in xfs_efi_validate_ext() argument
619 return xfs_verify_rtbext(mp, extp->ext_start, extp->ext_len); in xfs_efi_validate_ext()
[all …]
/linux/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_bridge.c29 DRM_DEV_ERROR(dev->dev, "failed to set extp clk rate: %d\n", ret); in msm_hdmi_power_on()
33 DRM_DEV_ERROR(dev->dev, "failed to enable extp clk: %d\n", ret); in msm_hdmi_power_on()