Lines Matching full: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]; in wl1251_set_partition() local
135 " address range. Truncating partition[0]."); in wl1251_set_partition()
145 /* Guarantee that the memory partition doesn't overlap the in wl1251_set_partition()
146 * registers partition */ in wl1251_set_partition()
147 wl1251_debug(DEBUG_SPI, "End of partition[0] is " in wl1251_set_partition()
148 "overlapping partition[1]. Adjusted."); in wl1251_set_partition()
156 /* Guarantee that the register partition doesn't overlap the in wl1251_set_partition()
157 * memory partition */ in wl1251_set_partition()
158 wl1251_debug(DEBUG_SPI, "End of partition[1] is" in wl1251_set_partition()
159 " overlapping partition[0]. Adjusted."); in wl1251_set_partition()
167 partition[0].start = mem_start; in wl1251_set_partition()
168 partition[0].size = mem_size; in wl1251_set_partition()
169 partition[1].start = reg_start; in wl1251_set_partition()
170 partition[1].size = reg_size; in wl1251_set_partition()
178 wl->if_ops->write(wl, HW_ACCESS_PART0_SIZE_ADDR, partition, in wl1251_set_partition()
179 sizeof(partition)); in wl1251_set_partition()