Lines Matching defs:cur_bpw
176 * @cur_bpw: Stores the active bits per word settings.
195 unsigned cur_mode, cur_bpw;
294 config.src_addr_width = sdd->cur_bpw / 8;
302 config.dst_addr_width = sdd->cur_bpw / 8;
437 writel(((xfer->len * 8 / sdd->cur_bpw) & 0xffff)
449 switch (sdd->cur_bpw) {
476 writel(((xfer->len * 8 / sdd->cur_bpw) & 0xffff)
614 switch (sdd->cur_bpw) {
669 switch (sdd->cur_bpw) {
763 if (bpw != sdd->cur_bpw || speed != sdd->cur_speed) {
764 sdd->cur_bpw = bpw;
1194 sdd->cur_bpw = 8;