Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/korg1212/
Dkorg1212.c351 unsigned long sharedBufferPhy; member
2284 korg1212->sharedBufferPhy = korg1212->dma_shared.addr; in snd_korg1212_create()
2286 … = 0x%p (0x%08lx), %d bytes\n", korg1212->sharedBufferPtr, korg1212->sharedBufferPhy, sizeof(struc… in snd_korg1212_create()
2320 …korg1212->PlayDataPhy = (u32) &((struct KorgSharedBuffer *) korg1212->sharedBufferPhy)->playDataBu… in snd_korg1212_create()
2321 …korg1212->RecDataPhy = (u32) &((struct KorgSharedBuffer *) korg1212->sharedBufferPhy)->recordData… in snd_korg1212_create()
2325 korg1212->VolumeTablePhy = korg1212->sharedBufferPhy + in snd_korg1212_create()
2327 korg1212->RoutingTablePhy = korg1212->sharedBufferPhy + in snd_korg1212_create()
2329 korg1212->AdatTimeCodePhy = korg1212->sharedBufferPhy + in snd_korg1212_create()