Home
last modified time | relevance | path

Searched refs:_conf (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/block/
H A Dblock.h52 #define DEFINE_BLOCK_PROPERTIES_BASE(_state, _conf) \ argument
54 _conf.backend_defaults, ON_OFF_AUTO_AUTO), \
56 _conf.logical_block_size), \
58 _conf.physical_block_size), \
59 DEFINE_PROP_SIZE32("min_io_size", _state, _conf.min_io_size, 0), \
60 DEFINE_PROP_SIZE32("opt_io_size", _state, _conf.opt_io_size, 0), \
62 _conf.discard_granularity, -1), \
63 DEFINE_PROP_ON_OFF_AUTO("write-cache", _state, _conf.wce, \
65 DEFINE_PROP_BOOL("share-rw", _state, _conf.share_rw, false), \
67 _conf.account_invalid, ON_OFF_AUTO_AUTO), \
[all …]
/openbmc/linux/drivers/clk/renesas/
H A Drzg2l-cpg.h130 #define DEF_SAMPLL(_name, _id, _parent, _conf) \ argument
131 DEF_TYPE(_name, _id, CLK_TYPE_SAM_PLL, .parent = _parent, .conf = _conf)
136 #define DEF_DIV(_name, _id, _parent, _conf, _dtable) \ argument
137 DEF_TYPE(_name, _id, CLK_TYPE_DIV, .conf = _conf, \
140 #define DEF_DIV_RO(_name, _id, _parent, _conf, _dtable) \ argument
141 DEF_TYPE(_name, _id, CLK_TYPE_DIV, .conf = _conf, \
144 #define DEF_MUX(_name, _id, _conf, _parent_names) \ argument
145 DEF_TYPE(_name, _id, CLK_TYPE_MUX, .conf = _conf, \
149 #define DEF_MUX_RO(_name, _id, _conf, _parent_names) \ argument
150 DEF_TYPE(_name, _id, CLK_TYPE_MUX, .conf = _conf, \
[all …]
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-gpu.h165 #define VIRTIO_GPU_BASE_PROPERTIES(_state, _conf) \ argument
166 DEFINE_PROP_UINT32("max_outputs", _state, _conf.max_outputs, 1), \
167 DEFINE_PROP_BIT("edid", _state, _conf.flags, \
169 DEFINE_PROP_UINT32("xres", _state, _conf.xres, 1280), \
170 DEFINE_PROP_UINT32("yres", _state, _conf.yres, 800)
/openbmc/qemu/include/net/
H A Dnet.h38 #define DEFINE_NIC_PROPERTIES(_state, _conf) \ argument
39 DEFINE_PROP_MACADDR("mac", _state, _conf.macaddr), \
40 DEFINE_PROP_NETDEV("netdev", _state, _conf.peers)
/openbmc/u-boot/tools/
H A Dgenboardscfg.py126 self._conf = kconfiglib.Config(print_warnings=False)
168 warnings = self._conf.load_config(self._tmpfile)
181 value = self._conf.get_symbol(symbol).get_value()