/linux-6.6.21/drivers/gpu/drm/i915/ |
D | i915_cmd_parser.c | 207 #define SMI STD_MI_OPCODE_SHIFT macro 220 CMD( MI_NOOP, SMI, F, 1, S ), 221 CMD( MI_USER_INTERRUPT, SMI, F, 1, R ), 222 CMD( MI_WAIT_FOR_EVENT, SMI, F, 1, R ), 223 CMD( MI_ARB_CHECK, SMI, F, 1, S ), 224 CMD( MI_REPORT_HEAD, SMI, F, 1, S ), 225 CMD( MI_SUSPEND_FLUSH, SMI, F, 1, S ), 226 CMD( MI_SEMAPHORE_MBOX, SMI, !F, 0xFF, R ), 227 CMD( MI_STORE_DWORD_INDEX, SMI, !F, 0xFF, R ), 228 CMD( MI_LOAD_REGISTER_IMM(1), SMI, !F, 0xFF, W, [all …]
|
/linux-6.6.21/Documentation/driver-api/ |
D | dcdbas.rst | 28 management information via a system management interrupt (SMI). The SMI data 30 buffer is required for the SMI. The driver maintains the memory required for 31 the SMI and provides a way for the application to generate the SMI. 41 a SMI using this driver: 45 3) Write "1" to smi_request to generate a calling interface SMI or 46 "2" to generate a raw SMI. 57 a driver perform a SMI after the OS has finished shutting down. 71 2) Write type of SMI that driver needs to perform to host_control_smi_type. 74 (Driver will perform host control SMI when it is notified that the OS 78 Host Control SMI Type [all …]
|
D | ipmi.rst | 261 view of the IPMI interfaces. It allows multiple SMI interfaces to be 263 and the user should not have to care what type of SMI is below them. 272 To handle this, and to allow for discovery, you register an SMI 281 ipmi_create_user. The interface number specifies which SMI you want 375 The Lower Layer (SMI) Interface 378 As mentioned before, multiple SMI interfaces may be registered to the 381 in the order they register, although if an SMI unregisters and then 690 The preaction may be "pre_smi" for an indication through the SMI 691 interface, "pre_int" for an indication through the SMI with an
|
/linux-6.6.21/Documentation/devicetree/bindings/iommu/ |
D | mediatek,iommu.yaml | 33 SMI Common(Smart Multimedia Interface Common) 42 SMI larb0 SMI larb1 ... SoCs have several SMI local arbiter(larb). 52 As above, The Multimedia HW will go through SMI and M4U while it 53 access EMI. SMI is a bridge between m4u and the Multimedia HW. It contain 56 directly with EMI. And also SMI help control the power domain and clocks for
|
/linux-6.6.21/drivers/media/pci/smipcie/ |
D | Kconfig | 3 tristate "SMI PCIe DVBSky cards" 13 Support for cards with SMI PCIe bridge:
|
/linux-6.6.21/Documentation/devicetree/bindings/memory-controllers/ |
D | mediatek,smi-common.yaml | 8 title: SMI (Smart Multimedia Interface) Common 16 MediaTek SMI have two generations of HW architecture, here is the list 21 There's slight differences between the two SMI, for generation 2, the 25 SMI generation 1 to transform the smi clock into emi clock domain, but that is 26 not needed for SMI generation 2.
|
D | mediatek,smi-larb.yaml | 8 title: SMI (Smart Multimedia Interface) Local Arbiter
|
/linux-6.6.21/Documentation/devicetree/bindings/mtd/ |
D | spear_smi.txt | 1 * SPEAr SMI 9 - clock-rate : Functional clock rate of SMI in Hz
|
/linux-6.6.21/arch/arm/mach-omap2/ |
D | sleep34xx.S | 98 smc #1 @ call SMI monitor (smi #1) 419 smc #1 @ call SMI monitor (smi #1) 430 smc #1 @ call SMI monitor (smi #1) 445 smc #1 @ call SMI monitor (smi #1) 455 smc #0 @ Call SMI monitor (smieq) 461 smc #0 @ Call SMI monitor (smieq) 466 smc #0 @ Call SMI monitor (smieq)
|
/linux-6.6.21/drivers/net/dsa/microchip/ |
D | Kconfig | 36 tristate "KSZ series SMI connected switch driver" 41 Microchip SMI. It supports the KSZ8863 and KSZ8873 switch.
|
/linux-6.6.21/drivers/net/dsa/realtek/ |
D | Kconfig | 29 tristate "Realtek SMI interface driver" 36 through SMI.
|
/linux-6.6.21/Documentation/devicetree/bindings/net/ |
D | cavium-mdio.txt | 1 * System Management Interface (SMI) / MDIO 33 * System Management Interface (SMI) / MDIO Nexus
|
/linux-6.6.21/drivers/firmware/google/ |
D | Kconfig | 13 tristate "SMI interface for Google platforms" 16 Say Y here if you want to enable SMI callbacks for Google
|
/linux-6.6.21/Documentation/devicetree/bindings/display/ |
D | sm501fb.txt | 11 - interrupts : SMI interrupt to the cpu should be described here.
|
/linux-6.6.21/Documentation/arch/x86/ |
D | microcode.rst | 141 (#SMI) and Non-Maskable interrupts (#NMI). 170 an SMI, that thread will be stopped in the first instruction in the SMI 173 Since the secondary thread is stopped in the first instruction in SMI,
|
/linux-6.6.21/Documentation/devicetree/bindings/net/dsa/ |
D | realtek.yaml | 17 switches. They can be controlled using different interfaces, like SMI, 20 The SMI "Simple Management Interface" is a two-wire protocol using 23 SMI-based Realtek devices. The realtek-smi driver is a platform driver
|
/linux-6.6.21/Documentation/hwmon/ |
D | nct7904.rst | 65 - SMI
|
/linux-6.6.21/arch/arm/boot/dts/marvell/ |
D | dove-cm-a510.dtsi | 56 * E1: PHY RTL8211D on internal GbE (SMI address 0x03) 120 /* Optional RTL8211D GbE PHY on SMI address 0x03 */
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-firmware-gsmi | 6 that provides callback functionality via explicit SMI
|
/linux-6.6.21/drivers/net/ethernet/marvell/ |
D | pxa168_eth.c | 46 #define SMI 0x0010 macro 1291 for (i = 0; rdl(pep, SMI) & SMI_BUSY; i++) { in smi_wait_ready() 1310 wrl(pep, SMI, (phy_addr << 16) | (regnum << 21) | SMI_OP_R); in pxa168_smi_read() 1312 for (i = 0; !((val = rdl(pep, SMI)) & SMI_R_VALID); i++) { in pxa168_smi_read() 1334 wrl(pep, SMI, (phy_addr << 16) | (regnum << 21) | in pxa168_smi_write()
|
/linux-6.6.21/Documentation/devicetree/bindings/interrupt-controller/ |
D | brcm,bcm2835-armctrl-ic.txt | 95 16: SMI
|
/linux-6.6.21/arch/arm/boot/dts/aspeed/ |
D | aspeed-bmc-vegman-n110.dts | 41 …IN_ALERT","FM_PVCCIN_CPU1_PWR_IN_ALERT","BMC_SYS_PWR_FAULT","BMC_SYS_PWR_OK","SMI","POST_COMPLETE",
|
D | aspeed-bmc-vegman-sx20.dts | 41 …IN_ALERT","FM_PVCCIN_CPU1_PWR_IN_ALERT","BMC_SYS_PWR_FAULT","BMC_SYS_PWR_OK","SMI","POST_COMPLETE",
|
/linux-6.6.21/Documentation/devicetree/bindings/display/mediatek/ |
D | mediatek,merge.yaml | 61 command to SMI to speed up the data rate.
|
/linux-6.6.21/drivers/mtd/devices/ |
D | Kconfig | 99 tristate "SPEAR MTD NOR Support through SMI controller" 103 This enable SNOR support on SPEAR platforms using SMI controller
|