Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sun/
Dniu.c2795 if (nr64(TCAM_CTL) & bit) in tcam_wait_bit()
2809 nw64(TCAM_CTL, (TCAM_CTL_RWC_TCAM_WRITE | index)); in tcam_flush()
2820 nw64(TCAM_CTL, (TCAM_CTL_RWC_TCAM_READ | index));
2847 nw64(TCAM_CTL, (TCAM_CTL_RWC_TCAM_WRITE | index)); in tcam_write()
2857 nw64(TCAM_CTL, (TCAM_CTL_RWC_RAM_READ | index));
2869 nw64(TCAM_CTL, (TCAM_CTL_RWC_RAM_WRITE | index)); in tcam_assoc_write()
Dniu.h1223 #define TCAM_CTL (FZC_FFLP + 0x200d0UL) macro