Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/devices/
Dpmc551.c361 u32 size, dcmd, cfg, dtmp; in fixup_pmc551() local
407 dtmp = (dcmd | PMC551_PCI_MEM_MAP_ENABLE | PMC551_PCI_MEM_MAP_REG_EN); in fixup_pmc551()
408 pci_write_config_dword(dev, PMC551_PCI_MEM_MAP0, dtmp); in fixup_pmc551()
/linux-4.1.27/net/ax25/
Daf_ax25.c1444 ax25_digi dtmp, *dp; in ax25_sendmsg() local
1507 dtmp.ndigi = usax->sax25_ndigis; in ax25_sendmsg()
1510 dtmp.repeated[ct] = 0; in ax25_sendmsg()
1511 dtmp.calls[ct] = fsa->fsa_digipeater[ct]; in ax25_sendmsg()
1515 dtmp.lastrepeat = 0; in ax25_sendmsg()
1527 dp = &dtmp; in ax25_sendmsg()
/linux-4.1.27/drivers/media/pci/cx88/
Dcx88-mpeg.c667 struct cx8802_driver *d, *dtmp; in cx8802_unregister_driver() local
686 list_for_each_entry_safe(d, dtmp, &dev->drvlist, drvlist) { in cx8802_unregister_driver()