Searched refs:bRx (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/mt7621-mmc/ |
D | dbg.c | 162 void msdc_performance(u32 opcode, u32 sizes, u32 bRx, u32 ticks) in msdc_performance() argument 172 cmd = bRx ? &result->cmd52_rx : &result->cmd52_tx; in msdc_performance() 175 cmd = bRx ? &result->cmd53_rx_byte[sizes] : &result->cmd53_tx_byte[sizes]; in msdc_performance() 183 cmd = bRx ? &result->cmd53_rx_blk[block] : &result->cmd53_tx_blk[block]; in msdc_performance() 198 if (bRx) in msdc_performance()
|
D | dbg.h | 147 void msdc_performance(u32 opcode, u32 sizes, u32 bRx, u32 ticks);
|
D | sd.c | 1581 u32 ticks = 0, opcode = 0, sizes = 0, bRx = 0; in msdc_ops_request() 1623 bRx = mrq->cmd->data->flags & MMC_DATA_READ ? 1 : 0; in msdc_ops_request() 1625 bRx = mrq->cmd->arg & 0x80000000 ? 1 : 0; in msdc_ops_request() 1629 msdc_performance(opcode, sizes, bRx, ticks); in msdc_ops_request()
|