Searched refs:BHND_DMA_ADDR_64BIT (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/mips/broadcom/
H A Dbhnd_nexus.c235 KASSERT(width > 0 && width <= BHND_DMA_ADDR_64BIT,
/freebsd-12-stable/sys/dev/bwn/
H A Dif_bwn.c1335 mac->mac_dmatype = BHND_DMA_ADDR_64BIT;
2743 if (mac->mac_dmatype == BHND_DMA_ADDR_64BIT) {
2793 if (type == BHND_DMA_ADDR_64BIT) {
2845 if (dr->dr_type == BHND_DMA_ADDR_64BIT) {
3291 if (dr->dr_type == BHND_DMA_ADDR_64BIT) {
3315 if (dr->dr_type == BHND_DMA_ADDR_64BIT) {
3354 if (dr->dr_type == BHND_DMA_ADDR_64BIT) {
3361 if (dr->dr_type == BHND_DMA_ADDR_64BIT) {
3413 offset = (type == BHND_DMA_ADDR_64BIT) ? BWN_DMA64_TXSTATUS :
3416 if (type == BHND_DMA_ADDR_64BIT) {
[all...]
/freebsd-12-stable/sys/dev/bhnd/
H A Dbhnd.h259 BHND_DMA_ADDR_64BIT = 64, /**< 64-bit DMA */ enumerator in enum:__anon12262

Completed in 152 milliseconds