Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/net/ax25/
Daf_ax25.c1443 ax25_digi dtmp, *dp; in ax25_sendmsg() local
1506 dtmp.ndigi = usax->sax25_ndigis; in ax25_sendmsg()
1509 dtmp.repeated[ct] = 0; in ax25_sendmsg()
1510 dtmp.calls[ct] = fsa->fsa_digipeater[ct]; in ax25_sendmsg()
1514 dtmp.lastrepeat = 0; in ax25_sendmsg()
1526 dp = &dtmp; in ax25_sendmsg()
/linux-4.4.14/drivers/media/pci/cx88/
Dcx88-mpeg.c664 struct cx8802_driver *d, *dtmp; in cx8802_unregister_driver() local
683 list_for_each_entry_safe(d, dtmp, &dev->drvlist, drvlist) { in cx8802_unregister_driver()