Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/soc/qcom/
H A Dgeni-se.h283 #define GENI_SE_VERSION_MINOR(ver) ((ver & HW_VER_MINOR_MASK) >> HW_VER_MINOR_SHFT) macro
427 hw_minor = GENI_SE_VERSION_MINOR(hw_version); in geni_se_get_tx_fifo_depth()
473 hw_minor = GENI_SE_VERSION_MINOR(hw_version); in geni_se_get_rx_fifo_depth()
/openbmc/linux/drivers/spi/
H A Dspi-geni-qcom.c684 minor = GENI_SE_VERSION_MINOR(ver); in spi_geni_init()