Home
last modified time | relevance | path

Searched refs:SMI (Results 1 – 23 of 23) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_cmd_parser.c103 #define SMI STD_MI_OPCODE_MASK macro
117 CMD( MI_NOOP, SMI, F, 1, S ),
118 CMD( MI_USER_INTERRUPT, SMI, F, 1, R ),
119 CMD( MI_WAIT_FOR_EVENT, SMI, F, 1, M ),
120 CMD( MI_ARB_CHECK, SMI, F, 1, S ),
121 CMD( MI_REPORT_HEAD, SMI, F, 1, S ),
122 CMD( MI_SUSPEND_FLUSH, SMI, F, 1, S ),
123 CMD( MI_SEMAPHORE_MBOX, SMI, !F, 0xFF, R ),
124 CMD( MI_STORE_DWORD_INDEX, SMI, !F, 0xFF, R ),
125 CMD( MI_LOAD_REGISTER_IMM(1), SMI, !F, 0xFF, W,
[all …]
/linux-4.4.14/Documentation/
Ddcdbas.txt22 management information via a system management interrupt (SMI). The SMI data
24 buffer is required for the SMI. The driver maintains the memory required for
25 the SMI and provides a way for the application to generate the SMI.
35 a SMI using this driver:
39 3) Write "1" to smi_request to generate a calling interface SMI or
40 "2" to generate a raw SMI.
50 a driver perform a SMI after the OS has finished shutting down.
64 2) Write type of SMI that driver needs to perform to host_control_smi_type.
67 (Driver will perform host control SMI when it is notified that the OS
71 Host Control SMI Type
[all …]
DIPMI.txt243 view of the IPMI interfaces. It allows multiple SMI interfaces to be
245 and the user should not have to care what type of SMI is below them.
251 ipmi_create_user. The interface number specifies which SMI you want
339 The Lower Layer (SMI) Interface
342 As mentioned before, multiple SMI interfaces may be registered to the
345 in the order they register, although if an SMI unregisters and then
608 The preaction may be "pre_smi" for an indication through the SMI
609 interface, "pre_int" for an indication through the SMI with an
/linux-4.4.14/drivers/media/pci/smipcie/
DKconfig2 tristate "SMI PCIe DVBSky cards"
12 Support for cards with SMI PCIe bridge:
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dspear_smi.txt1 * SPEAr SMI
11 - clock-rate : Functional clock rate of SMI in Hz
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dmarvell-orion-mdio.txt10 - reg: address and length of the SMI register
13 - interrupts: interrupt line number for the SMI error/done interrupt
Dcavium-mdio.txt1 * System Management Interface (SMI) / MDIO
/linux-4.4.14/drivers/firmware/google/
DKconfig14 tristate "SMI interface for Google platforms"
18 Say Y here if you want to enable SMI callbacks for Google
/linux-4.4.14/arch/arm/mach-omap2/
Dsleep34xx.S117 smc #1 @ call SMI monitor (smi #1)
449 smc #1 @ call SMI monitor (smi #1)
460 smc #1 @ call SMI monitor (smi #1)
475 smc #1 @ call SMI monitor (smi #1)
485 smc #0 @ Call SMI monitor (smieq)
491 smc #0 @ Call SMI monitor (smieq)
496 smc #0 @ Call SMI monitor (smieq)
/linux-4.4.14/Documentation/devicetree/bindings/display/
Dsm501fb.txt11 - interrupts : SMI interrupt to the cpu should be described here.
/linux-4.4.14/Documentation/hwmon/
Dnct790458 - SMI
/linux-4.4.14/arch/arm/boot/dts/
Ddove-cm-a510.dtsi56 * E1: PHY RTL8211D on internal GbE (SMI address 0x03)
126 /* Optional RTL8211D GbE PHY on SMI address 0x03 */
Dstih407-pinctrl.dtsi200 * switch where the mdio/mdc have been used for managing the SMI
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-firmware-gsmi6 that provides callback functionality via explicit SMI
/linux-4.4.14/drivers/net/ethernet/marvell/
Dpxa168_eth.c58 #define SMI 0x0010 macro
1312 for (i = 0; rdl(pep, SMI) & SMI_BUSY; i++) { in smi_wait_ready()
1331 wrl(pep, SMI, (phy_addr << 16) | (regnum << 21) | SMI_OP_R); in pxa168_smi_read()
1333 for (i = 0; !((val = rdl(pep, SMI)) & SMI_R_VALID); i++) { in pxa168_smi_read()
1355 wrl(pep, SMI, (phy_addr << 16) | (regnum << 21) | in pxa168_smi_write()
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dbrcm,bcm2835-armctrl-ic.txt97 16: SMI
/linux-4.4.14/drivers/mtd/devices/
DKconfig99 tristate "SPEAR MTD NOR Support through SMI controller"
103 This enable SNOR support on SPEAR platforms using SMI controller
/linux-4.4.14/Documentation/watchdog/
Dwatchdog-parameters.txt122 1=SuperMicro Pent3, 2=SuperMicro Pent4+, 911=Broken SMI BIOS
180 0 = RESET(*) 1 = SMI 2 = NMI 3 = SCI
/linux-4.4.14/Documentation/i2c/busses/
Di2c-piix483 the SMI mode.
/linux-4.4.14/drivers/cpufreq/
DKconfig.x86207 tristate "Intel SpeedStep on 440BX/ZX/MX chipsets (SMI interface)"
/linux-4.4.14/Documentation/x86/
Dmtrr.txt18 MTRRs is through the use of SMI handlers, one case could be for fan control,
/linux-4.4.14/arch/powerpc/kernel/
Dhead_32.S711 EXCEPTION(0x1400, SMI, SMIException, EXC_XFER_EE)
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt3030 Queues an SMI on the thread's vcpu.