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
236 * before any byte-access to area 6 (channel 0).
665 *offsetp = ofs + 0x01000000; /* skip attribute area */
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;