Home
last modified time | relevance | path

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

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