| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/include/ |
| H A D | v10_structs.h | 31 uint32_t reserved_0; // offset: 0 (0x0) 32 uint32_t reserved_1; // offset: 1 (0x1) 33 uint32_t reserved_2; // offset: 2 (0x2) 34 uint32_t reserved_3; // offset: 3 (0x3) 35 uint32_t reserved_4; // offset: 4 (0x4) 36 uint32_t reserved_5; // offset: 5 (0x5) 37 uint32_t reserved_6; // offset: 6 (0x6) 38 uint32_t reserved_7; // offset: 7 (0x7) 39 uint32_t reserved_8; // offset: 8 (0x8) 40 uint32_t reserved_9; // offset: 9 (0x9) [all …]
|
| H A D | v9_structs.h | 30 uint32_t sdmax_rlcx_rb_cntl; 31 uint32_t sdmax_rlcx_rb_base; 32 uint32_t sdmax_rlcx_rb_base_hi; 33 uint32_t sdmax_rlcx_rb_rptr; 34 uint32_t sdmax_rlcx_rb_rptr_hi; 35 uint32_t sdmax_rlcx_rb_wptr; 36 uint32_t sdmax_rlcx_rb_wptr_hi; 37 uint32_t sdmax_rlcx_rb_wptr_poll_cntl; 38 uint32_t sdmax_rlcx_rb_rptr_addr_hi; 39 uint32_t sdmax_rlcx_rb_rptr_addr_lo; [all …]
|
| H A D | vi_structs.h | 30 uint32_t sdmax_rlcx_rb_cntl; 31 uint32_t sdmax_rlcx_rb_base; 32 uint32_t sdmax_rlcx_rb_base_hi; 33 uint32_t sdmax_rlcx_rb_rptr; 34 uint32_t sdmax_rlcx_rb_wptr; 35 uint32_t sdmax_rlcx_rb_wptr_poll_cntl; 36 uint32_t sdmax_rlcx_rb_wptr_poll_addr_hi; 37 uint32_t sdmax_rlcx_rb_wptr_poll_addr_lo; 38 uint32_t sdmax_rlcx_rb_rptr_addr_hi; 39 uint32_t sdmax_rlcx_rb_rptr_addr_lo; [all …]
|
| H A D | cik_structs.h | 30 uint32_t header; 31 uint32_t compute_dispatch_initiator; 32 uint32_t compute_dim_x; 33 uint32_t compute_dim_y; 34 uint32_t compute_dim_z; 35 uint32_t compute_start_x; 36 uint32_t compute_start_y; 37 uint32_t compute_start_z; 38 uint32_t compute_num_thread_x; 39 uint32_t compute_num_thread_y; [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
| H A D | kfd_pm4_headers_ai.h | 33 uint32_t reserved1 : 8; /* < reserved */ 34 uint32_t opcode : 8; /* < IT opcode */ 35 uint32_t count : 14;/* < number of DWORDs - 1 in the 38 uint32_t type : 2; /* < packet identifier. 42 uint32_t u32All; 60 uint32_t ordinal1; 65 uint32_t vmid_mask:16; 66 uint32_t unmap_latency:8; 67 uint32_t reserved1:5; 70 uint32_t ordinal2; [all …]
|
| H A D | kfd_pm4_headers_vi.h | 33 uint32_t reserved1 : 8; /* < reserved */ 34 uint32_t opcode : 8; /* < IT opcode */ 35 uint32_t count : 14;/* < Number of DWORDS - 1 in the 38 uint32_t type : 2; /* < packet identifier 42 uint32_t u32All; 60 uint32_t ordinal1; 65 uint32_t vmid_mask:16; 66 uint32_t unmap_latency:8; 67 uint32_t reserved1:5; 70 uint32_t ordinal2; [all …]
|
| H A D | kfd_pm4_headers.h | 34 uint32_t reserved1:8; 36 uint32_t opcode:8; 38 uint32_t count:14; 40 uint32_t type:2; 42 uint32_t u32all; 55 uint32_t ordinal1; 60 uint32_t pasid:16; 61 uint32_t reserved1:8; 62 uint32_t diq_enable:1; 63 uint32_t process_quantum:7; [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
| H A D | grph_object_ctrl_defs.h | 69 uint32_t enum_id:16; /* 1 based enum */ 75 uint32_t clk_mask_register_index; 76 uint32_t clk_en_register_index; 77 uint32_t clk_y_register_index; 78 uint32_t clk_a_register_index; 79 uint32_t data_mask_register_index; 80 uint32_t data_en_register_index; 81 uint32_t data_y_register_index; 82 uint32_t data_a_register_index; 84 uint32_t clk_mask_shift; [all …]
|
| /netbsd-src/external/bsd/elftosb/dist/common/ |
| H A D | rijndael.cpp | 949 static uint32_t rcon[30]= 1003 uint32_t uKeyLenInBytes; in init() 1031 for(uint32_t i = 0;i < uKeyLenInBytes;i++)keyMatrix[i >> 2][i & 3] = key[i]; in init() 1064 ((uint32_t*)block)[0] = ((uint32_t*)m_initVector)[0] ^ ((uint32_t*)input)[0]; in blockEncrypt() 1065 ((uint32_t*)block)[1] = ((uint32_t*)m_initVector)[1] ^ ((uint32_t*)input)[1]; in blockEncrypt() 1066 ((uint32_t*)block)[2] = ((uint32_t*)m_initVector)[2] ^ ((uint32_t*)input)[2]; in blockEncrypt() 1067 ((uint32_t*)block)[3] = ((uint32_t*)m_initVector)[3] ^ ((uint32_t*)input)[3]; in blockEncrypt() 1072 ((uint32_t*)block)[0] = ((uint32_t*)outBuffer)[0] ^ ((uint32_t*)input)[0]; in blockEncrypt() 1073 ((uint32_t*)block)[1] = ((uint32_t*)outBuffer)[1] ^ ((uint32_t*)input)[1]; in blockEncrypt() 1074 ((uint32_t*)block)[2] = ((uint32_t*)outBuffer)[2] ^ ((uint32_t*)input)[2]; in blockEncrypt() [all …]
|
| /netbsd-src/sys/arch/rs6000/include/ |
| H A D | iplcb.h | 12 uint32_t gpr_save_off; /* offset to gpr_save area */ 13 uint32_t cb_bitmap_size; /* size of bitmap and CB */ 14 uint32_t bitmap_off; /* offset to bitmap */ 15 uint32_t bitmap_size; /* size of bitmap */ 16 uint32_t iplinfo_off; 17 uint32_t iplinfo_size; 18 uint32_t iocc_post_off; 19 uint32_t iocc_post_size; 20 uint32_t nio_post_off; 21 uint32_t nio_post_size; [all …]
|
| /netbsd-src/sys/dev/microcode/bnx/ |
| H A D | bnxfw.h | 50 static uint32_t bnx_COM_b06FwStartAddr = 0x08000118; 51 static uint32_t bnx_COM_b06FwTextAddr = 0x08000000; 53 static uint32_t bnx_COM_b06FwDataAddr = 0x00000000; 55 static uint32_t bnx_COM_b06FwRodataAddr = 0x08004a68; 57 static uint32_t bnx_COM_b06FwBssAddr = 0x08004ad8; 59 static uint32_t bnx_COM_b06FwSbssAddr = 0x08004aa0; 61 static const uint32_t bnx_COM_b06FwText[(0x4a68/4) + 1] = { 1253 static const uint32_t bnx_COM_b06FwData[(0x0/4) + 1] = { 0x0 }; 1254 static const uint32_t bnx_COM_b06FwRodata[(0x14/4) + 1] = { 1258 static const uint32_t bnx_COM_b06FwBss[(0xc4/4) + 1] = { 0x0 }; [all …]
|
| /netbsd-src/sys/sys/ |
| H A D | disklabel_rdb.h | 42 #define RDBNULL ((uint32_t)0xffffffff) 50 uint32_t id; /* 'RDSK' */ 51 uint32_t nsumlong; /* number of long words in check sum */ 52 uint32_t chksum; /* simple additive with wrap checksum */ 53 uint32_t hostid; /* scsi target of host */ 54 uint32_t nbytes; /* size of disk blocks */ 55 uint32_t flags; 56 uint32_t badbhead; /* linked list of badblocks */ 57 uint32_t partbhead; /* linked list of partblocks */ 58 uint32_t fsbhead; /* " " of fsblocks */ [all …]
|
| /netbsd-src/sys/dev/ic/ |
| H A D | rndisreg.h | 107 uint32_t rm_type; 108 uint32_t rm_len; 118 uint32_t rm_type; 119 uint32_t rm_len; 120 uint32_t rm_dataoffset; 121 uint32_t rm_datalen; 122 uint32_t rm_oobdataoffset; 123 uint32_t rm_oobdatalen; 124 uint32_t rm_oobdataelements; 125 uint32_t rm_pktinfooffset; [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| H A D | amdgpu_ucode.h | 31 uint32_t size_bytes; /* size of the entire header+image(s) in bytes */ 32 uint32_t header_size_bytes; /* size of just the header in bytes */ 37 uint32_t ucode_version; 38 uint32_t ucode_size_bytes; /* size of ucode in bytes */ 39 uint32_t ucode_array_offset_bytes; /* payload offset from the start of the header */ 40 uint32_t crc32; /* crc32 checksum of the payload */ 46 uint32_t io_debug_size_bytes; /* size of debug array in dwords */ 47 uint32_t io_debug_array_offset_bytes; /* payload offset from the start of the header */ 53 uint32_t ucode_start_addr; 59 uint32_t ppt_offset_bytes; /* soft pptable offset */ [all …]
|
| H A D | amdgpu_socbb.h | 29 uint32_t state; 30 uint32_t dscclk_mhz; 31 uint32_t dcfclk_mhz; 32 uint32_t socclk_mhz; 33 uint32_t dram_speed_mts; 34 uint32_t fabricclk_mhz; 35 uint32_t dispclk_mhz; 36 uint32_t phyclk_mhz; 37 uint32_t dppclk_mhz; 41 uint32_t sr_exit_time_us; [all …]
|
| /netbsd-src/lib/libperfuse/ |
| H A D | fuse.h | 54 uint32_t atimensec; 55 uint32_t mtimensec; 56 uint32_t ctimensec; 57 uint32_t mode; 58 uint32_t nlink; 59 uint32_t uid; 60 uint32_t gid; 61 uint32_t rdev; 62 uint32_t blksize; 63 uint32_t padding; [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
| H A D | smu8_hwmgr.h | 47 uint32_t soft_min_clk; 48 uint32_t hard_min_clk; 49 uint32_t soft_max_clk; 50 uint32_t hard_max_clk; 54 uint32_t bootup_uma_clock; 55 uint32_t bootup_engine_clock; 56 uint32_t dentist_vco_freq; 57 uint32_t nb_dpm_enable; 58 uint32_t nbp_memory_clock[SMU8_NUM_NBPMEMORYCLOCK]; 59 uint32_t nbp_n_clock[SMU8_NUM_NBPSTATES]; [all …]
|
| H A D | smu7_hwmgr.h | 49 uint32_t offset; 50 uint32_t mask; 51 uint32_t shift; 52 uint32_t value; 57 uint32_t memory_clock; 58 uint32_t engine_clock; 70 uint32_t vclk; 71 uint32_t dclk; 75 uint32_t evclk; 76 uint32_t ecclk; [all …]
|
| /netbsd-src/sys/arch/sgimips/hpc/ |
| H A D | hpcvar.h | 42 uint32_t scsi0_regs; 43 uint32_t scsi0_regs_size; 44 uint32_t scsi0_cbp; 45 uint32_t scsi0_ndbp; 46 uint32_t scsi0_bc; 47 uint32_t scsi0_ctl; 48 uint32_t scsi0_gio; 49 uint32_t scsi0_dev; 50 uint32_t scsi0_dmacfg; 51 uint32_t scsi0_piocfg; [all …]
|
| /netbsd-src/sys/arch/hppa/hppa/ |
| H A D | pim.h | 48 uint32_t pim_regs_r0; 49 uint32_t pim_regs_r1; 50 uint32_t pim_regs_r2; 51 uint32_t pim_regs_r3; 52 uint32_t pim_regs_r4; 53 uint32_t pim_regs_r5; 54 uint32_t pim_regs_r6; 55 uint32_t pim_regs_r7; 56 uint32_t pim_regs_r8; 57 uint32_t pim_regs_r9; [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | pdb.h | 115 uint32_t version; 116 uint32_t signature; 117 uint32_t age; 127 uint32_t version; 128 uint32_t header_size; 129 uint32_t type_index_begin; 130 uint32_t type_index_end; 131 uint32_t type_record_bytes; 134 uint32_t hash_key_size; 135 uint32_t num_hash_buckets; [all …]
|
| /netbsd-src/sys/dev/usb/ |
| H A D | mbim.h | 168 uint32_t type; /* message type */ 169 uint32_t len; /* message length */ 170 uint32_t tid; /* transaction id */ 174 uint32_t nfrag; /* total # of fragments */ 175 uint32_t currfrag; /* current fragment */ 185 uint32_t maxlen; 196 uint32_t cid; /* command id */ 199 uint32_t op; 200 uint32_t infolen; 208 uint32_t cid; /* command id */ [all …]
|
| /netbsd-src/sys/dev/iscsi/ |
| H A D | iscsi_pdu.h | 123 uint32_t ExpectedDataTransferLength; 124 uint32_t CmdSN; 125 uint32_t ExpStatSN; 133 uint32_t SNACKTag; 134 uint32_t StatSN; 135 uint32_t ExpCmdSN; 136 uint32_t MaxCmdSN; 137 uint32_t ExpDataSN; 138 uint32_t ReadResidualCount; 139 uint32_t ResidualCount; [all …]
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_bnxvar.h | 134 uint32_t bnx_chipid; 137 uint32_t bnx_flags; 140 uint32_t bnx_cap_flags; 147 uint32_t bnx_phy_flags; 150 uint32_t bnx_shared_hw_cfg; 151 uint32_t bnx_port_hw_cfg; 159 uint32_t bnx_flash_size; /* Flash NVRAM size */ 160 uint32_t bnx_shmem_base;/* Shared Memory base address */ 202 uint32_t bnx_stats_ticks; 213 uint32_t rx_prod_bseq; /* Counts the bytes used. */ [all …]
|
| /netbsd-src/external/mit/xorg/lib/libxcb/files/ |
| H A D | dri2.h | 56 uint32_t attachment; 57 uint32_t name; 58 uint32_t pitch; 59 uint32_t cpp; 60 uint32_t flags; 76 uint32_t attachment; 77 uint32_t format; 106 uint32_t major_version; 107 uint32_t minor_version; 117 uint32_t length; [all …]
|