/openbmc/linux/scripts/coccinelle/free/ |
H A 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;
|
/openbmc/u-boot/drivers/pinctrl/rockchip/ |
H A D | pinctrl-rockchip-core.c | 679 struct rockchip_iomux *iom = &bank->iomux[j]; local 687 if (iom->offset >= 0) { 688 if (iom->type & IOMUX_SOURCE_PMU) 689 pmu_offs = iom->offset; 691 grf_offs = iom->offset; 693 iom->offset = (iom->type & IOMUX_SOURCE_PMU) ? 699 if (iom->type & IOMUX_SOURCE_PMU) 704 drv->offset = (iom->type & IOMUX_SOURCE_PMU) ? 709 i, j, iom->offset, drv->offset); 715 inc = (iom->type & (IOMUX_WIDTH_4BIT | [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen4/ |
H A 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 …]
|
/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/ |
H A D | marvell,kirkwood.txt | 45 "iom,iconnect" 46 "iom,iconnect-1.1" 47 "iom,ix2-200"
|
/openbmc/linux/drivers/isdn/hardware/mISDN/ |
H A 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 */
|
H A D | ipac.h | 262 /* IOM: Timeslot, DPS, CDA */ 280 /* IOM: Contol, Sync transfer, Monitor */
|
H A D | hfcpci.c | 261 * STIO1 is used as output for data, B1+B2 from ST->IOM+HFC in reset_hfcpci() 262 * STIO2 is used as data input, B1+B2 from IOM->ST in reset_hfcpci() 264 * The IOM slots are always enabled in reset_hfcpci() 1821 hc->hw.trm |= 0x80; /* enable IOM-loop */ in channel_ctrl() 1825 hc->hw.trm &= 0x7f; /* disable IOM-loop */ in channel_ctrl() 1863 hc->hw.trm &= 0x7f; /* disable IOM-loop */ in channel_ctrl()
|
H A D | mISDNipac.c | 833 if (!(isac->adf2 & 0x80)) { /* only IOM 2 Mode */ in isac_init() 1608 /* default values for IOM time slots in mISDNipac_init()
|
H A D | mISDNinfineon.c | 565 hw->ipac.conf = 0x01; /* IOM off */ in reset_inf()
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | kirkwood-iconnect.dts | 9 compatible = "iom,iconnect-1.1", "iom,iconnect", "marvell,kirkwood-88f6281", "marvell,kirkwood";
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | kirkwood-iconnect.dts | 9 compatible = "iom,iconnect-1.1", "iom,iconnect", "marvell,kirkwood-88f6281", "marvell,kirkwood";
|
H A D | kirkwood-iomega_ix2_200.dts | 9 compatible = "iom,ix2-200", "marvell,kirkwood-88f6281", "marvell,kirkwood";
|
/openbmc/linux/drivers/usb/typec/mux/ |
H A D | intel_pmc_mux.c | 87 * Input Output Manager (IOM) PORT STATUS 121 /* IOM port status register */ 620 /* IOM ACPI IDs and IOM_PORT_STATUS_OFFSET */ 720 /* The IOM microcontroller has a limitation of max 4 ports. */ in pmc_usb_probe()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_tc.c | 132 * - TCSS/IOM access for PHY ready state. 146 * - TCSS/IOM,FIA access for PHY ready, owned and HPD live state 160 * - TCSS/IOM,FIA access for PHY ready, owned and HPD live state 169 * - TCSS/IOM,FIA access for PHY ready, owned state 486 * PHY ownership. The IOM firmware sets this flag when a DP-alt or legacy sink 764 * PHY ownership. The IOM firmware sets this flag when it's ready to switch 1267 * For legacy ports the IOM firmware initializes the PHY during boot-up in tc_phy_get_current_mode() 1452 * IOM/TCSS firmware (only display can own the PHY in that case). in intel_tc_port_init_mode()
|
/openbmc/linux/arch/arm/boot/dts/intel/ixp/ |
H A D | intel-ixp42x-iomega-nas100d.dts | 13 compatible = "iom,nas-100d", "intel,ixp42x";
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-rockchip.c | 3255 struct rockchip_iomux *iom = &bank->iomux[j]; in rockchip_pinctrl_get_soc_data() local 3263 if (iom->offset >= 0) { in rockchip_pinctrl_get_soc_data() 3264 if ((iom->type & IOMUX_SOURCE_PMU) || in rockchip_pinctrl_get_soc_data() 3265 (iom->type & IOMUX_L_SOURCE_PMU)) in rockchip_pinctrl_get_soc_data() 3266 pmu_offs = iom->offset; in rockchip_pinctrl_get_soc_data() 3268 grf_offs = iom->offset; in rockchip_pinctrl_get_soc_data() 3270 iom->offset = ((iom->type & IOMUX_SOURCE_PMU) || in rockchip_pinctrl_get_soc_data() 3271 (iom->type & IOMUX_L_SOURCE_PMU)) ? in rockchip_pinctrl_get_soc_data() 3277 if (iom->type & IOMUX_SOURCE_PMU) in rockchip_pinctrl_get_soc_data() 3282 drv->offset = (iom->type & IOMUX_SOURCE_PMU) ? in rockchip_pinctrl_get_soc_data() [all …]
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-ixp4xx.c | 233 of_machine_is_compatible("iom,nas-100d")) in ixp4xx_gpio_probe()
|
/openbmc/fb-ipmi-oem/include/ |
H A D | oemcommands.hpp | 262 iom = 0x09, enumerator
|
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | dvb-bt8xx.c | 865 * IOM = 0 == audio A/D in dvb_bt8xx_probe()
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | vendor-prefixes.yaml | 662 "^iom,.*":
|
/openbmc/fb-ipmi-oem/src/ |
H A D | oemcommands.cpp | 2606 case BankType::iom: in ipmiOemCrashdump() 2607 res = handleHwAssertBank<iomNum>("IOM", bData, dumpState, ss); in ipmiOemCrashdump()
|