Lines Matching defs:cur_bpw
170 * @cur_bpw: Stores the active bits per word settings.
189 unsigned cur_mode, cur_bpw;
288 config.src_addr_width = sdd->cur_bpw / 8;
296 config.dst_addr_width = sdd->cur_bpw / 8;
391 writel(((xfer->len * 8 / sdd->cur_bpw) & 0xffff)
403 switch (sdd->cur_bpw) {
430 writel(((xfer->len * 8 / sdd->cur_bpw) & 0xffff)
555 switch (sdd->cur_bpw) {
609 switch (sdd->cur_bpw) {
692 if (bpw != sdd->cur_bpw || speed != sdd->cur_speed) {
693 sdd->cur_bpw = bpw;
1134 sdd->cur_bpw = 8;