Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/htc2/AR6000/
Dar6k_gmbox.c77 static int DevGMboxCounterEnableDisable(struct ar6k_device *pDev, GMBOX_IRQ_ACTION_TYPE IrqAction, … in DevGMboxCounterEnableDisable() function
165 return DevGMboxCounterEnableDisable(pDev, GMBOX_CREDIT_IRQ_ENABLE, AsyncMode); in DevGMboxIRQAction()
167 return DevGMboxCounterEnableDisable(pDev, GMBOX_CREDIT_IRQ_DISABLE, AsyncMode); in DevGMboxIRQAction()
172 DevGMboxCounterEnableDisable(pDev, GMBOX_CREDIT_IRQ_DISABLE, AsyncMode); in DevGMboxIRQAction()