Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/lantiq/
H A Dlantiq_gswip.h136 #define GSWIP_PCE_TBL_CTRL_VLD BIT(12) macro
H A Dlantiq_gswip_common.c278 tbl->valid = !!(crtl & GSWIP_PCE_TBL_CTRL_VLD); in gswip_pce_table_entry_read()
325 crtl &= ~(GSWIP_PCE_TBL_CTRL_TYPE | GSWIP_PCE_TBL_CTRL_VLD | in gswip_pce_table_entry_write()
330 crtl |= GSWIP_PCE_TBL_CTRL_VLD; in gswip_pce_table_entry_write()