Home
last modified time | relevance | path

Searched refs:thisCard (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
HDagtiapi.c696 int thisCard; in agtiapi_probe() local
699 thisCard = device_get_unit( dev ); in agtiapi_probe()
700 if ( thisCard >= AGTIAPI_MAX_CARDS ) in agtiapi_probe()
705 thisCardInst = &agCardInfoList[ thisCard ]; in agtiapi_probe()
706 retVal = agtiapi_ProbeCard( dev, thisCardInst, thisCard ); in agtiapi_probe()
729 int thisCard = device_get_unit( devx ); in agtiapi_attach() local
731 ag_card_info_t *thisCardInst = &agCardInfoList[ thisCard ]; in agtiapi_attach()
740 AGTIAPI_PRINTK("agtiapi_attach: start dev %p thisCard %d\n", devx, thisCard); in agtiapi_attach()
793 pmsc->cardNo = thisCard; in agtiapi_attach()
869 pmsc->my_cdev = make_dev( &agtiapi_cdevsw, thisCard, UID_ROOT, GID_WHEEL, in agtiapi_attach()
[all …]
/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
HDlxutil.c757 int thisCard ) in agtiapi_ProbeCard() argument
771 memset( (void *)&agCardInfoList[ thisCard ], 0, in agtiapi_ProbeCard()