Searched refs:tx_fir_table (Results 1 – 1 of 1) sorted by relevance
/drivers/staging/agnx/ |
D | table.c | 8 tx_fir_table[] = { 0x19, 0x5d, 0xce, 0x151, 0x1c3, 0x1ff, 0x1ea, 0x17c, 0xcf, variable 17 for (i = 0; i < ARRAY_SIZE(tx_fir_table); i++) in tx_fir_table_init() 18 iowrite32(tx_fir_table[i], ctl + AGNX_FIR_BASE + i*4); in tx_fir_table_init()
|