Lines Matching refs:partition
89 * There are two VIRTUAL partitions (the memory partition and the
90 * registers partition), which are mapped to two different areas of the
93 * memory partition comes before the register partition, but the opposite is
124 struct wl1251_partition partition[2];
135 " address range. Truncating partition[0].");
145 /* Guarantee that the memory partition doesn't overlap the
146 * registers partition */
147 wl1251_debug(DEBUG_SPI, "End of partition[0] is "
148 "overlapping partition[1]. Adjusted.");
156 /* Guarantee that the register partition doesn't overlap the
157 * memory partition */
158 wl1251_debug(DEBUG_SPI, "End of partition[1] is"
159 " overlapping partition[0]. Adjusted.");
167 partition[0].start = mem_start;
168 partition[0].size = mem_size;
169 partition[1].start = reg_start;
170 partition[1].size = reg_size;
178 wl->if_ops->write(wl, HW_ACCESS_PART0_SIZE_ADDR, partition,
179 sizeof(partition));