Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/soundwire/
H A Dsdw_amd.h98 int cols_index; member
/openbmc/linux/drivers/soundwire/
H A Dqcom.c197 int cols_index; member
824 val |= FIELD_PREP(SWRM_MCP_FRAME_CTRL_BANK_COL_CTRL_BMSK, ctrl->cols_index); in qcom_swrm_init()
938 u32p_replace_bits(&val, ctrl->cols_index, SWRM_MCP_FRAME_CTRL_BANK_COL_CTRL_BMSK); in qcom_swrm_pre_bank_switch()
1517 ctrl->cols_index = sdw_find_col_index(data->default_cols);
H A Damd_manager.c147 frame_size = (amd_manager->rows_index << 3) | amd_manager->cols_index; in amd_sdw_set_frameshape()
934 amd_manager->cols_index = sdw_find_col_index(AMD_SDW_DEFAULT_COLUMNS); in amd_sdw_manager_probe()