Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-m68k/
Ddvma.h23 #define dvma_malloc(x) dvma_malloc_align(x, 0) macro
/linux-2.4.37.9/drivers/scsi/
Dsun3_scsi.c234 if((udc_regs = dvma_malloc(sizeof(struct sun3_udc_regs))) in sun3scsi_detect()
Dsun3x_esp.c110 esp->esp_command = (volatile unsigned char *)dvma_malloc(DVMA_PAGE_SIZE); in sun3x_esp_detect()