/linux-6.6.21/Documentation/devicetree/bindings/mfd/ |
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
|
D | ti,nspire-misc.yaml | 8 title: TI Nspire MISC hardware block
|
/linux-6.6.21/drivers/infiniband/hw/hfi1/ |
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-6.6.21/Documentation/devicetree/bindings/reset/ |
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-6.6.21/Documentation/devicetree/bindings/misc/ |
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-6.6.21/Documentation/devicetree/bindings/interrupt-controller/ |
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-6.6.21/drivers/mfd/ |
D | mt6358-irq.c | 29 MT6357_TOP_GEN(MISC), 40 MT6358_TOP_GEN(MISC), 51 MT6359_TOP_GEN(MISC),
|
/linux-6.6.21/Documentation/devicetree/bindings/phy/ |
D | mediatek,xsphy.yaml | 20 u2 port0 0x0000 MISC 23 u2 port1 0x1000 MISC 26 u2 port2 0x2000 MISC
|
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
|
/linux-6.6.21/drivers/usb/misc/sisusbvga/ |
D | sisusb_struct.h | 73 unsigned char MISC; member
|
/linux-6.6.21/drivers/pci/hotplug/ |
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()
|
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-6.6.21/drivers/infiniband/sw/rdmavt/ |
D | vt.c | 280 MISC, enumerator 383 case MISC: in check_support()
|
/linux-6.6.21/drivers/accel/ivpu/ |
D | ivpu_drv.h | 81 ivpu_dbg(vdev, MISC, "Using WA: " #wa_name "\n"); \
|
D | ivpu_hw_40xx.c | 117 ivpu_dbg(vdev, MISC, "Platform type: %s (%d)\n", in ivpu_hw_read_platform() 715 ivpu_dbg(vdev, MISC, "Fuse: %d tiles enabled. Tile number %d disabled\n", in ivpu_hw_40xx_info_init() 718 ivpu_dbg(vdev, MISC, "Fuse: All %d tiles enabled\n", TILE_MAX_NUM); in ivpu_hw_40xx_info_init() 803 ivpu_dbg(vdev, MISC, "Buttress ATS: %s\n", in ivpu_hw_40xx_ats_print()
|
D | ivpu_drv.c | 446 ivpu_dbg(vdev, MISC, "Mapping BAR0 (RegV) %pR\n", bar0); in ivpu_pci_init() 453 ivpu_dbg(vdev, MISC, "Mapping BAR4 (RegB) %pR\n", bar4); in ivpu_pci_init()
|
/linux-6.6.21/drivers/net/ethernet/realtek/ |
D | r8169_main.c | 324 MISC = 0xf0, /* 8168e only. */ enumerator 2512 RTL_W32(tp, MISC, RTL_R32(tp, MISC) & ~RXDV_GATED_EN); in rtl_disable_rxdvgate() 2517 RTL_W32(tp, MISC, RTL_R32(tp, MISC) | RXDV_GATED_EN); in rtl_enable_rxdvgate() 2961 RTL_W32(tp, MISC, RTL_R32(tp, MISC) | TXPLA_RST); in rtl_hw_start_8168e_1() 2962 RTL_W32(tp, MISC, RTL_R32(tp, MISC) & ~TXPLA_RST); in rtl_hw_start_8168e_1() 2996 RTL_W32(tp, MISC, RTL_R32(tp, MISC) | PWM_EN); in rtl_hw_start_8168e_2() 3017 RTL_W32(tp, MISC, RTL_R32(tp, MISC) | PWM_EN); in rtl_hw_start_8168f() 3557 RTL_W32(tp, MISC, (RTL_R32(tp, MISC) | DISABLE_LAN_EN) & ~EARLY_TALLY_EN); in rtl_hw_start_8106()
|
/linux-6.6.21/arch/m68k/ifpsp060/ |
D | README | 71 MISC Release file version numbers
|
/linux-6.6.21/drivers/clk/samsung/ |
D | clk-s5pv210.c | 63 #define MISC 0xe000 macro 383 MUX(MOUT_CLKOUT, "mout_clkout", mout_clkout_p, MISC, 8, 2),
|
/linux-6.6.21/drivers/video/fbdev/sis/ |
D | vstruct.h | 135 unsigned char MISC; member
|
/linux-6.6.21/Documentation/devicetree/bindings/net/ |
D | ti,cpsw-switch.yaml | 61 - description: MISC interrupt
|
/linux-6.6.21/arch/arm/boot/dts/nxp/vf/ |
D | vf610-bk4.dts | 352 /* MISC */
|
/linux-6.6.21/fs/ |
D | Kconfig.binfmt | 146 tristate "Kernel support for MISC binaries"
|
/linux-6.6.21/Documentation/translations/zh_CN/arch/loongarch/ |
D | introduction.rst | 101 0x3 杂项控制 MISC
|
/linux-6.6.21/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_init.h | 596 BLOCK_PRTY_INFO(MISC, 0x1, 0x1, 0x1, 0x1, 0x1),
|