Searched refs:BHND_DMA_ADDR_32BIT (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/mips/broadcom/
H A Dbhnd_nexus.c239 if (width > BHND_DMA_ADDR_32BIT) {
242 width = BHND_DMA_ADDR_32BIT;
/freebsd-12-stable/sys/dev/bhnd/bhndb/
H A Dbhndb.c2132 if (width > BHND_DMA_ADDR_32BIT) {
2135 width = BHND_DMA_ADDR_32BIT;
/freebsd-12-stable/sys/dev/bhnd/
H A Dbhnd.h258 BHND_DMA_ADDR_32BIT = 32, /**< 32-bit DMA */ enumerator in enum:__anon12262
/freebsd-12-stable/sys/dev/bwn/
H A Dif_bwn.c1345 mac->mac_dmatype = BHND_DMA_ADDR_32BIT;
7153 addr_width = BHND_DMA_ADDR_32BIT;
7156 case BHND_DMA_ADDR_32BIT:
7160 addr_width = BHND_DMA_ADDR_32BIT;

Completed in 177 milliseconds