Home
last modified time | relevance | path

Searched refs:GSWIP_PCE_TBL_CTRL_BAS (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/dsa/lantiq/
H A Dlantiq_gswip_common.c239 GSWIP_PCE_TBL_CTRL_BAS); in gswip_pce_table_entry_read()
247 GSWIP_PCE_TBL_CTRL_BAS, in gswip_pce_table_entry_read()
248 tbl->table | addr_mode | GSWIP_PCE_TBL_CTRL_BAS); in gswip_pce_table_entry_read()
251 GSWIP_PCE_TBL_CTRL_BAS); in gswip_pce_table_entry_read()
299 GSWIP_PCE_TBL_CTRL_BAS); in gswip_pce_table_entry_write()
332 crtl |= GSWIP_PCE_TBL_CTRL_BAS; in gswip_pce_table_entry_write()
336 GSWIP_PCE_TBL_CTRL_BAS); in gswip_pce_table_entry_write()
500 GSWIP_PCE_TBL_CTRL_BAS); in gswip_pce_load_microcode()
502 GSWIP_PCE_TBL_CTRL_BAS); in gswip_pce_load_microcode()
H A Dlantiq_gswip.h134 #define GSWIP_PCE_TBL_CTRL_BAS BIT(15) macro