Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sun/
Dniu.c2780 if (nr64(TCAM_CTL) & bit) in tcam_wait_bit()
2794 nw64(TCAM_CTL, (TCAM_CTL_RWC_TCAM_WRITE | index)); in tcam_flush()
2805 nw64(TCAM_CTL, (TCAM_CTL_RWC_TCAM_READ | index));
2832 nw64(TCAM_CTL, (TCAM_CTL_RWC_TCAM_WRITE | index)); in tcam_write()
2842 nw64(TCAM_CTL, (TCAM_CTL_RWC_RAM_READ | index));
2854 nw64(TCAM_CTL, (TCAM_CTL_RWC_RAM_WRITE | index)); in tcam_assoc_write()
Dniu.h1224 #define TCAM_CTL (FZC_FFLP + 0x200d0UL) macro