Lines Matching defs:dword
600 u32 dword;
610 * capability position. The specification says that the first dword is
611 * the lower half, and the second dword is the upper half.
614 pci_read_config_dword(dev, pos, &dword);
615 dsn = (u64)dword;
616 pci_read_config_dword(dev, pos + 4, &dword);
617 dsn |= ((u64)dword) << 32;
1547 /* XXX: 100% dword access ok here? */
3598 /* Sapphire RX 5600 XT Pulse has an invalid cap dword for BAR 0 */
4488 * We do a single dword read to retrieve both command and status.