Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dsynclink.c767 static void mgsl_load_pci_memory(char* TargetPtr, const char* SourcePtr, unsigned short count);
7475 static void mgsl_load_pci_memory( char* TargetPtr, const char* SourcePtr, in mgsl_load_pci_memory() argument
7487 memcpy(TargetPtr, SourcePtr, PCI_LOAD_INTERVAL); in mgsl_load_pci_memory()
7490 SourcePtr += PCI_LOAD_INTERVAL; in mgsl_load_pci_memory()
7493 memcpy( TargetPtr, SourcePtr, count % PCI_LOAD_INTERVAL ); in mgsl_load_pci_memory()