Searched refs:txfifo_startblk (Results 1 – 1 of 1) sorted by relevance
2076 u16 txfifo_startblk = TXFIFO_START_BLK, txfifo_endblk; in brcms_b_corerev_fifofixup() local2081 txfifo_startblk = TXFIFO_START_BLK; in brcms_b_corerev_fifofixup()2086 txfifo_endblk = txfifo_startblk + wlc_hw->xmtfifo_sz[fifo_nu]; in brcms_b_corerev_fifofixup()2087 txfifo_def = (txfifo_startblk & 0xff) | in brcms_b_corerev_fifofixup()2089 txfifo_def1 = ((txfifo_startblk >> 8) & 0x1) | in brcms_b_corerev_fifofixup()2101 txfifo_startblk += wlc_hw->xmtfifo_sz[fifo_nu]; in brcms_b_corerev_fifofixup()