Home
last modified time | relevance | path

Searched refs:PARAM (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/hw/audio/
H A Dhda-codec-common.h193 .params = glue(output_params_root_, PARAM),
222 static const desc_codec glue(output_, PARAM) = {
225 .nodes = glue(output_nodes_, PARAM),
226 .nnodes = ARRAY_SIZE(glue(output_nodes_, PARAM)),
286 .params = glue(duplex_params_root_, PARAM),
333 static const desc_codec glue(duplex_, PARAM) = {
336 .nodes = glue(duplex_nodes_, PARAM),
397 .params = glue(micro_params_root_, PARAM),
444 static const desc_codec glue(micro_, PARAM) = {
447 .nodes = glue(micro_nodes_, PARAM),
[all …]
H A Dhda-codec.c127 #define PARAM mixemu macro
131 #define PARAM nomixemu macro
/openbmc/linux/include/xen/
H A Dhvm.h13 PARAM(CALLBACK_IRQ), in param_name()
14 PARAM(STORE_PFN), in param_name()
15 PARAM(STORE_EVTCHN), in param_name()
16 PARAM(PAE_ENABLED), in param_name()
17 PARAM(IOREQ_PFN), in param_name()
19 PARAM(TIMER_MODE), in param_name()
21 PARAM(IDENT_PT), in param_name()
22 PARAM(DM_DOMAIN), in param_name()
24 PARAM(VM86_TSS), in param_name()
25 PARAM(VPT_ALIGN), in param_name()
[all …]
/openbmc/linux/arch/sh/include/asm/
H A Dsetup.h10 #define PARAM ((unsigned char *)empty_zero_page) macro
12 #define MOUNT_ROOT_RDONLY (*(unsigned long *) (PARAM+0x000))
13 #define RAMDISK_FLAGS (*(unsigned long *) (PARAM+0x004))
14 #define ORIG_ROOT_DEV (*(unsigned long *) (PARAM+0x008))
15 #define LOADER_TYPE (*(unsigned long *) (PARAM+0x00c))
16 #define INITRD_START (*(unsigned long *) (PARAM+0x010))
17 #define INITRD_SIZE (*(unsigned long *) (PARAM+0x014))
19 #define COMMAND_LINE ((char *) (PARAM+0x100))
/openbmc/linux/scripts/
H A DLindent4 PARAM="-npro -kr -i8 -ts8 -sob -l80 -ss -ncs -cp1"
15 PARAM="$PARAM -il0"
18 PARAM="$PARAM -il0"
21 PARAM="$PARAM -il0"
26 indent $PARAM "$@"
/openbmc/u-boot/scripts/
H A DLindent2 PARAM="-npro -kr -i8 -ts8 -sob -l80 -ss -ncs -cp1"
8 PARAM="$PARAM -il0"
11 PARAM="$PARAM -il0";
14 PARAM="$PARAM -il0"
18 indent $PARAM "$@"
/openbmc/linux/arch/alpha/include/asm/
H A Dsetup.h38 #define PARAM ZERO_PGE macro
39 #define COMMAND_LINE ((char *)(absolute_pointer(PARAM + 0x0000)))
40 #define INITRD_START (*(unsigned long *) (PARAM+0x100))
41 #define INITRD_SIZE (*(unsigned long *) (PARAM+0x108))
/openbmc/qemu/common-user/host/sparc64/
H A Dsafe-syscall.inc.S28 #define PARAM(N) STACK_BIAS + WINDOW_SIZE + N * 8 macro
57 ldx [%sp + PARAM(6)], %o4
58 ldx [%sp + PARAM(7)], %o5
/openbmc/ipmitool/contrib/
H A Dbmclanconf115 local PARAM=$1
120 echo "Setting LAN parameter $PARAM $VALUE"
121 echo "$IPMITOOL -I $IPMIINTF lan set $CHANNEL $PARAM $VALUE"
125 $IPMITOOL -I $IPMIINTF lan set $CHANNEL $PARAM $VALUE
/openbmc/u-boot/scripts/kconfig/
H A Dzconf.l4 %x COMMAND HELP STRING PARAM
104 BEGIN(PARAM);
122 <PARAM>{
/openbmc/u-boot/drivers/ram/stm32mp1/
H A Dstm32mp1_ram.c66 #define PARAM(x, y) \ in stm32mp1_ddr_setup() macro
71 #define CTL_PARAM(x) PARAM("st,ctl-"#x, c_##x) in stm32mp1_ddr_setup()
72 #define PHY_PARAM(x) PARAM("st,phy-"#x, p_##x) in stm32mp1_ddr_setup()
/openbmc/linux/sound/soc/codecs/
H A Drt286.h43 #define RT286_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM) argument
H A Drt274.h44 #define RT274_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM) argument
H A Drt298.h45 #define RT298_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM) argument
/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_neo.c41 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Setting CTSFLOW\n"); in neo_set_cts_flow_control()
72 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Setting RTSFLOW\n"); in neo_set_rts_flow_control()
112 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Setting IXON FLOW\n"); in neo_set_ixon_flow_control()
149 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Setting IXOFF FLOW\n"); in neo_set_ixoff_flow_control()
187 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Unsetting Input FLOW\n"); in neo_set_no_input_flow_control()
226 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "Unsetting Output FLOW\n"); in neo_set_no_output_flow_control()
265 jsm_dbg(PARAM, &ch->ch_bd->pci_dev, "start\n"); in neo_set_new_start_stop_chars()
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/
H A Ddma_global.h75 #define DMA_PACK_PARAM(par) DMA_PACK(par, PARAM)