Home
last modified time | relevance | path

Searched refs:D64RINGALIGN_BITS (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dsbhnddma.h261 #define D64RINGALIGN_BITS 13 macro
262 #define D64MAXRINGSZ (1 << D64RINGALIGN_BITS)
263 #define D64RINGBOUNDARY (1 << D64RINGALIGN_BITS)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dsbhnddma.h261 #define D64RINGALIGN_BITS 13 macro
262 #define D64MAXRINGSZ (1 << D64RINGALIGN_BITS)
263 #define D64RINGBOUNDARY (1 << D64RINGALIGN_BITS)
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dsbhnddma.h261 #define D64RINGALIGN_BITS 13 macro
262 #define D64MAXRINGSZ (1 << D64RINGALIGN_BITS)
263 #define D64RINGBOUNDARY (1 << D64RINGALIGN_BITS)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dsbhnddma.h260 #define D64RINGALIGN_BITS 13 macro
261 #define D64MAXRINGSZ (1 << D64RINGALIGN_BITS)
262 #define D64RINGBOUNDARY (1 << D64RINGALIGN_BITS)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dsbhnddma.h259 #define D64RINGALIGN_BITS 13 macro
260 #define D64MAXRINGSZ (1 << D64RINGALIGN_BITS)
261 #define D64RINGBOUNDARY (1 << D64RINGALIGN_BITS)
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dsbhnddma.h259 #define D64RINGALIGN_BITS 13 macro
260 #define D64MAXRINGSZ (1 << D64RINGALIGN_BITS)
261 #define D64RINGBOUNDARY (1 << D64RINGALIGN_BITS)
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddma.c45 #define D64RINGALIGN_BITS 13 macro
46 #define D64MAXRINGSZ (1 << D64RINGALIGN_BITS)
47 #define D64RINGALIGN (1 << D64RINGALIGN_BITS)
638 di->dmadesc_align = D64RINGALIGN_BITS; in dma_attach()
641 di->dmadesc_align = D64RINGALIGN_BITS - 1; in dma_attach()