Home
last modified time | relevance | path

Searched full:iom (Results 1 – 18 of 18) 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/Documentation/devicetree/bindings/arm/marvell/
H A Dmarvell,kirkwood.txt45 "iom,iconnect"
46 "iom,iconnect-1.1"
47 "iom,ix2-200"
/linux/drivers/isdn/hardware/mISDN/
H A Dhfc_pci.h22 /* GCI/IOM bus monitor registers */
28 /* GCI/IOM bus timeslot registers */
38 /* GCI/IOM bus data registers */
44 /* GCI/IOM bus configuration registers */
H A Dipac.h262 /* IOM: Timeslot, DPS, CDA */
280 /* IOM: Contol, Sync transfer, Monitor */
H A DmISDNipac.c834 if (!(isac->adf2 & 0x80)) { /* only IOM 2 Mode */ in isac_init()
1609 /* default values for IOM time slots in mISDNipac_init()
H A DmISDNinfineon.c566 hw->ipac.conf = 0x01; /* IOM off */ in reset_inf()
/linux/Documentation/devicetree/bindings/spi/
H A Dqcom,spi-qpic-snand.yaml41 - const: iom
73 clock-names = "core", "aon", "iom";
/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.yaml28 - 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/drivers/gpu/drm/i915/display/
H A Dintel_tc.c135 * - TCSS/IOM access for PHY ready state.
149 * - TCSS/IOM,FIA access for PHY ready, owned and HPD live state
163 * - TCSS/IOM,FIA access for PHY ready, owned and HPD live state
172 * - TCSS/IOM,FIA access for PHY ready, owned state
523 * PHY ownership. The IOM firmware sets this flag when a DP-alt or legacy sink
801 * PHY ownership. The IOM firmware sets this flag when it's ready to switch
1345 * For legacy ports the IOM firmware initializes the PHY during boot-up in tc_phy_get_current_mode()
1530 * IOM/TCSS firmware (only display can own the PHY in that case). in intel_tc_port_init_mode()
/linux/drivers/pinctrl/
H A Dpinctrl-rockchip.c3690 struct rockchip_iomux *iom = &bank->iomux[j]; in rockchip_pinctrl_get_soc_data() local
3698 if (iom->offset >= 0) { in rockchip_pinctrl_get_soc_data()
3699 if ((iom->type & IOMUX_SOURCE_PMU) || in rockchip_pinctrl_get_soc_data()
3700 (iom->type & IOMUX_L_SOURCE_PMU)) in rockchip_pinctrl_get_soc_data()
3701 pmu_offs = iom->offset; in rockchip_pinctrl_get_soc_data()
3703 grf_offs = iom->offset; in rockchip_pinctrl_get_soc_data()
3705 iom->offset = ((iom->type & IOMUX_SOURCE_PMU) || in rockchip_pinctrl_get_soc_data()
3706 (iom->type & IOMUX_L_SOURCE_PMU)) ? in rockchip_pinctrl_get_soc_data()
3712 if (iom->type & IOMUX_SOURCE_PMU) in rockchip_pinctrl_get_soc_data()
3717 drv->offset = (iom->type & IOMUX_SOURCE_PMU) ? in rockchip_pinctrl_get_soc_data()
[all …]
/linux/drivers/gpio/
H A Dgpio-ixp4xx.c258 of_machine_is_compatible("iom,nas-100d")) in ixp4xx_gpio_probe()
/linux/drivers/media/pci/bt8xx/
H A Ddvb-bt8xx.c869 * IOM = 0 == audio A/D in dvb_bt8xx_probe()
/linux/arch/arm64/boot/dts/qcom/
H A Dipq9574.dtsi697 clock-names = "core", "aon", "iom";
/linux/drivers/spi/
H A Dspi-qpic-snand.c1554 snandc->qspi->iomacro_clk = devm_clk_get(dev, "iom"); in qcom_spi_probe()