Home
last modified time | relevance | path

Searched refs:extp (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/drivers/mtd/chips/
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 …]
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 …]
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 …]
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-v6.6/fs/xfs/
Dxfs_extfree_item.c380 struct xfs_extent *extp; in xfs_trans_free_extent() local
422 extp = &(efdp->efd_format.efd_extents[next_extent]); in xfs_trans_free_extent()
423 extp->ext_start = xefi->xefi_startblock; in xfs_trans_free_extent()
424 extp->ext_len = xefi->xefi_blockcount; in xfs_trans_free_extent()
454 struct xfs_extent *extp; in xfs_extent_free_log_item() local
466 extp = &efip->efi_format.efi_extents[next_extent]; in xfs_extent_free_log_item()
467 extp->ext_start = xefi->xefi_startblock; in xfs_extent_free_log_item()
468 extp->ext_len = xefi->xefi_blockcount; in xfs_extent_free_log_item()
594 struct xfs_extent *extp; in xfs_agfl_free_finish_item() local
625 extp = &(efdp->efd_format.efd_extents[next_extent]); in xfs_agfl_free_finish_item()
[all …]
/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/
Ddwmac4_descs.c421 struct dma_extended_desc *extp = (struct dma_extended_desc *)head; in dwmac4_display_ring() local
424 dma_addr = dma_rx_phy + i * sizeof(*extp); in dwmac4_display_ring()
427 le32_to_cpu(extp->basic.des0), le32_to_cpu(extp->basic.des1), in dwmac4_display_ring()
428 le32_to_cpu(extp->basic.des2), le32_to_cpu(extp->basic.des3), in dwmac4_display_ring()
429 le32_to_cpu(extp->des4), le32_to_cpu(extp->des5), in dwmac4_display_ring()
430 le32_to_cpu(extp->des6), le32_to_cpu(extp->des7)); in dwmac4_display_ring()
431 extp++; in dwmac4_display_ring()
/Linux-v6.6/arch/arm64/boot/dts/qcom/
Dmsm8996.dtsi1212 "extp";