Searched refs:_cfg (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-gpu.h | 103 #define virtio_gpu_virgl_enabled(_cfg) \ argument 104 (_cfg.flags & (1 << VIRTIO_GPU_FLAG_VIRGL_ENABLED)) 105 #define virtio_gpu_stats_enabled(_cfg) \ argument 106 (_cfg.flags & (1 << VIRTIO_GPU_FLAG_STATS_ENABLED)) 107 #define virtio_gpu_edid_enabled(_cfg) \ argument 108 (_cfg.flags & (1 << VIRTIO_GPU_FLAG_EDID_ENABLED)) 109 #define virtio_gpu_dmabuf_enabled(_cfg) \ argument 110 (_cfg.flags & (1 << VIRTIO_GPU_FLAG_DMABUF_ENABLED)) 111 #define virtio_gpu_blob_enabled(_cfg) \ argument 112 (_cfg.flags & (1 << VIRTIO_GPU_FLAG_BLOB_ENABLED)) [all …]
|
/openbmc/linux/arch/arm/mach-s3c/ |
H A D | gpio-cfg.h | 69 #define samsung_gpio_is_cfg_special(_cfg) \ argument 70 (((_cfg) & S3C_GPIO_SPECIAL_MARK) == S3C_GPIO_SPECIAL_MARK)
|
/openbmc/u-boot/drivers/pinctrl/ |
H A D | pinctrl_pic32.c | 42 #define PIN_CONFIG(_prt, _pin, _cfg) \ argument 43 {.port = (_prt), .pin = (_pin), .config = (_cfg), }
|
/openbmc/linux/drivers/clk/samsung/ |
H A D | clk.h | 285 #define CPU_CLK(_id, _name, _pid, _apid, _flags, _offset, _cfg) \ argument 293 .cfg = _cfg, \
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | drv.c | 547 _rf_id, _rf_step, _no_160, _cores, _cdb, _cfg, _name) \ argument 548 { .device = (_device), .subdevice = (_subdevice), .cfg = &(_cfg), \ 553 #define IWL_DEV_INFO(_device, _subdevice, _cfg, _name) \ argument 556 IWL_CFG_ANY, _cfg, _name)
|
/openbmc/linux/drivers/clk/qcom/ |
H A D | clk-rcg2.c | 280 u32 *_cfg) in __clk_rcg2_configure() argument 325 *_cfg &= ~mask; in __clk_rcg2_configure() 326 *_cfg |= cfg; in __clk_rcg2_configure()
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rust-oe-selftest.patch | 44 sess_and_cfg(&["-Awarnings"], |sess, _cfg| {
|
/openbmc/linux/drivers/perf/ |
H A D | arm-cmn.c | 1250 #define _CMN_FORMAT_ATTR(_name, _cfg, _fld) \ argument 1253 .config = _cfg, \
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 4255 Add named fw\_cfg entry with contents from file file. 4260 Add named fw\_cfg entry with contents from string str. 4265 included as part of the fw\_cfg item data. To insert contents with 4268 The fw\_cfg entries are passed by QEMU through to the guest. 4276 creates an fw\_cfg entry named opt/com.mycompany/blob with contents
|