Lines Matching defs:area
228 * Workaround for SH-3 PCMCIA bug on area 6:
231 * byte-access to area 6 becomes word-access if preceding access is
233 * Area 5 is not affected by this bug.
236 * before any byte-access to area 6 (channel 0).
398 * Continuous 16-MB Area Mode
665 *offsetp = ofs + 0x01000000; /* skip attribute area */
821 /* set Continuous 16-MB Area Mode */
826 * set Common memory area.
1084 unsigned int area, buswidth;
1088 area = BCR2_AREA6_SHIFT;
1090 area = BCR2_AREA5_SHIFT;
1099 bcr2 &= ~(BCR2_AREA_WIDTH_MASK << area);
1100 bcr2 |= buswidth << area;
1130 printf("[PCC0 memory and I/O card (SH3 Area 6)]\n");
1186 printf("[PCC1 memory card only (SH3 Area 5)]\n");