Searched refs:SF_PAGE_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/cxgbe/common/
H A Dt4_hw.h73 SF_PAGE_SIZE = 256, /* serial flash page size */ enumerator in enum:__anon7911
H A Dt4_hw.c876 u32 buf[SF_PAGE_SIZE / 4];
879 if (addr >= adapter->params.sf_size || offset + n > SF_PAGE_SIZE)
1092 /* this will write to the flash up to SF_PAGE_SIZE at a time */
1093 for (i = 0; i< size; i+= SF_PAGE_SIZE) {
1094 if ( (size - i) < SF_PAGE_SIZE)
1097 n = SF_PAGE_SIZE;
1102 addr += SF_PAGE_SIZE;
1103 cfg_data += SF_PAGE_SIZE;
1127 u8 first_page[SF_PAGE_SIZE];
1187 memcpy(first_page, fw_data, SF_PAGE_SIZE);
[all...]

Completed in 173 milliseconds