Lines Matching full:geni
15 #include <linux/qcom-geni-se.h>
20 * Generic Interface (GENI) Serial Engine (SE) Wrapper driver is introduced
21 * to manage GENI firmware based Qualcomm Universal Peripheral (QUP) Wrapper
29 * GENI based QUP is a highly-flexible and programmable module for supporting
35 * of a DMA Engine and GENI sub modules which enable serial engines to
56 * Figure 1: GENI based QUP Wrapper
58 * The GENI submodules include primary and secondary sequencers which are
68 * GENI SE Wrapper driver is structured into 2 parts:
237 * geni_se_init() - Initialize the GENI serial engine
242 * This function is used to initialize the GENI serial engine, configure
327 * GENI FIFO packing is highly configurable. TX/RX packing/unpacking consist
831 if (!of_device_is_compatible(child, "qcom,geni-se-qup")) in geni_remove_earlycon_icc_vote()
910 if (of_get_compatible_child(pdev->dev.of_node, "qcom,geni-debug-uart")) in geni_se_probe()
916 dev_dbg(dev, "GENI SE Driver probed\n"); in geni_se_probe()
921 { .compatible = "qcom,geni-se-qup", },
935 MODULE_DESCRIPTION("GENI Serial Engine Driver");