Searched full:iom (Results 1 – 18 of 18) sorted by relevance
/linux-6.14.4/scripts/coccinelle/free/ |
D | iounmap.cocci | 19 @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-6.14.4/tools/perf/pmu-events/arch/x86/amdzen4/ |
D | data-fabric.json | 388 …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-6.14.4/Documentation/devicetree/bindings/arm/marvell/ |
D | marvell,kirkwood.txt | 45 "iom,iconnect" 46 "iom,iconnect-1.1" 47 "iom,ix2-200"
|
/linux-6.14.4/drivers/isdn/hardware/mISDN/ |
D | hfc_pci.h | 22 /* GCI/IOM bus monitor registers */ 28 /* GCI/IOM bus timeslot registers */ 38 /* GCI/IOM bus data registers */ 44 /* GCI/IOM bus configuration registers */
|
D | ipac.h | 262 /* IOM: Timeslot, DPS, CDA */ 280 /* IOM: Contol, Sync transfer, Monitor */
|
D | hfcpci.c | 262 * STIO1 is used as output for data, B1+B2 from ST->IOM+HFC in reset_hfcpci() 263 * STIO2 is used as data input, B1+B2 from IOM->ST in reset_hfcpci() 265 * The IOM slots are always enabled in reset_hfcpci() 1822 hc->hw.trm |= 0x80; /* enable IOM-loop */ in channel_ctrl() 1826 hc->hw.trm &= 0x7f; /* disable IOM-loop */ in channel_ctrl() 1864 hc->hw.trm &= 0x7f; /* disable IOM-loop */ in channel_ctrl()
|
D | mISDNipac.c | 834 if (!(isac->adf2 & 0x80)) { /* only IOM 2 Mode */ in isac_init() 1609 /* default values for IOM time slots in mISDNipac_init()
|
D | mISDNinfineon.c | 566 hw->ipac.conf = 0x01; /* IOM off */ in reset_inf()
|
/linux-6.14.4/arch/arm/boot/dts/marvell/ |
D | kirkwood-iconnect.dts | 9 compatible = "iom,iconnect-1.1", "iom,iconnect", "marvell,kirkwood-88f6281", "marvell,kirkwood";
|
D | kirkwood-iomega_ix2_200.dts | 9 compatible = "iom,ix2-200", "marvell,kirkwood-88f6281", "marvell,kirkwood";
|
/linux-6.14.4/Documentation/devicetree/bindings/arm/ |
D | intel-ixp4xx.yaml | 28 - iom,nas-100d
|
/linux-6.14.4/drivers/usb/typec/mux/ |
D | intel_pmc_mux.c | 86 * 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-6.14.4/drivers/gpu/drm/i915/display/ |
D | intel_tc.c | 137 * - TCSS/IOM access for PHY ready state. 151 * - TCSS/IOM,FIA access for PHY ready, owned and HPD live state 165 * - TCSS/IOM,FIA access for PHY ready, owned and HPD live state 174 * - TCSS/IOM,FIA access for PHY ready, owned state 524 * PHY ownership. The IOM firmware sets this flag when a DP-alt or legacy sink 802 * PHY ownership. The IOM firmware sets this flag when it's ready to switch 1347 * For legacy ports the IOM firmware initializes the PHY during boot-up in tc_phy_get_current_mode() 1532 * IOM/TCSS firmware (only display can own the PHY in that case). in intel_tc_port_init_mode()
|
/linux-6.14.4/arch/arm/boot/dts/intel/ixp/ |
D | intel-ixp42x-iomega-nas100d.dts | 13 compatible = "iom,nas-100d", "intel,ixp42x";
|
/linux-6.14.4/drivers/pinctrl/ |
D | pinctrl-rockchip.c | 3577 struct rockchip_iomux *iom = &bank->iomux[j]; in rockchip_pinctrl_get_soc_data() local 3585 if (iom->offset >= 0) { in rockchip_pinctrl_get_soc_data() 3586 if ((iom->type & IOMUX_SOURCE_PMU) || in rockchip_pinctrl_get_soc_data() 3587 (iom->type & IOMUX_L_SOURCE_PMU)) in rockchip_pinctrl_get_soc_data() 3588 pmu_offs = iom->offset; in rockchip_pinctrl_get_soc_data() 3590 grf_offs = iom->offset; in rockchip_pinctrl_get_soc_data() 3592 iom->offset = ((iom->type & IOMUX_SOURCE_PMU) || in rockchip_pinctrl_get_soc_data() 3593 (iom->type & IOMUX_L_SOURCE_PMU)) ? in rockchip_pinctrl_get_soc_data() 3599 if (iom->type & IOMUX_SOURCE_PMU) in rockchip_pinctrl_get_soc_data() 3604 drv->offset = (iom->type & IOMUX_SOURCE_PMU) ? in rockchip_pinctrl_get_soc_data() [all …]
|
/linux-6.14.4/drivers/gpio/ |
D | gpio-ixp4xx.c | 258 of_machine_is_compatible("iom,nas-100d")) in ixp4xx_gpio_probe()
|
/linux-6.14.4/drivers/media/pci/bt8xx/ |
D | dvb-bt8xx.c | 869 * IOM = 0 == audio A/D in dvb_bt8xx_probe()
|
/linux-6.14.4/Documentation/devicetree/bindings/ |
D | vendor-prefixes.yaml | 741 "^iom,.*":
|