Lines Matching refs:nchips
50 * @nchips: number of chips in the daisy-chain
75 u32 nchips;
136 for (i = 0; i < max3191x->nchips; i++) {
370 max3191x->nchips = 1;
372 &max3191x->nchips);
374 n = BITS_TO_LONGS(max3191x->nchips);
380 max3191x->xfer.rx_buf = devm_kcalloc(dev, max3191x->nchips,
388 "maxim,modesel", GPIOD_ASIS, max3191x->nchips);
390 "maxim,fault", GPIOD_IN, max3191x->nchips);
392 "maxim,db0", GPIOD_OUT_LOW, max3191x->nchips);
394 "maxim,db1", GPIOD_OUT_LOW, max3191x->nchips);
416 max3191x->xfer.len = max3191x->nchips * max3191x_wordlen(max3191x);
423 max3191x->gpio.ngpio = max3191x->nchips * MAX3191X_NGPIO;