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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Depca.c169 static void post_fep_init(unsigned int crd);
876 int count, crd; local
890 for (crd = 0; crd < num_cards; crd++) {
891 bd = &boards[crd];
896 ch = card_ptr[crd];
944 int crd; local
1042 for (crd = 0; crd < num_card
1173 post_fep_init(unsigned int crd) argument
1415 int crd; local
1462 doevent(int crd) argument
1973 int crd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/
H A Dmtpav.c680 struct mtpav *crd = card->private_data; local
683 spin_lock_irqsave(&crd->spinlock, flags);
684 if (crd->istimer > 0)
685 snd_mtpav_remove_output_timer(crd);
686 spin_unlock_irqrestore(&crd->spinlock, flags);
687 if (crd->irq >= 0)
688 free_irq(crd->irq, (void *)crd);
689 release_and_free_resource(crd->res_port);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_link.c725 u32 init_crd, crd; local
733 crd = REG_RD(bp, PBF_REG_P0_CREDIT + port*8);
734 DP(NETIF_MSG_LINK, "init_crd 0x%x crd 0x%x\n", init_crd, crd);
736 while ((init_crd != crd) && count) {
739 crd = REG_RD(bp, PBF_REG_P0_CREDIT + port*8);
742 crd = REG_RD(bp, PBF_REG_P0_CREDIT + port*8);
743 if (init_crd != crd) {
744 DP(NETIF_MSG_LINK, "BUG! init_crd 0x%x != crd 0x%x\n",
745 init_crd, crd);
[all...]

Completed in 125 milliseconds