Home
last modified time | relevance | path

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

/linux/include/linux/soc/qcom/
H A Dgeni-se.h433 u32 val, hw_version, hw_major, hw_minor, tx_fifo_depth_mask; in geni_se_get_tx_fifo_depth() local
440 tx_fifo_depth_mask = TX_FIFO_DEPTH_MSK_256_BYTES; in geni_se_get_tx_fifo_depth()
442 tx_fifo_depth_mask = TX_FIFO_DEPTH_MSK; in geni_se_get_tx_fifo_depth()
446 return (val & tx_fifo_depth_mask) >> TX_FIFO_DEPTH_SHFT; in geni_se_get_tx_fifo_depth()