Searched refs:data_type (Results 1 – 16 of 16) sorted by relevance
| /openbmc/u-boot/tools/patman/ |
| H A D | test.py | 89 def GetData(self, data_type): argument 195 if data_type == 'good': 197 elif data_type == 'no-signoff': 199 elif data_type == 'no-license': 201 elif data_type == 'spaces': 203 elif data_type == 'indent': 209 def SetupData(self, data_type): argument 212 data = self.GetData(data_type)
|
| /openbmc/qemu/include/hw/cxl/ |
| H A D | cxl_cdat.h | 94 uint8_t data_type; member 133 uint8_t data_type; member
|
| /openbmc/qemu/hw/dma/ |
| H A D | omap_dma.c | 41 int data_type; member 175 a->elem_delta[i] = ch->data_type; in omap_dma_channel_load() 179 a->elem_delta[i] = ch->data_type + in omap_dma_channel_load() 184 a->elem_delta[i] = ch->data_type + in omap_dma_channel_load() 205 else if (a->elem_delta[i] == ch->data_type && normal && in omap_dma_channel_load() 383 cpu_physical_memory_read(a->src, value, ch->data_type); in omap_dma_transfer_generic() 388 cpu_physical_memory_write(a->dest, value, ch->data_type); in omap_dma_transfer_generic() 406 } while ((bytes -= ch->data_type)); in omap_dma_transfer_generic() 587 dma->bytes = min_elems * ch->data_type; 712 s->ch[i].data_type = 0; [all …]
|
| /openbmc/qemu/net/ |
| H A D | tap-win32.c | 223 DWORD data_type; in is_tap_win32_dev() local 259 &data_type, in is_tap_win32_dev() 263 if (!(status != ERROR_SUCCESS || data_type != REG_SZ)) { in is_tap_win32_dev() 269 &data_type, in is_tap_win32_dev() 273 if (status == ERROR_SUCCESS && data_type == REG_SZ) { in is_tap_win32_dev()
|
| /openbmc/qemu/backends/ |
| H A D | trace-events | 23 …id, uint32_t data_type, uint32_t entry_len, uint32_t entry_num, uint32_t done_num, uint64_t data_p…
|
| /openbmc/qemu/hw/acpi/ |
| H A D | hmat.c | 102 build_append_int_noprefix(table_data, hmat_lb->data_type, 1); in build_hmat_lb() 113 if (hmat_lb->data_type <= HMAT_LB_DATA_WRITE_LATENCY) { in build_hmat_lb()
|
| /openbmc/qemu/hw/core/ |
| H A D | numa.c | 215 numa_state->hmat_lb[node->hierarchy][node->data_type]; in parse_numa_hmat_lb() 244 numa_state->hmat_lb[node->hierarchy][node->data_type] = hmat_lb; in parse_numa_hmat_lb() 248 hmat_lb->data_type = node->data_type; in parse_numa_hmat_lb() 252 if (node->data_type <= HMAT_LB_DATA_TYPE_WRITE_LATENCY) { in parse_numa_hmat_lb() 316 } else if (node->data_type >= HMAT_LB_DATA_TYPE_ACCESS_BANDWIDTH) { in parse_numa_hmat_lb()
|
| /openbmc/qemu/include/system/ |
| H A D | numa.h | 66 uint8_t data_type; member
|
| /openbmc/qemu/ui/ |
| H A D | vnc-enc-zlib.c | 109 zstream->data_type = Z_BINARY; in vnc_zlib_stop()
|
| H A D | vnc-enc-zrle.c | 103 zstream->data_type = Z_BINARY; in zrle_compress_data()
|
| H A D | vnc-enc-tight.c | 868 zstream->data_type = Z_BINARY; in tight_compress_data()
|
| /openbmc/qemu/hw/pci-bridge/ |
| H A D | cxl_upstream.c | 239 .data_type = HMAT_LB_DATA_TYPE_ACCESS_LATENCY, in build_cdat_table() 259 .data_type = HMAT_LB_DATA_TYPE_ACCESS_BANDWIDTH, in build_cdat_table()
|
| /openbmc/u-boot/include/u-boot/ |
| H A D | zlib.h | 432 int data_type; /* best guess about the data type: member
|
| /openbmc/u-boot/lib/zlib/ |
| H A D | trees.c | 938 if (s->strm->data_type == Z_UNKNOWN) 939 s->strm->data_type = detect_data_type(s);
|
| H A D | inflate.c | 922 strm->data_type = state->bits + (state->last ? 64 : 0) + in inflate()
|
| H A D | deflate.c | 365 strm->data_type = Z_UNKNOWN;
|