Searched refs:thisCard (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/pms/freebsd/driver/ini/src/ |
H A D | agtiapi.c | 686 int thisCard; in agtiapi_probe() local 689 thisCard = device_get_unit( dev ); in agtiapi_probe() 690 if ( thisCard >= AGTIAPI_MAX_CARDS ) in agtiapi_probe() 695 thisCardInst = &agCardInfoList[ thisCard ]; in agtiapi_probe() 696 retVal = agtiapi_ProbeCard( dev, thisCardInst, thisCard ); in agtiapi_probe() 719 int thisCard = device_get_unit( devx ); in agtiapi_attach() local 721 ag_card_info_t *thisCardInst = &agCardInfoList[ thisCard ]; in agtiapi_attach() 730 AGTIAPI_PRINTK("agtiapi_attach: start dev %p thisCard %d\n", devx, thisCard); in agtiapi_attach() 783 pmsc->cardNo = thisCard; in agtiapi_attach() 859 pmsc->my_cdev = make_dev( &agtiapi_cdevsw, thisCard, UID_ROOT, GID_WHEEL, in agtiapi_attach() [all …]
|
/freebsd/sys/dev/pms/freebsd/driver/common/ |
H A D | lxutil.c | 756 int thisCard ) in agtiapi_ProbeCard() argument 770 memset( (void *)&agCardInfoList[ thisCard ], 0, in agtiapi_ProbeCard()
|