Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wan/
Dcycx_drv.c324 writew(CFM_LOAD_BUFSZ, pt_boot_cmd + sizeof(u16)); in cycx_data_boot()
337 for (i = 0 ; i < len ; i += CFM_LOAD_BUFSZ) in cycx_data_boot()
339 min_t(u32, CFM_LOAD_BUFSZ, (len - i))) < 0) { in cycx_data_boot()
355 writew(CFM_LOAD_BUFSZ, pt_boot_cmd + sizeof(u16)); in cycx_code_boot()
368 for (i = 0 ; i < len ; i += CFM_LOAD_BUFSZ) in cycx_code_boot()
370 min_t(u32, CFM_LOAD_BUFSZ, (len - i)))) { in cycx_code_boot()
/linux-3.4.99/include/linux/
Dcycx_cfm.h30 #define CFM_LOAD_BUFSZ 0x400 /* buffer size for reset code (buffer_load) */ macro