Home
last modified time | relevance | path

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

/drivers/atm/
Dnicstar.h287 #define NS_TSQ_ALIGNMENT 8192 macro
Dnicstar.c250 dma_free_coherent(&card->pcidev->dev, NS_TSQSIZE + NS_TSQ_ALIGNMENT, in nicstar_remove_one()
530 NS_TSQSIZE + NS_TSQ_ALIGNMENT, in ns_init_card()
538 card->tsq.base = PTR_ALIGN(card->tsq.org, NS_TSQ_ALIGNMENT); in ns_init_card()
544 writel(ALIGN(card->tsq.dma, NS_TSQ_ALIGNMENT), card->membase + TSQB); in ns_init_card()