Searched refs:barker (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Dfw.c59 * reboot barker (4 le32 words with the same value). We ack it by
60 * sending the same barker to the device. The device acks with a
61 * reboot ack barker (4 le32 words with value I2400M_ACK_BARKER) and
91 * waiting for a reboot barker, that means maybe we are already in
92 * boot mode, so we send a reboot barker.
206 * A barker is what the device sends indicating he is ready to be
208 * barkers. Depending on the barker, it might mean the device wants
242 * Add a barker to the database
252 struct i2400m_barker_db *barker; local
260 barker
326 unsigned barker; local
387 struct i2400m_barker_db *barker; local
936 struct i2400m_barker_db *barker = &i2400m_barker_db[i]; local
1325 u32 barker = le32_to_cpu(i2400m->barker->data[0]) local
1344 u32 barker = le32_to_cpu(i2400m->barker->data[0]); local
[all...]
H A Di2400m.h331 * barker that indicates the device going into reset mode.
527 * @barker: barker type that the device uses; this is initialized by
530 * a boot barker is received, it is just verified for it being the
640 struct i2400m_barker_db *barker; member in struct:i2400m
695 * barker received, proceed directly to ack the boot sequence.
697 * directly to wait for a reboot barker from the device.
717 const __le32 *barker = buf; local
718 return le32_to_cpu(*barker) == I2400M_D2H_MSG_BARKER;
H A Dsdio.c249 * Sends a barker buffer to the device
259 const __le32 *barker, size_t barker_size)
271 memcpy(buffer, barker, barker_size);
277 d_printf(0, dev, "E: barker error: %d\n", ret);
258 __i2400ms_send_barker(struct i2400ms *i2400ms, const __le32 *barker, size_t barker_size) argument
H A Drx.c1152 if (msg_hdr->barker != cpu_to_le32(I2400M_D2H_MSG_BARKER)) {
1154 "barker 0x%08x (buf_size %zu bytes)\n",
1155 le32_to_cpu(msg_hdr->barker), buf_size);
1313 const __le32 *barker = buf; local
1314 dev_err(dev, "RX: HW BUG? unknown barker %08x, "
1315 "dropping %zu bytes\n", le32_to_cpu(*barker), size);
H A Dusb.c145 * Sends a barker buffer to the device
156 const __le32 *barker,
177 memcpy(buffer, barker, barker_size);
254 * The device will send a reboot barker in the notification endpoint
155 __i2400mu_send_barker(struct i2400mu *i2400mu, const __le32 *barker, size_t barker_size, unsigned endpoint) argument
H A Dtx.c707 * size with the real barker before sending).
895 tx_msg_moved->barker = le32_to_cpu(I2400M_H2D_PREVIEW_BARKER);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/iwmc3200top/
H A Dfw-download.c135 (priv->barker & BARKER_DNLOAD_TOP_MSK)) ||
137 (priv->barker & BARKER_DNLOAD_GPS_MSK)) ||
139 (priv->barker & BARKER_DNLOAD_BT_MSK))) {
302 LOG_INFO(priv, FW_DOWNLOAD, "barker download request 0x%x is:\n",
303 priv->barker);
305 (priv->barker & BARKER_DNLOAD_TOP_MSK) ? "was" : "not");
307 (priv->barker & BARKER_DNLOAD_GPS_MSK) ? "was" : "not");
309 (priv->barker & BARKER_DNLOAD_BT_MSK) ? "was" : "not");
352 ret = iwmct_kick_fw(priv, !!(priv->barker & BARKER_DNLOAD_JUMP_MSK));
H A Dmain.c190 u32 barker; local
232 barker = le32_to_cpu(buf[0]);
234 /* Verify whether it's a barker and if not - treat as regular Rx */
235 if (barker == IWMC_BARKER_ACK ||
236 (barker & BARKER_DNLOAD_BARKER_MSK) == IWMC_BARKER_REBOOT) {
245 "Potentially inconsistent barker "
259 } else if (barker == IWMC_BARKER_ACK) { /* Handle barkers */
262 "ACK barker arrived out-of-sync\n");
268 LOG_INFO(priv, IRQ, "ACK barker arrived "
270 } else { /* REBOOT barker */
[all...]
H A Diwmc3200top.h67 /* whole field barker */
183 u32 barker; member in struct:iwmct_priv
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/wimax/
H A Di2400m.h293 * @barker: preamble
311 __le32 barker; member in union:i2400m_msg_hdr::__anon18277
312 __u32 size; /* same size type as barker!! */
316 __u32 offset; /* same size type as barker!! */

Completed in 98 milliseconds