Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/cpm2_io/
Dcommproc.c35 static uint host_end; /* end + 1 */ variable
62 host_end = host_buffer + (PAGE_SIZE * NUM_CPM_HOST_PAGES); in cpm2_reset()
115 if ((host_buffer + size) >= host_end) { in cpm2_hostalloc()
/linux-2.4.37.9/arch/ppc/8xx_io/
Dcommproc.c42 static uint host_end; /* end + 1 */ variable
158 host_end = host_buffer + PAGE_SIZE; in alloc_host_memory()
326 if ((host_buffer + size) >= host_end) in m8xx_cpm_hostalloc()