Lines Matching refs:reg_width
31 int reg_width;
66 switch (pxpcs->reg_width) {
97 switch (pxpcs->reg_width) {
125 switch (pxpcs->reg_width) {
151 switch (pxpcs->reg_width) {
240 if (!device_property_read_u32(dev, "reg-io-width", &pxpcs->reg_width)) {
241 if (pxpcs->reg_width != 2 && pxpcs->reg_width != 4) {
246 pxpcs->reg_width = 2;
260 spc_size = pxpcs->reg_width * SZ_256;
262 spc_size = pxpcs->reg_width * SZ_2M;