Home
last modified time | relevance | path

Searched full:iom (Results 1 – 10 of 10) sorted by relevance

/linux/scripts/coccinelle/free/
H A Diounmap.cocci19 @iom@
52 p1 << iom.p1;
53 p2 << iom.p2;
54 p3 << iom.p3;
62 p1 << iom.p1;
63 p2 << iom.p2;
64 p3 << iom.p3;
/linux/tools/perf/pmu-events/arch/x86/amdzen4/
H A Ddata-fabric.json388 …cDescription": "Read data beats (64 bytes) for local socket upstream DMA at IO Moderator (IOM) 0.",
396 …cDescription": "Read data beats (64 bytes) for local socket upstream DMA at IO Moderator (IOM) 1.",
404 …cDescription": "Read data beats (64 bytes) for local socket upstream DMA at IO Moderator (IOM) 2.",
412 …cDescription": "Read data beats (64 bytes) for local socket upstream DMA at IO Moderator (IOM) 3.",
420 …Description": "Write data beats (64 bytes) for local socket upstream DMA at IO Moderator (IOM) 0.",
428 …Description": "Write data beats (64 bytes) for local socket upstream DMA at IO Moderator (IOM) 1.",
436 …Description": "Write data beats (64 bytes) for local socket upstream DMA at IO Moderator (IOM) 2.",
444 …Description": "Write data beats (64 bytes) for local socket upstream DMA at IO Moderator (IOM) 3.",
452 …Description": "Read data beats (64 bytes) for remote socket upstream DMA at IO Moderator (IOM) 0.",
460 …Description": "Read data beats (64 bytes) for remote socket upstream DMA at IO Moderator (IOM) 1.",
[all …]
/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-iconnect.dts9 compatible = "iom,iconnect-1.1", "iom,iconnect", "marvell,kirkwood-88f6281", "marvell,kirkwood";
H A Dkirkwood-iomega_ix2_200.dts9 compatible = "iom,ix2-200", "marvell,kirkwood-88f6281", "marvell,kirkwood";
/linux/Documentation/devicetree/bindings/arm/
H A Dintel-ixp4xx.yaml30 - iom,nas-100d
/linux/drivers/usb/typec/mux/
H A Dintel_pmc_mux.c86 * Input Output Manager (IOM) PORT STATUS
120 /* IOM port status register */
644 /* IOM ACPI IDs and IOM_PORT_STATUS_OFFSET */
744 /* The IOM microcontroller has a limitation of max 4 ports. */ in pmc_usb_probe()
/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp42x-iomega-nas100d.dts13 compatible = "iom,nas-100d", "intel,ixp42x";
/linux/drivers/pinctrl/
H A Dpinctrl-rockchip.c4310 struct rockchip_iomux *iom = &bank->iomux[j]; in rockchip_pinctrl_get_soc_data() local
4318 if (iom->offset >= 0) { in rockchip_pinctrl_get_soc_data()
4319 if ((iom->type & IOMUX_SOURCE_PMU) || in rockchip_pinctrl_get_soc_data()
4320 (iom->type & IOMUX_L_SOURCE_PMU)) in rockchip_pinctrl_get_soc_data()
4321 pmu_offs = iom->offset; in rockchip_pinctrl_get_soc_data()
4323 grf_offs = iom->offset; in rockchip_pinctrl_get_soc_data()
4325 iom->offset = ((iom->type & IOMUX_SOURCE_PMU) || in rockchip_pinctrl_get_soc_data()
4326 (iom->type & IOMUX_L_SOURCE_PMU)) ? in rockchip_pinctrl_get_soc_data()
4332 if (iom->type & IOMUX_SOURCE_PMU) in rockchip_pinctrl_get_soc_data()
4337 drv->offset = (iom->type & IOMUX_SOURCE_PMU) ? in rockchip_pinctrl_get_soc_data()
[all …]
/linux/drivers/media/pci/bt8xx/
H A Ddvb-bt8xx.c869 * IOM = 0 == audio A/D in dvb_bt8xx_probe()
/linux/drivers/spi/
H A Dspi-qpic-snand.c1549 snandc->qspi->iomacro_clk = devm_clk_get_enabled(dev, "iom"); in qcom_spi_probe()