Searched refs:pincnt (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/pinctrl/
H A Dpinctrl-tb10x.c395 const unsigned int pincnt; member in struct:tb10x_pinfuncgrp
402 .pins = NAME##_pins, .pincnt = ARRAY_SIZE(NAME##_pins), \
534 *num_pins = state->pingroups[n].pincnt;
630 for (j = 0; j < pfg->pincnt; j++) {
714 for (i = 0; i < grp->pincnt; i++)
/linux-master/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c2418 u8 pincnt; local
2423 pincnt = hweight8(FIELD_GET(PIN_CFG_PIN_MAP_MASK, cfg));
2440 if (pincnt >= 4) {
2452 if (pincnt >= 4) {
2472 u8 pincnt; local
2490 pincnt = hweight8(FIELD_GET(RZG2L_SINGLE_PIN_BITS_MASK, cfg));
2501 if (pincnt >= 4) {

Completed in 117 milliseconds