Searched defs:dw (Results 1 - 6 of 6) sorted by relevance

/arch/arm/mach-imx/
H A Dmach-imx6q.c89 u32 dw; local
97 pci_read_config_dword(dev, 0x62c, &dw);
98 dw |= 0xaaa8; // GPIO1-7 outputs
99 pci_write_config_dword(dev, 0x62c, dw);
101 pci_read_config_dword(dev, 0x644, &dw);
102 dw |= 0xfe; // GPIO1-7 output high
103 pci_write_config_dword(dev, 0x644, dw);
/arch/cris/include/arch-v32/arch/hwregs/
H A Dextmem_defs.h93 unsigned int dw : 2; member in struct:__anon493
112 unsigned int dw : 2; member in struct:__anon494
131 unsigned int dw : 2; member in struct:__anon495
150 unsigned int dw : 2; member in struct:__anon496
169 unsigned int dw : 2; member in struct:__anon497
188 unsigned int dw : 2; member in struct:__anon498
207 unsigned int dw : 2; member in struct:__anon499
226 unsigned int dw : 2; member in struct:__anon500
245 unsigned int dw : 2; member in struct:__anon501
264 unsigned int dw member in struct:__anon502
283 unsigned int dw : 2; member in struct:__anon503
302 unsigned int dw : 2; member in struct:__anon504
[all...]
H A Dbif_core_defs.h93 unsigned int dw : 2; member in struct:__anon385
110 unsigned int dw : 2; member in struct:__anon386
127 unsigned int dw : 2; member in struct:__anon387
148 unsigned int dw : 2; member in struct:__anon388
/arch/x86/crypto/
H A Dcamellia_glue.c819 u32 dw, tl, tr; local
831 dw = (subRL[1] & subRL[9]) >> 32;
832 subRL[1] ^= rol32(dw, 1);
843 dw = (subRL[1] & subRL[17]) >> 32;
844 subRL[1] ^= rol32(dw, 1);
862 dw = (subRL[1] & subRL[25]) >> 32;
863 subRL[1] ^= rol32(dw, 1);
885 dw = (kw4 & subRL[24]) >> 32;
886 kw4 ^= rol32(dw, 1);
898 dw
[all...]
/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
H A Dbif_core_defs.h93 unsigned int dw : 2; member in struct:__anon1252
110 unsigned int dw : 2; member in struct:__anon1253
127 unsigned int dw : 2; member in struct:__anon1254
148 unsigned int dw : 2; member in struct:__anon1255
/arch/x86/platform/uv/
H A Dtlb_uv.c198 unsigned long dw; local
203 dw = (msg->swack_vec << UV_SW_ACK_NPENDING) | msg->swack_vec;
204 write_mmr_sw_ack(dw);

Completed in 291 milliseconds