Searched refs:PARAM (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/include/xen/ |
D | hvm.h | 11 #define PARAM(x) [HVM_PARAM_##x] = #x in param_name() macro 13 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() 18 PARAM(BUFIOREQ_PFN), in param_name() 19 PARAM(TIMER_MODE), in param_name() 20 PARAM(HPET_ENABLED), in param_name() 21 PARAM(IDENT_PT), in param_name() [all …]
|
/linux-5.19.10/arch/sh/include/asm/ |
D | setup.h | 10 #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))
|
/linux-5.19.10/scripts/ |
D | Lindent | 4 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 "$@"
|
/linux-5.19.10/arch/alpha/include/asm/ |
D | setup.h | 38 #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))
|
/linux-5.19.10/sound/soc/codecs/ |
D | rt286.h | 43 #define RT286_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM) argument
|
D | rt274.h | 44 #define RT274_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM) argument
|
D | rt298.h | 45 #define RT298_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM) argument
|
/linux-5.19.10/drivers/tty/serial/jsm/ |
D | jsm_neo.c | 41 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()
|
/linux-5.19.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/ |
D | dma_global.h | 75 #define DMA_PACK_PARAM(par) DMA_PACK(par, PARAM)
|