/linux/Documentation/devicetree/bindings/mfd/ |
H A D | brcm,misc.yaml | 7 title: Broadcom's MISC block 13 Broadcom's MISC is a hardware block used on some SoCs (e.g. bcm63xx and 24 description: MISC block registers
|
H A D | ti,nspire-misc.yaml | 8 title: TI Nspire MISC hardware block
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | chip_registers.h | 12 #define MISC (CORE + 0x000000500000) macro 558 #define MISC_CFG_FW_CTRL (MISC + 0x000000001000) 562 #define MISC_CFG_RSA_CMD (MISC + 0x000000000A08) 563 #define MISC_CFG_RSA_MODULUS (MISC + 0x000000000400) 564 #define MISC_CFG_RSA_MU (MISC + 0x000000000A10) 565 #define MISC_CFG_RSA_R2 (MISC + 0x000000000000) 566 #define MISC_CFG_RSA_SIGNATURE (MISC + 0x000000000200) 567 #define MISC_CFG_SHA_PRELOAD (MISC + 0x000000000A00) 568 #define MISC_ERR_CLEAR (MISC + 0x000000002010) 569 #define MISC_ERR_MASK (MISC + 0x000000002008) [all …]
|
/linux/Documentation/devicetree/bindings/reset/ |
H A D | brcm,bcm4908-misc-pcie-reset.yaml | 7 title: Broadcom MISC block PCIe reset controller 10 signals. On BCM4908 it's a part of the MISC block.
|
/linux/drivers/firmware/arm_scmi/vendors/imx/ |
H A D | Kconfig | 16 tristate "i.MX SCMI MISC EXTENSION" 20 This enables i.MX System MISC control logic such as gpio expander
|
/linux/Documentation/devicetree/bindings/misc/ |
H A D | nvidia,tegra186-misc.yaml | 7 title: NVIDIA Tegra186 (and later) MISC register block 13 description: The MISC register block found on Tegra186 and later SoCs contains
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | qca,ath79-misc-intc.txt | 1 Binding for Qualcomm Atheros AR7xxx/AR9XXX MISC interrupt controller 3 The MISC interrupt controller is a secondary controller for lower priority
|
/linux/Documentation/devicetree/bindings/phy/ |
H A D | mediatek,xsphy.yaml | 20 u2 port0 0x0000 MISC 23 u2 port1 0x1000 MISC 26 u2 port2 0x2000 MISC
|
H A D | mediatek,tphy.yaml | 39 u2 port0 0x0000 MISC 48 u2 port1 0x1000 MISC 57 u2 port2 0x2000 MISC 61 into each port; a new bank MISC for u2 ports and CHIP for u3 ports are
|
H A D | fsl,imx8qm-hsio.yaml | 22 - description: HSIO CSR for MISC
|
/linux/drivers/mfd/ |
H A D | mt6358-irq.c | 29 MT6357_TOP_GEN(MISC), 40 MT6358_TOP_GEN(MISC), 51 MT6359_TOP_GEN(MISC),
|
/linux/drivers/usb/misc/sisusbvga/ |
H A D | sisusb_struct.h | 73 unsigned char MISC; member
|
/linux/drivers/pci/hotplug/ |
H A D | cpqphp.h | 142 MISC = offsetof(struct ctrl_reg, misc), enumerator 474 misc = readw(ctrl->hpc_reg + MISC); in set_SOGO() 476 writew(misc, ctrl->hpc_reg + MISC); in set_SOGO() 603 misc = readw(ctrl->hpc_reg + MISC); in get_controller_speed()
|
H A D | cpqphp_core.c | 1153 temp_word = readw(ctrl->hpc_reg + MISC); in cpqhpc_probe() 1155 writew(temp_word, ctrl->hpc_reg + MISC); in cpqhpc_probe() 1269 misc = readw(ctrl->hpc_reg + MISC); in unload_cpqphpd() 1271 writew(misc, ctrl->hpc_reg + MISC); in unload_cpqphpd()
|
/linux/drivers/firmware/imx/ |
H A D | Kconfig | 27 tristate "IMX SCMI MISC Protocol driver"
|
/linux/drivers/infiniband/sw/rdmavt/ |
H A D | vt.c | 280 MISC, enumerator 383 case MISC: in check_support()
|
/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | qcom,pm8916-lbc.yaml | 28 - description: MISC
|
/linux/drivers/accel/ivpu/ |
H A D | ivpu_hw_btrs.c | 150 ivpu_dbg(vdev, MISC, "Fuse: %d tiles enabled. Tile number %d disabled\n", in read_tile_config_fuse() 153 ivpu_dbg(vdev, MISC, "Fuse: All %d tiles enabled\n", BTRS_LNL_TILE_MAX_NUM); in read_tile_config_fuse() 551 ivpu_dbg(vdev, MISC, "Buttress ATS: %s\n", in ivpu_hw_btrs_ats_print_lnl()
|
H A D | ivpu_drv.h | 98 ivpu_dbg(vdev, MISC, "Using WA: " #wa_name "\n"); \
|
H A D | ivpu_drv.c | 532 ivpu_dbg(vdev, MISC, "Mapping BAR0 (RegV) %pR\n", bar0); in ivpu_pci_init() 539 ivpu_dbg(vdev, MISC, "Mapping BAR4 (RegB) %pR\n", bar4); in ivpu_pci_init()
|
H A D | ivpu_hw.c | 52 ivpu_dbg(vdev, MISC, "Platform type: %s (%d)\n", in platform_init()
|
/linux/drivers/net/ethernet/realtek/ |
H A D | r8169_main.c | 326 MISC = 0xf0, /* 8168e only. */ enumerator 2704 RTL_W32(tp, MISC, RTL_R32(tp, MISC) & ~RXDV_GATED_EN); in rtl_disable_rxdvgate() 2709 RTL_W32(tp, MISC, RTL_R32(tp, MISC) | RXDV_GATED_EN); in rtl_enable_rxdvgate() 3172 RTL_W32(tp, MISC, RTL_R32(tp, MISC) | TXPLA_RST); in rtl_hw_start_8168e_1() 3173 RTL_W32(tp, MISC, RTL_R32(tp, MISC) & ~TXPLA_RST); in rtl_hw_start_8168e_1() 3207 RTL_W32(tp, MISC, RTL_R32(tp, MISC) | PWM_EN); in rtl_hw_start_8168e_2() 3228 RTL_W32(tp, MISC, RTL_R32(tp, MISC) | PWM_EN); in rtl_hw_start_8168f() 3685 RTL_W32(tp, MISC, (RTL_R32(tp, MISC) | DISABLE_LAN_EN) & ~EARLY_TALLY_EN); in rtl_hw_start_8106()
|
/linux/arch/m68k/ifpsp060/ |
H A D | README | 71 MISC Release file version numbers
|
/linux/drivers/clk/samsung/ |
H A D | clk-s5pv210.c | 63 #define MISC 0xe000 macro 383 MUX(MOUT_CLKOUT, "mout_clkout", mout_clkout_p, MISC, 8, 2),
|
/linux/drivers/video/fbdev/sis/ |
H A D | vstruct.h | 135 unsigned char MISC; member
|