Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/sun/
Dniu.c2797 if (nr64(TCAM_CTL) & bit) in tcam_wait_bit()
2811 nw64(TCAM_CTL, (TCAM_CTL_RWC_TCAM_WRITE | index)); in tcam_flush()
2822 nw64(TCAM_CTL, (TCAM_CTL_RWC_TCAM_READ | index));
2849 nw64(TCAM_CTL, (TCAM_CTL_RWC_TCAM_WRITE | index)); in tcam_write()
2859 nw64(TCAM_CTL, (TCAM_CTL_RWC_RAM_READ | index));
2871 nw64(TCAM_CTL, (TCAM_CTL_RWC_RAM_WRITE | index)); in tcam_assoc_write()
Dniu.h1224 #define TCAM_CTL (FZC_FFLP + 0x200d0UL) macro