Home
last modified time | relevance | path

Searched refs:config_type (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/arch/macppc/pci/
H A Dmpcpcibus.c58 int config_type; member
94 struct config_type{ struct
98 int config_type; argument
100 struct config_type config_offsets[] = {
369 struct config_type *co = &config_offsets[i]; in mpcpcibrattach()
373 lcp->config_type = co->config_type; in mpcpcibrattach()
448 if (cp->config_type & 4) { in mpc_gen_config_reg()
451 } else if (cp->config_type & 1) { in mpc_gen_config_reg()
506 if ((cp->config_type & 2) && (offset & 0x04)) in mpc_conf_read()
556 if ((cp->config_type & 2) && (offset & 0x04)) in mpc_conf_write()
/openbsd/gnu/llvm/lldb/utils/lldb-dotest/
H A DCMakeLists.txt52 foreach(config_type ${config_types})
54 …string(REPLACE ${CMAKE_CFG_INTDIR} ${config_type} config_runtime_output_dir ${LLVM_RUNTIME_OUTPUT_…
60 if(${config_type} IN_LIST LLVM_CONFIGURATION_TYPES)
63 string(REPLACE ${CMAKE_CFG_INTDIR} ${config_type} "${var}_CONFIGURED" "${${var}}")
/openbsd/gnu/llvm/lldb/utils/lldb-repro/
H A DCMakeLists.txt12 foreach(config_type ${config_types})
13 …string(REPLACE ${CMAKE_CFG_INTDIR} ${config_type} config_runtime_output_dir ${LLVM_RUNTIME_OUTPUT_…
/openbsd/sys/dev/pci/drm/amd/display/include/
H A Dgpio_service_interface.h105 enum gpio_ddc_config_type config_type);
116 enum gpio_ddc_config_type config_type);
/openbsd/sys/dev/pci/drm/amd/display/dc/gpio/
H A Dgpio_service.c536 enum gpio_ddc_config_type config_type) in dal_ddc_open() argument
569 config_data.config.ddc.type = config_type; in dal_ddc_open()
632 enum gpio_ddc_config_type config_type) in dal_ddc_set_config() argument
638 config_data.config.ddc.type = config_type; in dal_ddc_set_config()
/openbsd/gnu/llvm/lldb/cmake/modules/
H A DLLDBStandalone.cmake28 foreach(config_type ${LLVM_CONFIGURATION_TYPES})
29 string(REPLACE ${CMAKE_CFG_INTDIR} ${config_type} dir ${input_dir})