Home
last modified time | relevance | path

Searched refs:magic2 (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxnv50.c2414 int magic2; in nv50_gr_construct_gene_ropc() local
2416 magic2 = 0x00003e60; in nv50_gr_construct_gene_ropc()
2418 magic2 = 0x001ffe67; in nv50_gr_construct_gene_ropc()
2420 magic2 = 0x00087e67; in nv50_gr_construct_gene_ropc()
2430 xf_emit(ctx, 1, magic2); /* 001fffff tesla UNK0F78 */ in nv50_gr_construct_gene_ropc()
2567 xf_emit(ctx, 1, magic2); /* 001fffff tesla UNK0F78 */ in nv50_gr_construct_gene_ropc()
2741 int magic1, magic2; in nv50_gr_construct_xfer_tprop() local
2744 magic2 = 0x00003e60; in nv50_gr_construct_xfer_tprop()
2747 magic2 = 0x001ffe67; in nv50_gr_construct_xfer_tprop()
2750 magic2 = 0x00087e67; in nv50_gr_construct_xfer_tprop()
[all …]
/drivers/net/wireless/p54/
Dlmac.h148 u8 magic2; member
430 __le16 magic2; member
Dfwio.c247 eeprom_hdr->v2.magic2 = 0xf; in p54_download_eeprom()
648 xbow->magic2 = cpu_to_le16(0x2); in p54_init_xbow_synth()
/drivers/net/wireless/ath/ath9k/
Deeprom_9287.c181 u16 temp, word, magic, magic2, *eepdata; in ath9k_hw_ar9287_check_eeprom() local
197 magic2 = swab16(magic); in ath9k_hw_ar9287_check_eeprom()
199 if (magic2 == AR5416_EEPROM_MAGIC) { in ath9k_hw_ar9287_check_eeprom()
Deeprom_4k.c188 u16 *eepdata, temp, magic, magic2; in ath9k_hw_4k_check_eeprom() local
204 magic2 = swab16(magic); in ath9k_hw_4k_check_eeprom()
206 if (magic2 == AR5416_EEPROM_MAGIC) { in ath9k_hw_4k_check_eeprom()