Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/bluetooth/
A Dbtrsi.c23 #define RSI_DMA_ALIGN 8 macro
25 #define RSI_HEADROOM_FOR_BT_HAL (RSI_FRAME_DESC_SIZE + RSI_DMA_ALIGN)
73 if (!IS_ALIGNED((unsigned long)skb->data, RSI_DMA_ALIGN)) { in rsi_hci_send_pkt()
77 skb_push(skb, RSI_DMA_ALIGN); in rsi_hci_send_pkt()
79 RSI_DMA_ALIGN) - skb->data); in rsi_hci_send_pkt()

Completed in 3 milliseconds