Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/atm/
Diphase.c572 writew((CBR_EN | UBR_EN | ABR_EN | (0x23 << 2)), dev->seg_reg+STPARMS); in ia_cbr_setup()
586 writew((UBR_EN | ABR_EN | (0x23 << 2)), iadev->seg_reg+STPARMS); in ia_cbrVc_close()
2161 writew((UBR_EN | (0x23 << 2)), iadev->seg_reg+STPARMS);
2165 writew((UBR_EN | ABR_EN | (0x23 << 2)), iadev->seg_reg+STPARMS);
Diphase.h412 #define UBR_EN 0x0400 macro