Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/fs/xfs/
H A 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 …]
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A 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()
/openbmc/qemu/tests/tcg/mips/user/ase/dsp/
H A Dtest_dsp_r1_extp.c18 "extp %0, $ac1, 0x03\n\t" in main()
35 "extp %0, $ac1, 0x03\n\t" in main()
52 "extp %0, $ac2, 0x1F\n\t" in main()
/openbmc/linux/Documentation/devicetree/bindings/display/msm/
H A Dhdmi.yaml151 - const: extp
208 "extp";
/openbmc/linux/drivers/gpu/drm/msm/hdmi/
H A Dhdmi.c253 static const char *pwr_clk_names_8x74[] = {"extp", "alt_iface"};
/openbmc/qemu/target/mips/
H A Dhelper.h579 DEF_HELPER_FLAGS_3(extp, 0, tl, tl, tl, env)
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8996.dtsi1225 "extp";
/openbmc/qemu/disas/
H A Dnanomips.c6994 static char *EXTP(uint64 instruction, Dis_info *info) in EXTP() function
7003 return img_format("EXTP %s, %s, 0x%" PRIx64, rt, ac, size_value); in EXTP()
17424 0xfc003fff, 0x2000267f, &EXTP , 0,
17425 DSP_ }, /* EXTP */
H A Dmips.c3282 {"extp", "t,7,6", 0x7c0000b8, 0xfc00e7ff, WR_t|RD_a, 0, D32 },