Home
last modified time | relevance | path

Searched full:iom (Results 1 – 14 of 14) 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/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 Dhfcpci.c263 * STIO1 is used as output for data, B1+B2 from ST->IOM+HFC in reset_hfcpci()
264 * STIO2 is used as data input, B1+B2 from IOM->ST in reset_hfcpci()
266 * The IOM slots are always enabled in reset_hfcpci()
1823 hc->hw.trm |= 0x80; /* enable IOM-loop */ in channel_ctrl()
1827 hc->hw.trm &= 0x7f; /* disable IOM-loop */ in channel_ctrl()
1865 hc->hw.trm &= 0x7f; /* disable IOM-loop */ in channel_ctrl()
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/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/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.c1553 snandc->qspi->iomacro_clk = devm_clk_get_enabled(dev, "iom"); in qcom_spi_probe()