Searched defs:sdio_profile (Results 1 – 1 of 1) sorted by relevance
50 struct sdio_profile { struct51 u32 total_tc; /* total tick count of CMD52 and CMD53 */52 u32 total_tx_bytes; /* total bytes of CMD53 Tx */53 u32 total_rx_bytes; /* total bytes of CMD53 Rx */56 struct cmd_profile cmd52_tx;57 struct cmd_profile cmd52_rx;60 struct cmd_profile cmd53_tx_byte[512];61 struct cmd_profile cmd53_rx_byte[512];64 struct cmd_profile cmd53_tx_blk[100];65 struct cmd_profile cmd53_rx_blk[100];