Lines Matching refs:nchips
77 u32 nchips; member
138 for (i = 0; i < max3191x->nchips; i++) { in max3191x_readout_locked()
369 max3191x->nchips = 1; in max3191x_probe()
371 &max3191x->nchips); in max3191x_probe()
373 n = BITS_TO_LONGS(max3191x->nchips); in max3191x_probe()
379 max3191x->xfer.rx_buf = devm_kcalloc(dev, max3191x->nchips, in max3191x_probe()
387 "maxim,modesel", GPIOD_ASIS, max3191x->nchips); in max3191x_probe()
389 "maxim,fault", GPIOD_IN, max3191x->nchips); in max3191x_probe()
391 "maxim,db0", GPIOD_OUT_LOW, max3191x->nchips); in max3191x_probe()
393 "maxim,db1", GPIOD_OUT_LOW, max3191x->nchips); in max3191x_probe()
414 max3191x->xfer.len = max3191x->nchips * max3191x_wordlen(max3191x); in max3191x_probe()
421 max3191x->gpio.ngpio = max3191x->nchips * MAX3191X_NGPIO; in max3191x_probe()