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

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

File Facts

System
Linux kernel
Corpus path
drivers/net/wireless/realtek/rtlwifi/rtl8723ae/table.c
Extension
.c
Size
15476 bytes
Lines
705
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 RTL8723EPHY_REG_1TARRAY[RTL8723E_PHY_REG_1TARRAY_LENGTH] = {
	0x800, 0x80040000,
	0x804, 0x00000003,
	0x808, 0x0000fc00,
	0x80c, 0x0000000a,
	0x810, 0x10005388,
	0x814, 0x020c3d10,
	0x818, 0x02200385,
	0x81c, 0x00000000,
	0x820, 0x01000100,
	0x824, 0x00390004,
	0x828, 0x00000000,
	0x82c, 0x00000000,
	0x830, 0x00000000,
	0x834, 0x00000000,
	0x838, 0x00000000,
	0x83c, 0x00000000,
	0x840, 0x00010000,
	0x844, 0x00000000,
	0x848, 0x00000000,
	0x84c, 0x00000000,
	0x850, 0x00000000,
	0x854, 0x00000000,
	0x858, 0x569a569a,
	0x85c, 0x001b25a4,
	0x860, 0x66f60110,
	0x864, 0x061f0130,
	0x868, 0x00000000,
	0x86c, 0x32323200,
	0x870, 0x07000760,
	0x874, 0x22004000,
	0x878, 0x00000808,
	0x87c, 0x00000000,
	0x880, 0xc0083070,
	0x884, 0x000004d5,
	0x888, 0x00000000,
	0x88c, 0xccc000c0,
	0x890, 0x00000800,
	0x894, 0xfffffffe,
	0x898, 0x40302010,
	0x89c, 0x00706050,
	0x900, 0x00000000,
	0x904, 0x00000023,
	0x908, 0x00000000,
	0x90c, 0x81121111,
	0xa00, 0x00d047c8,
	0xa04, 0x80ff000c,
	0xa08, 0x8c838300,
	0xa0c, 0x2e68120f,
	0xa10, 0x9500bb78,
	0xa14, 0x11144028,
	0xa18, 0x00881117,
	0xa1c, 0x89140f00,
	0xa20, 0x1a1b0000,
	0xa24, 0x090e1317,
	0xa28, 0x00000204,
	0xa2c, 0x00d30000,
	0xa70, 0x101fbf00,
	0xa74, 0x00000007,
	0xa78, 0x00000900,
	0xc00, 0x48071d40,
	0xc04, 0x03a05611,
	0xc08, 0x000000e4,
	0xc0c, 0x6c6c6c6c,
	0xc10, 0x08800000,
	0xc14, 0x40000100,
	0xc18, 0x08800000,
	0xc1c, 0x40000100,
	0xc20, 0x00000000,
	0xc24, 0x00000000,
	0xc28, 0x00000000,
	0xc2c, 0x00000000,
	0xc30, 0x69e9ac44,
	0xc34, 0x469652cf,
	0xc38, 0x49795994,
	0xc3c, 0x0a97971c,
	0xc40, 0x1f7c403f,
	0xc44, 0x000100b7,
	0xc48, 0xec020107,
	0xc4c, 0x007f037f,
	0xc50, 0x69543420,
	0xc54, 0x43bc0094,
	0xc58, 0x69543420,
	0xc5c, 0x433c0094,
	0xc60, 0x00000000,

Annotation

Implementation Notes