Lines Matching refs:v2
245 eeprom_hdr->v2.offset = cpu_to_le32(offset); in p54_download_eeprom()
246 eeprom_hdr->v2.len = cpu_to_le16(len); in p54_download_eeprom()
247 eeprom_hdr->v2.magic2 = 0xf; in p54_download_eeprom()
248 memcpy(eeprom_hdr->v2.magic, (const char *)"LOCK", 4); in p54_download_eeprom()
375 setup->v2.rx_addr = cpu_to_le32(priv->rx_end); in p54_setup_mac()
376 setup->v2.max_rx = cpu_to_le16(priv->rx_mtu); in p54_setup_mac()
377 setup->v2.rxhw = cpu_to_le16(priv->rxhw); in p54_setup_mac()
378 setup->v2.timer = cpu_to_le16(priv->wakeup_timer); in p54_setup_mac()
379 setup->v2.truncate = cpu_to_le16(48896); in p54_setup_mac()
380 setup->v2.basic_rate_mask = cpu_to_le32(priv->basic_rate_mask); in p54_setup_mac()
381 setup->v2.sbss_offset = 0; in p54_setup_mac()
382 setup->v2.mcast_window = 0; in p54_setup_mac()
383 setup->v2.rx_rssi_threshold = 0; in p54_setup_mac()
384 setup->v2.rx_ed_threshold = 0; in p54_setup_mac()
385 setup->v2.ref_clock = cpu_to_le32(644245094); in p54_setup_mac()
386 setup->v2.lpf_bandwidth = cpu_to_le16(65535); in p54_setup_mac()
387 setup->v2.osc_start_delay = cpu_to_le16(65535); in p54_setup_mac()