Home
last modified time | relevance | path

Searched refs:mxic (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/spi/
H A Dspi-mxic.c271 mxic_spi_clk_disable(mxic); in mxic_spi_set_freq()
280 mxic->cur_speed_hz = freq; in mxic_spi_set_freq()
294 mxic->regs + HC_CFG); in mxic_spi_hw_init()
498 if (!mxic->linear.map) in mxic_spi_mem_dirmap_create()
707 eng->priv = mxic; in mxic_spi_mem_ecc_probe()
749 struct mxic_spi *mxic; in mxic_spi_probe() local
759 mxic->dev = &pdev->dev; in mxic_spi_probe()
764 if (IS_ERR(mxic->ps_clk)) in mxic_spi_probe()
776 if (IS_ERR(mxic->regs)) in mxic_spi_probe()
785 mxic->linear.map = NULL; in mxic_spi_probe()
[all …]
H A DMakefile90 obj-$(CONFIG_SPI_MXIC) += spi-mxic.o
/openbmc/linux/drivers/mtd/nand/
H A Decc-mxic.c427 if (mxic->irq) { in mxic_ecc_data_xfer_wait_for_completion()
580 mutex_lock(&mxic->lock); in mxic_ecc_prepare_io_req_external()
637 mutex_lock(&mxic->lock); in mxic_ecc_finish_io_req_external()
692 mutex_lock(&mxic->lock); in mxic_ecc_prepare_io_req_pipelined()
783 if (!mxic) { in mxic_ecc_get_pipelined_engine()
802 mxic = devm_kzalloc(&pdev->dev, sizeof(*mxic), GFP_KERNEL); in mxic_ecc_probe()
803 if (!mxic) in mxic_ecc_probe()
806 mxic->dev = &pdev->dev; in mxic_ecc_probe()
823 if (mxic->irq > 0) { in mxic_ecc_probe()
830 mxic->irq = 0; in mxic_ecc_probe()
[all …]
H A DMakefile14 nandcore-$(CONFIG_MTD_NAND_ECC_MXIC) += ecc-mxic.o
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Dnand-macronix.txt17 - randomizer enable: should be "mxic,enable-randomizer-otp"
25 mxic,enable-randomizer-otp;
H A Dmxic-nand.txt5 - compatible: should be "mxic,multi-itfc-v009-nand-controller"
23 compatible = "mxic,multi-itfc-v009-nand-controller";
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_macronix.c105 struct nand_onfi_vendor_macronix *mxic; in macronix_nand_onfi_init() local
115 mxic = (struct nand_onfi_vendor_macronix *)p->onfi->vendor; in macronix_nand_onfi_init()
118 mxic->reliability_func & MACRONIX_RANDOMIZER_BIT) { in macronix_nand_onfi_init()
139 if ((mxic->reliability_func & MACRONIX_READ_RETRY_BIT) == 0) in macronix_nand_onfi_init()
/openbmc/linux/Documentation/devicetree/bindings/
H A Dvendor-prefixes.yaml915 "^mxic,.*":