Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/appletalk/
Dcops.c513 struct ltfirmware *ltf= (struct ltfirmware *)&ifr.ifr_ifru; in cops_load() local
524 ltf->length=sizeof(ffdrv_code); in cops_load()
525 ltf->data=ffdrv_code; in cops_load()
532 ltf->length=sizeof(ltdrv_code); in cops_load()
533 ltf->data=ltdrv_code; in cops_load()
543 if(lp->board==DAYNA && ltf->length!=5983) in cops_load()
548 if(lp->board==TANGENT && ltf->length!=2501) in cops_load()
574 length = ltf->length; in cops_load()
577 outb(ltf->data[i], ioaddr); in cops_load()
583 dev->name, i, ltf->length); in cops_load()