Lines Matching defs:size
75 #define PortAddr unsigned int /* port address size */
858 #define AdvPortAddr void __iomem * /* Virtual memory address size */
1462 #define RAM_SZ 0x1C /* Specify size of RAM to RISC */
1727 * The microcode makes assumptions about the size and ordering of fields
2066 #define ASC_INFO_SIZE 128 /* advansys_info() line size */
4062 if (fw->size < 4) {
4064 fw->size, fwname);
4073 fw->size - 4) != chksum) {
4110 int size, int memsize, int chksum)
4117 for (i = 253 * 2; i < size; i++) {
4428 if (fw->size < 4) {
4430 fw->size, fwname);
4438 fw->size - 4, ADV_3550_MEMSIZE,
4928 if (fw->size < 4) {
4930 fw->size, fwname);
4938 fw->size - 4, ADV_38C0800_MEMSIZE,
5416 if (fw->size < 4) {
5418 fw->size, fwname);
5426 fw->size - 4, ADV_38C1600_MEMSIZE,
10627 * Allocate buffer carrier structures. The total size
10639 * board. The total size is about 16 KB, so allocate all at once.
11025 * size of the scatter-gather table in 'struct asc_sg_head'.