Searched refs:dwsbt1 (Results 1 – 1 of 1) sorted by relevance
46 struct dw_spi_bt1 *dwsbt1);52 struct dw_spi_bt1 *dwsbt1 = to_dw_spi_bt1(desc->mem->spi->controller); in dw_spi_bt1_dirmap_create() local54 if (!dwsbt1->map || in dw_spi_bt1_dirmap_create()55 !dwsbt1->dws.mem_ops.supports_op(desc->mem, &desc->info.op_tmpl)) in dw_spi_bt1_dirmap_create()62 if (desc->info.offset + desc->info.length > dwsbt1->map_len || in dw_spi_bt1_dirmap_create()110 struct dw_spi_bt1 *dwsbt1 = to_dw_spi_bt1(desc->mem->spi->controller); in dw_spi_bt1_dirmap_read() local111 struct dw_spi *dws = &dwsbt1->dws; in dw_spi_bt1_dirmap_read()120 if (offs >= dwsbt1->map_len || !len) in dw_spi_bt1_dirmap_read()123 len = min_t(size_t, len, dwsbt1->map_len - offs); in dw_spi_bt1_dirmap_read()148 ret = mux_control_select(dwsbt1->mux, BT1_BOOT_DIRMAP); in dw_spi_bt1_dirmap_read()[all …]