Searched defs:dword (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bus/
H A Dpcibackup.c64 uint32_t *dword; local
66 for ( offset = 0, dword = backup->dwords ; offset < 0x100 ;
67 offset += sizeof ( *dword ) , dword++ ) {
69 pci_read_config_dword ( pci, offset, dword );
83 uint32_t *dword; local
85 for ( offset = 0, dword = backup->dwords ; offset < 0x100 ;
86 offset += sizeof ( *dword ) , dword++ ) {
88 pci_write_config_dword ( pci, offset, *dword );
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dmd5.h26 uint32_t dword[16]; member in union:md5_block
53 uint32_t dword[ sizeof ( struct md5_digest_data ) / member in union:md5_digest_data_dwords
H A Dsha1.h26 uint32_t dword[16]; member in union:sha1_block
53 uint32_t dword[ sizeof ( struct sha1_digest_data ) / member in union:sha1_digest_data_dwords
H A Dsha256.h26 uint32_t dword[16]; member in union:sha256_block
53 uint32_t dword[ sizeof ( struct sha256_digest_data ) / member in union:sha256_digest_data_dwords
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dregisters.h51 uint32_t dword; member in union:__anon15040
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dradeon_cs.h187 static inline void radeon_cs_write_dword(struct radeon_cs *cs, uint32_t dword) argument
189 cs->packets[cs->cdw++] = dword;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Datl1e.c317 /* tx, rx cmd, dword align */
1271 * low dword
1278 /* hight dword */
1291 u32 dword[2]; member in union:__anon15158
1314 hw_addr.dword[0] = AT_READ_REG(hw, REG_MAC_STA_ADDR);
1315 hw_addr.dword[1] = AT_READ_REG(hw, REG_MAC_STA_ADDR + 4);
H A Detherfabric.h114 efab_dword_t dword[2]; member in union:efab_qword
126 efab_dword_t dword[4]; member in union:efab_oword
139 #define EFAB_DWORD_VAL(dword) \
140 ( ( unsigned int ) le32_to_cpu ( (dword).u32[0] ) )
206 #define EFAB_EXTRACT_DWORD( dword, low, high ) \
207 ( EFAB_EXTRACT32 ( (dword).u32[0], 0, 31, low, high ) )
229 #define EFAB_DWORD_FIELD( dword, field ) \
230 ( EFAB_EXTRACT_DWORD ( dword, EFAB_LOW_BIT ( field ), \
247 #define EFAB_DWORD_IS_ZERO( dword ) \
248 ( ! ( (dword)
[all...]
H A Dsmc9000.h40 typedef unsigned long int dword; typedef
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Darbel.h273 uint32_t dword[2]; member in union:arbelprm_doorbell_register
278 uint32_t dword[1]; member in union:arbelprm_eq_doorbell_register
H A Dlinda.c167 * Write Linda dword register
170 * @v dword Value to write
173 static void linda_writel ( struct linda *linda, uint32_t dword, argument
175 writel ( dword, ( linda->regs + offset ) );
H A Dqib7322.c196 * Write QIB7322 dword register
199 * @v dword Value to write
202 static void qib7322_writel ( struct qib7322 *qib7322, uint32_t dword, argument
204 writel ( dword, ( qib7322->regs + offset ) );
H A Dhermon.h532 uint32_t dword[1]; member in union:hermonprm_doorbell_register

Completed in 92 milliseconds