Searched refs:NS_TSQ_ALIGNMENT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | nicstar.h | 287 #define NS_TSQ_ALIGNMENT 8192 macro
|
H A D | nicstar.c | 250 dma_free_coherent(&card->pcidev->dev, NS_TSQSIZE + NS_TSQ_ALIGNMENT, in nicstar_remove_one() 539 NS_TSQSIZE + NS_TSQ_ALIGNMENT, in ns_init_card() 547 card->tsq.base = PTR_ALIGN(card->tsq.org, NS_TSQ_ALIGNMENT); in ns_init_card() 553 writel(ALIGN(card->tsq.dma, NS_TSQ_ALIGNMENT), card->membase + TSQB); in ns_init_card() 844 dma_free_coherent(&card->pcidev->dev, NS_TSQSIZE + NS_TSQ_ALIGNMENT, in ns_init_card_error()
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | nicstar.h | 287 #define NS_TSQ_ALIGNMENT 8192 macro
|
H A D | nicstar.c | 252 dma_free_coherent(&card->pcidev->dev, NS_TSQSIZE + NS_TSQ_ALIGNMENT, in nicstar_remove_one() 541 NS_TSQSIZE + NS_TSQ_ALIGNMENT, in ns_init_card() 549 card->tsq.base = PTR_ALIGN(card->tsq.org, NS_TSQ_ALIGNMENT); in ns_init_card() 555 writel(ALIGN(card->tsq.dma, NS_TSQ_ALIGNMENT), card->membase + TSQB); in ns_init_card() 846 dma_free_coherent(&card->pcidev->dev, NS_TSQSIZE + NS_TSQ_ALIGNMENT, in ns_init_card_error()
|
Completed in 16 milliseconds