Home
last modified time | relevance | path

Searched +full:a +full:- +full:hlm (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/usb/
H A Ddesc-msos.c9 * specifically for windows. Presence is indicated using a special
18 * HLM\SYSTEM\CurrentControlSet\Enum\USB\<devid>\<serial>\Device Parameters
23 * HLM\SYSTEM\CurrentControlSet\Control\usbflags
24 * HLM\SYSTEM\CurrentControlSet\Enum\USB
29 * http://msdn.microsoft.com/en-us/library/windows/hardware/ff537430.aspx
33 /* ------------------------------------------------------------------ */
61 func->bFirstInterfaceNumber = 0; in usb_desc_msos_compat()
62 func->reserved_1 = 0x01; in usb_desc_msos_compat()
63 if (desc->msos->CompatibleID) { in usb_desc_msos_compat()
64 snprintf(func->compatibleId, sizeof(func->compatibleId), in usb_desc_msos_compat()
[all …]
/openbmc/qemu/target/arm/tcg/
H A Da64.decode12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 # You should have received a copy of the GNU Lesser General Public
26 %hlm 11:1 20:2
54 @rrx_h ........ .. .. rm:4 .... . . rn:5 rd:5 &rrx_e esz=1 idx=%hlm
76 &qrrx_e esz=1 idx=%hlm
82 ### Data Processing - Immediate
84 # PC-rel addressing
218 # Our DGL is a NOP because we don't merge memory accesses anyway.
237 NOP 1101 0101 0000 0011 0010 ---- --- 11111
246 CLREX 1101 0101 0000 0011 0011 ---- 010 11111
[all …]
/openbmc/linux/drivers/scsi/elx/libefc_sli/
H A Dsli4.c1 // SPDX-License-Identifier: GPL-2.0
8 * All common (i.e. transport-independent) SLI-4 functions are implemented
24 /* Convert queue type enum (SLI_QTYPE_*) into a string */
35 * sli_config_cmd_init() - Write a SLI_CONFIG command to the provided buffer.
40 * @dma: DMA buffer for non-embedded commands.
50 if (length > sizeof(config->payload.embed) && !dma) { in sli_config_cmd_init()
60 config->hdr.command = SLI4_MBX_CMD_SLI_CONFIG; in sli_config_cmd_init()
63 config->dw1_flags = cpu_to_le32(flags); in sli_config_cmd_init()
64 config->payload_len = cpu_to_le32(length); in sli_config_cmd_init()
65 return config->payload.embed; in sli_config_cmd_init()
[all …]