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

/freebsd-13-stable/sys/dev/sound/pci/hda/
H A Dhdaa.h156 u_char pincnt; member in struct:hdaa_audio_as
H A Dhdaa.c1895 if (as->fakeredir && i == (as->pincnt - 1)) {
3237 if (as[cnt].pincnt == 0) {
3277 as[cnt].pincnt++;
3282 if (j != 15 && as[cnt].pincnt > 0) {
3283 if (hpredir && as[cnt].pincnt > 1)
3289 if (as[i].dir == HDAA_CTL_IN && (as[i].pincnt == 1 ||
/freebsd-13-stable/sys/arm/mv/
H A Dgpio.c303 pcell_t pincnt = 0; local
312 if (OF_getencprop(node, "pin-count", &pincnt, sizeof(pcell_t)) >= 0 ||
313 OF_getencprop(node, "ngpios", &pincnt, sizeof(pcell_t)) >= 0) {
314 sc->pin_num = MIN(pincnt, MV_GPIO_MAX_NPINS);
H A Dmvebu_gpio.c710 pcell_t pincnt; local
719 pincnt = 0;
720 rv = OF_getencprop(node, "ngpios", &pincnt, sizeof(pcell_t));
727 sc->gpio_npins = MIN(pincnt, MV_GPIO_MAX_NPINS);

Completed in 158 milliseconds