Searched refs:jedec (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/drivers/mtd/devices/
H A Dm25p80.c253 * against a generic string here (e.g., "jedec,spi-nor").
261 * them with "nor-jedec" in platform data.
266 * Entries that were used in DTs without "nor-jedec" fallback and should
296 { .compatible = "jedec,spi-nor" },
H A Dmtd_dataflash.c745 uint32_t jedec; jedec_probe() local
766 jedec = id[0]; jedec_probe()
767 jedec = jedec << 8; jedec_probe()
768 jedec |= id[1]; jedec_probe()
769 jedec = jedec << 8; jedec_probe()
770 jedec |= id[2]; jedec_probe()
775 if (info->jedec_id == jedec) { jedec_probe()
805 dev_warn(&spi->dev, "JEDEC id %06x not handled\n", jedec); jedec_probe()
H A Dst_spi_fsm.c1840 static void stfsm_read_jedec(struct stfsm *fsm, uint8_t *jedec) stfsm_read_jedec() argument
1849 memcpy(jedec, tmp, 5); stfsm_read_jedec()
1858 u32 jedec; stfsm_jedec_probe() local
1863 jedec = id[0] << 16 | id[1] << 8 | id[2]; stfsm_jedec_probe()
1872 jedec, id[0], id[1], id[2], id[3], id[4]); stfsm_jedec_probe()
1875 if (info->jedec_id == jedec) { stfsm_jedec_probe()
1881 dev_err(fsm->dev, "Unrecognized JEDEC id %06x\n", jedec); stfsm_jedec_probe()
/linux-4.4.14/drivers/memory/
H A Dof_memory.c117 tim_compat = "jedec,lpddr2-timings"; of_get_ddr_timings()
H A Demif.c1323 if (of_device_is_compatible(np_ddr , "jedec,lpddr2-s4")) of_get_ddr_info()
1325 else if (of_device_is_compatible(np_ddr , "jedec,lpddr2-s2")) of_get_ddr_info()
/linux-4.4.14/drivers/pcmcia/
H A Dcistpl.c823 static int parse_jedec(tuple_t *tuple, cistpl_jedec_t *jedec) parse_jedec() argument
834 jedec->id[nid].mfr = p[0]; parse_jedec()
835 jedec->id[nid].info = p[1]; parse_jedec()
838 jedec->nid = nid; parse_jedec()
1318 ret = parse_jedec(tuple, &parse->jedec); pcmcia_parse_tuple()
/linux-4.4.14/drivers/mtd/maps/
H A Dphysmap_of.c348 .compatible = "jedec-flash",
H A Dpcmciamtd.c357 cistpl_jedec_t *t = &parse.jedec; pcmciamtd_cistpl_jedec()
/linux-4.4.14/include/pcmcia/
H A Dcistpl.h543 cistpl_jedec_t jedec; member in union:cisparse_t
/linux-4.4.14/drivers/mtd/chips/
H A Djedec_probe.c4 See JEDEC (http://www.jedec.org/) standard JESD21C (section 3.5)
1886 * (http://www.jedec.org/download/search/jep106W.pdf) jedec_read_mfr()
1915 * (oh and incidentaly the jedec spec - 3.5.3.3) the reset jedec_reset()
H A Dcfi_cmdset_0001.c526 /* Apply jedec specific fixups */ cfi_cmdset_0001()
H A Dcfi_cmdset_0002.c638 /* Apply jedec specific fixups */ cfi_cmdset_0002()
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_attr.c374 * lpfc_hdw_show - Return the jedec information about the hba

Completed in 2494 milliseconds