Searched full:extp (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/mtd/chips/ |
H A D | cfi_cmdset_0001.c | 121 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 D | cfi_cmdset_0020.c | 66 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 D | cfi_cmdset_0002.c | 122 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 D | cfi_util.c | 304 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 D | xfs_extfree_item.c | 344 struct xfs_extent *extp; in xfs_efd_add_extent() local 348 extp = &efdp->efd_format.efd_extents[efdp->efd_next_extent]; in xfs_efd_add_extent() 349 extp->ext_start = xefi->xefi_startblock; in xfs_efd_add_extent() 350 extp->ext_len = xefi->xefi_blockcount; in xfs_efd_add_extent() 376 struct xfs_extent *extp; in xfs_extent_free_log_item() local 385 extp = &efip->efi_format.efi_extents[next_extent]; in xfs_extent_free_log_item() 386 extp->ext_start = xefi->xefi_startblock; in xfs_extent_free_log_item() 387 extp->ext_len = xefi->xefi_blockcount; in xfs_extent_free_log_item() 562 struct xfs_extent *extp) in xfs_efi_validate_ext() argument 564 return xfs_verify_fsbext(mp, extp->ext_start, extp->ext_len); in xfs_efi_validate_ext() [all …]
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac4_descs.c | 434 struct dma_extended_desc *extp = (struct dma_extended_desc *)head; in dwmac4_display_ring() local 437 dma_addr = dma_rx_phy + i * sizeof(*extp); in dwmac4_display_ring() 440 le32_to_cpu(extp->basic.des0), le32_to_cpu(extp->basic.des1), in dwmac4_display_ring() 441 le32_to_cpu(extp->basic.des2), le32_to_cpu(extp->basic.des3), in dwmac4_display_ring() 442 le32_to_cpu(extp->des4), le32_to_cpu(extp->des5), in dwmac4_display_ring() 443 le32_to_cpu(extp->des6), le32_to_cpu(extp->des7)); in dwmac4_display_ring() 444 extp++; in dwmac4_display_ring()
|
/linux/Documentation/devicetree/bindings/display/msm/ |
H A D | hdmi.yaml | 153 - const: extp 173 - const: extp 232 "extp";
|
/linux/drivers/gpu/drm/msm/hdmi/ |
H A D | hdmi.c | 238 static const char *pwr_clk_names_8x74[] = {"extp", "alt_iface"};
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8996.dtsi | 1209 "extp";
|