Lines Matching defs:dword
628 u32 dword;
638 * capability position. The specification says that the first dword is
639 * the lower half, and the second dword is the upper half.
642 pci_read_config_dword(dev, pos, &dword);
643 dsn = (u64)dword;
644 pci_read_config_dword(dev, pos + 4, &dword);
645 dsn |= ((u64)dword) << 32;
1666 /* Some broken devices only support dword access to LTR */
1682 /* Some broken devices only support dword access to LTR */
1695 /* XXX: 100% dword access ok here? */
3773 /* Sapphire RX 5600 XT Pulse has an invalid cap dword for BAR 0 */
4694 * We do a single dword read to retrieve both command and status.