Lines Matching full:partition
103 * There are two VIRTUAL partitions (the memory partition and the
104 * registers partition), which are mapped to two different areas of the
107 * memory partition comes before the register partition, but the opposite is
138 struct wl1251_partition partition[2]; in wl1251_set_partition() local
149 " address range. Truncating partition[0]."); in wl1251_set_partition()
159 /* Guarantee that the memory partition doesn't overlap the in wl1251_set_partition()
160 * registers partition */ in wl1251_set_partition()
161 wl1251_debug(DEBUG_SPI, "End of partition[0] is " in wl1251_set_partition()
162 "overlapping partition[1]. Adjusted."); in wl1251_set_partition()
170 /* Guarantee that the register partition doesn't overlap the in wl1251_set_partition()
171 * memory partition */ in wl1251_set_partition()
172 wl1251_debug(DEBUG_SPI, "End of partition[1] is" in wl1251_set_partition()
173 " overlapping partition[0]. Adjusted."); in wl1251_set_partition()
181 partition[0].start = mem_start; in wl1251_set_partition()
182 partition[0].size = mem_size; in wl1251_set_partition()
183 partition[1].start = reg_start; in wl1251_set_partition()
184 partition[1].size = reg_size; in wl1251_set_partition()
192 wl->if_ops->write(wl, HW_ACCESS_PART0_SIZE_ADDR, partition, in wl1251_set_partition()
193 sizeof(partition)); in wl1251_set_partition()