Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dmci.c491 u32 *pgpm; in ath_mci_intr() local
561 pgpm = mci->gpm_buf.bf_addr; in ath_mci_intr()
567 pgpm += (offset >> 2); in ath_mci_intr()
573 subtype = MCI_GPM_TYPE(pgpm); in ath_mci_intr()
574 opcode = MCI_GPM_OPCODE(pgpm); in ath_mci_intr()
580 ath_mci_cal_msg(sc, subtype, (u8 *)pgpm); in ath_mci_intr()
584 ath_mci_msg(sc, opcode, (u8 *)pgpm); in ath_mci_intr()
591 MCI_GPM_RECYCLE(pgpm); in ath_mci_intr()