Searched refs:DW_I2S_MASTER (Results 1 – 2 of 2) sorted by relevance
324 if (dev->capability & DW_I2S_MASTER) { in dw_i2s_hw_params() 399 if (dev->capability & DW_I2S_MASTER) in dw_i2s_set_fmt() 481 if (dw_dev->capability & DW_I2S_MASTER) in dw_i2s_runtime_suspend() 491 if (dw_dev->capability & DW_I2S_MASTER) { in dw_i2s_runtime_resume() 504 if (dev->capability & DW_I2S_MASTER) in dw_i2s_suspend() 515 if (dev->capability & DW_I2S_MASTER) { in dw_i2s_resume() 626 dev->capability |= DW_I2S_MASTER; in dw_configure_dai() 987 if (dev->capability & DW_I2S_MASTER) { in dw_i2s_probe() 1049 .cap = DWC_I2S_PLAY | DW_I2S_MASTER,
30 #define DW_I2S_MASTER (1 << 3) macro