Searched refs:dpmemsz (Results 1 – 2 of 2) sorted by relevance
63 int dpmemsz, memsz; in cpm_uart_allocbuf() local71 dpmemsz = sizeof(cbd_t) * (pinfo->rx_nrfifos + pinfo->tx_nrfifos); in cpm_uart_allocbuf()72 dp_offset = cpm_dpalloc(dpmemsz, 8); in cpm_uart_allocbuf()
98 int dpmemsz, memsz; in cpm_uart_allocbuf() local106 dpmemsz = sizeof(cbd_t) * (pinfo->rx_nrfifos + pinfo->tx_nrfifos); in cpm_uart_allocbuf()107 dp_offset = cpm_dpalloc(dpmemsz, 8); in cpm_uart_allocbuf()