HomeSort by: relevance | last modified time | path
    Searched refs:TWA_64BIT_ADDRESSES (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
twareg.h 49 #define TWA_64BIT_ADDRESSES ((sizeof(bus_addr_t) == 8) ? 1 : 0)
52 * Define the following here since it relies on TWA_64BIT_ADDRESSES which
60 #define TWA_MAX_SG_ELEMENTS (TWA_64BIT_ADDRESSES ? 70 : 105)
93 if (TWA_64BIT_ADDRESSES) { \
twa.c 1756 ((TWA_64BIT_ADDRESSES ? 3 : 2) * nsegments);
2533 if (TWA_64BIT_ADDRESSES)

Completed in 16 milliseconds