drivers/net/wireless/realtek/rtlwifi/rtl8192se/table.c

Source file repositories/reference/linux-study-clean/drivers/net/wireless/realtek/rtlwifi/rtl8192se/table.c

File Facts

System
Linux kernel
Corpus path
drivers/net/wireless/realtek/rtlwifi/rtl8192se/table.c
Extension
.c
Size
12871 bytes
Lines
608
Domain
Driver Families
Bucket
drivers/net
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

// SPDX-License-Identifier: GPL-2.0
/* Copyright(c) 2009-2012  Realtek Corporation.*/

#include "table.h"

u32 rtl8192sephy_reg_2t2rarray[PHY_REG_2T2RARRAYLENGTH] = {
	0x01c, 0x07000000,
	0x800, 0x00040000,
	0x804, 0x00008003,
	0x808, 0x0000fc00,
	0x80c, 0x0000000a,
	0x810, 0x10005088,
	0x814, 0x020c3d10,
	0x818, 0x00200185,
	0x81c, 0x00000000,
	0x820, 0x01000000,
	0x824, 0x00390004,
	0x828, 0x01000000,
	0x82c, 0x00390004,
	0x830, 0x00000004,
	0x834, 0x00690200,
	0x838, 0x00000004,
	0x83c, 0x00690200,
	0x840, 0x00010000,
	0x844, 0x00010000,
	0x848, 0x00000000,
	0x84c, 0x00000000,
	0x850, 0x00000000,
	0x854, 0x00000000,
	0x858, 0x48484848,
	0x85c, 0x65a965a9,
	0x860, 0x0f7f0130,
	0x864, 0x0f7f0130,
	0x868, 0x0f7f0130,
	0x86c, 0x0f7f0130,
	0x870, 0x03000700,
	0x874, 0x03000300,
	0x878, 0x00020002,
	0x87c, 0x004f0201,
	0x880, 0xa8300ac1,
	0x884, 0x00000058,
	0x888, 0x00000008,
	0x88c, 0x00000004,
	0x890, 0x00000000,
	0x894, 0xfffffffe,
	0x898, 0x40302010,
	0x89c, 0x00706050,
	0x8b0, 0x00000000,
	0x8e0, 0x00000000,
	0x8e4, 0x00000000,
	0xe00, 0x30333333,
	0xe04, 0x2a2d2e2f,
	0xe08, 0x00003232,
	0xe10, 0x30333333,
	0xe14, 0x2a2d2e2f,
	0xe18, 0x30333333,
	0xe1c, 0x2a2d2e2f,
	0xe30, 0x01007c00,
	0xe34, 0x01004800,
	0xe38, 0x1000dc1f,
	0xe3c, 0x10008c1f,
	0xe40, 0x021400a0,
	0xe44, 0x281600a0,
	0xe48, 0xf8000001,
	0xe4c, 0x00002910,
	0xe50, 0x01007c00,
	0xe54, 0x01004800,
	0xe58, 0x1000dc1f,
	0xe5c, 0x10008c1f,
	0xe60, 0x021400a0,
	0xe64, 0x281600a0,
	0xe6c, 0x00002910,
	0xe70, 0x31ed92fb,
	0xe74, 0x361536fb,
	0xe78, 0x361536fb,
	0xe7c, 0x361536fb,
	0xe80, 0x361536fb,
	0xe84, 0x000d92fb,
	0xe88, 0x000d92fb,
	0xe8c, 0x31ed92fb,
	0xed0, 0x31ed92fb,
	0xed4, 0x31ed92fb,
	0xed8, 0x000d92fb,
	0xedc, 0x000d92fb,
	0xee0, 0x000d92fb,
	0xee4, 0x015e5448,
	0xee8, 0x21555448,
	0x900, 0x00000000,
	0x904, 0x00000023,
	0x908, 0x00000000,

Annotation

Implementation Notes