Lines Matching defs:start
842 * - On radio ON, turn on any LEDs that require to be on during start
843 * - On initialization, start unassociated blink
845 * - On disassociation, start unassociated blink
2701 static void ipw_zero_memory(struct ipw_priv *priv, u32 start, u32 count)
2706 _ipw_write32(priv, IPW_AUTOINC_ADDR, start);
2719 { /* start dma engine but no transfers yet */
3179 u8 *start;
3186 start = data + offset;
3198 memcpy(virts[total_nr], start, size);
3199 start += size;
3511 /* kick start the device */
3559 /* kick start the device */
3578 IPW_ERROR("device failed to start within 500ms\n");
6120 int start = channel_index;
6134 if (start != channel_index) {
6135 scan->channels_list[start] = (u8) (IPW_A_MODE << 6) |
6136 (channel_index - start);
6142 int start = channel_index;
6202 if (start != channel_index) {
6203 scan->channels_list[start] = (u8) (IPW_B_MODE << 6) |
6204 (channel_index - start);
7651 /* Advance skb->data to the start of the actual payload */
11132 * Also start the clocks. */