Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/soc/qcom/
H A Dgeni-se.h423 u32 val, hw_version, hw_major, hw_minor, tx_fifo_depth_mask; in geni_se_get_tx_fifo_depth() local
430 tx_fifo_depth_mask = TX_FIFO_DEPTH_MSK_256_BYTES; in geni_se_get_tx_fifo_depth()
432 tx_fifo_depth_mask = TX_FIFO_DEPTH_MSK; in geni_se_get_tx_fifo_depth()
436 return (val & tx_fifo_depth_mask) >> TX_FIFO_DEPTH_SHFT; in geni_se_get_tx_fifo_depth()