Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sun/
Dniu.c2778 if (nr64(TCAM_CTL) & bit) in tcam_wait_bit()
2792 nw64(TCAM_CTL, (TCAM_CTL_RWC_TCAM_WRITE | index)); in tcam_flush()
2803 nw64(TCAM_CTL, (TCAM_CTL_RWC_TCAM_READ | index));
2830 nw64(TCAM_CTL, (TCAM_CTL_RWC_TCAM_WRITE | index)); in tcam_write()
2840 nw64(TCAM_CTL, (TCAM_CTL_RWC_RAM_READ | index));
2852 nw64(TCAM_CTL, (TCAM_CTL_RWC_RAM_WRITE | index)); in tcam_assoc_write()
Dniu.h1224 #define TCAM_CTL (FZC_FFLP + 0x200d0UL) macro