Lines Matching defs:width
219 u32 pwm_cells, one_timer, width;254 ret = of_property_read_u32(np, "xlnx,count-width", &width);256 width = 32;259 "Could not read xlnx,count-width\n");261 if (width != 8 && width != 16 && width != 32)263 "Invalid counter width %d\n", width);264 priv->max = BIT_ULL(width) - 1;