Lines Matching defs:width
159 * @width: bits per mux register
192 unsigned width;
237 * idle. Adding tests for register access width for every read and
275 unsigned int mux_bytes = pcs->width / BITS_PER_BYTE;
290 return (pin % (pcs->width / pcs->bits_per_pin)) * pcs->bits_per_pin;
509 offset = pin * (pcs->width / BITS_PER_BYTE);
568 offset = pin * (pcs->width / BITS_PER_BYTE);
729 mux_bytes = pcs->width / BITS_PER_BYTE;
827 index = offset / (pcs->width / BITS_PER_BYTE);
1134 npins_in_row = pcs->width / pcs->bits_per_pin;
1636 mux_bytes = pcs->width / BITS_PER_BYTE;
1644 switch (pcs->width) {
1672 mux_bytes = pcs->width / BITS_PER_BYTE;
1674 switch (pcs->width) {
1802 ret = of_property_read_u32(np, "pinctrl-single,register-width",
1803 &pcs->width);
1805 dev_err(pcs->dev, "register width not specified\n");
1859 switch (pcs->width) {