Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/isdn/hysdn/
Dhysdn_boot.c43 unsigned char BootBuf[BOOT_BUF_SIZE];/* buffer as byte count */
222 if (boot->pof_reclen < BOOT_BUF_SIZE) in pof_write_buffer()
225 boot->last_error = BOOT_BUF_SIZE; /* maximum */ in pof_write_buffer()
248 if (boot->pof_reclen - boot->pof_recoffset < BOOT_BUF_SIZE) in pof_write_buffer()
251 boot->last_error = BOOT_BUF_SIZE; /* maximum */ in pof_write_buffer()
Dhysdn_pof.h16 #define BOOT_BUF_SIZE 0x1000 /* =4096, maybe moved to other h file */ macro