Home
last modified time | relevance | path

Searched refs:cfg_entry (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c129 static int xen_pt_byte_reg_read(XenPCIPassthroughState *s, XenPTReg *cfg_entry, in xen_pt_byte_reg_read() argument
132 XenPTRegInfo *reg = cfg_entry->reg; in xen_pt_byte_reg_read()
134 uint8_t *data = cfg_entry->ptr.byte; in xen_pt_byte_reg_read()
142 static int xen_pt_word_reg_read(XenPCIPassthroughState *s, XenPTReg *cfg_entry, in xen_pt_word_reg_read() argument
145 XenPTRegInfo *reg = cfg_entry->reg; in xen_pt_word_reg_read()
147 uint16_t *data = cfg_entry->ptr.half_word; in xen_pt_word_reg_read()
155 static int xen_pt_long_reg_read(XenPCIPassthroughState *s, XenPTReg *cfg_entry, in xen_pt_long_reg_read() argument
158 XenPTRegInfo *reg = cfg_entry->reg; in xen_pt_long_reg_read()
160 uint32_t *data = cfg_entry->ptr.word; in xen_pt_long_reg_read()
171 static int xen_pt_byte_reg_write(XenPCIPassthroughState *s, XenPTReg *cfg_entry, in xen_pt_byte_reg_write() argument
[all …]
H A Dxen_pt.h67 (XenPCIPassthroughState *, XenPTReg *cfg_entry,
70 (XenPCIPassthroughState *, XenPTReg *cfg_entry,
73 (XenPCIPassthroughState *, XenPTReg *cfg_entry,
76 (XenPCIPassthroughState *, XenPTReg *cfg_entry,
79 (XenPCIPassthroughState *, XenPTReg *cfg_entry,
82 (XenPCIPassthroughState *, XenPTReg *cfg_entry,
/openbmc/u-boot/drivers/soc/keystone/
H A Dkeystone_serdes.c41 struct cfg_entry { struct
65 static struct cfg_entry cfgs[] = { argument
126 static int ks2_serdes_init_cfg(u32 base, struct cfg_entry *cfg, u32 num_lanes) in ks2_serdes_init_cfg()