Searched refs:_i (Results 1 – 5 of 5) sorted by relevance
| /qemu/hw/audio/ |
| A D | intel-hda.c | 807 #define HDA_STREAM(_t, _i) \ argument 808 [ ST_REG(_i, ICH6_REG_SD_CTL) ] = { \ 809 .stream = _i, \ 810 .name = _t stringify(_i) " CTL", \ 813 .offset = offsetof(IntelHDAState, st[_i].ctl), \ 816 [ ST_REG(_i, ICH6_REG_SD_CTL) + 2] = { \ 817 .stream = _i, \ 818 .name = _t stringify(_i) " CTL(stnr)", \ 822 .offset = offsetof(IntelHDAState, st[_i].ctl), \ 825 [ ST_REG(_i, ICH6_REG_SD_STS)] = { \ [all …]
|
| /qemu/include/hw/ |
| A D | loader.h | 340 #define rom_add_file_fixed(_f, _a, _i) \ argument 341 rom_add_file(_f, NULL, _a, _i, false, NULL, NULL) 344 #define rom_add_file_mr(_f, _mr, _i) \ argument 345 rom_add_file(_f, NULL, 0, _i, false, _mr, NULL) 346 #define rom_add_file_as(_f, _as, _i) \ argument 347 rom_add_file(_f, NULL, 0, _i, false, NULL, _as) 348 #define rom_add_file_fixed_as(_f, _a, _i, _as) \ argument 349 rom_add_file(_f, NULL, _a, _i, false, NULL, _as)
|
| /qemu/include/hw/xen/interface/io/ |
| A D | ring.h | 160 #define FRONT_RING_ATTACH(_r, _s, _i, __size) do { \ argument 161 (_r)->req_prod_pvt = (_i); \ 162 (_r)->rsp_cons = (_i); \ 174 #define BACK_RING_ATTACH(_r, _s, _i, __size) do { \ argument 175 (_r)->rsp_prod_pvt = (_i); \ 176 (_r)->req_cons = (_i); \
|
| /qemu/hw/net/ |
| A D | igb_regs.h | 423 #define E1000_PSRTYPE(_i) (0x05480 + ((_i) * 4)) argument
|
| /qemu/hw/ppc/ |
| A D | spapr.c | 1402 #define HPTE(_table, _i) (void *)(((uint64_t *)(_table)) + ((_i) * 2)) argument
|
Completed in 28 milliseconds