sharedBufferPhy   337 sound/pci/korg1212/korg1212.c 	unsigned long sharedBufferPhy;
sharedBufferPhy  2285 sound/pci/korg1212/korg1212.c         korg1212->sharedBufferPhy = korg1212->dma_shared.addr;
sharedBufferPhy  2287 sound/pci/korg1212/korg1212.c         K1212_DEBUG_PRINTK("K1212_DEBUG: Shared Buffer Area = 0x%p (0x%08lx), %d bytes\n", korg1212->sharedBufferPtr, korg1212->sharedBufferPhy, sizeof(struct KorgSharedBuffer));
sharedBufferPhy  2321 sound/pci/korg1212/korg1212.c         korg1212->PlayDataPhy = (u32) &((struct KorgSharedBuffer *) korg1212->sharedBufferPhy)->playDataBufs;
sharedBufferPhy  2322 sound/pci/korg1212/korg1212.c         korg1212->RecDataPhy  = (u32) &((struct KorgSharedBuffer *) korg1212->sharedBufferPhy)->recordDataBufs;
sharedBufferPhy  2326 sound/pci/korg1212/korg1212.c         korg1212->VolumeTablePhy = korg1212->sharedBufferPhy +
sharedBufferPhy  2328 sound/pci/korg1212/korg1212.c         korg1212->RoutingTablePhy = korg1212->sharedBufferPhy +
sharedBufferPhy  2330 sound/pci/korg1212/korg1212.c         korg1212->AdatTimeCodePhy = korg1212->sharedBufferPhy +