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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/8253x/
H A D8253xini.c75 SAB_CHIP *AuraChipRoot = NULL; /* chips grouped by board chip0 before chip1 */ variable
277 cptr->next = AuraChipRoot; /* chips are added to chiplist in reverse order */
278 AuraChipRoot = cptr;
480 cptr->next = AuraChipRoot;
481 AuraChipRoot = cptr;
686 cptr->next = AuraChipRoot;
687 AuraChipRoot = cptr;
2156 AuraChipRoot = NULL;
2521 while(AuraChipRoot) /* free chip memory */
2523 chipptr = AuraChipRoot;
[all...]

Completed in 88 milliseconds