Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/atm/
Diphase.c570 writew((CBR_EN | UBR_EN | ABR_EN | (0x23 << 2)), dev->seg_reg+STPARMS); in ia_cbr_setup()
584 writew((UBR_EN | ABR_EN | (0x23 << 2)), iadev->seg_reg+STPARMS); in ia_cbrVc_close()
2159 writew((UBR_EN | (0x23 << 2)), iadev->seg_reg+STPARMS);
2163 writew((UBR_EN | ABR_EN | (0x23 << 2)), iadev->seg_reg+STPARMS);
Diphase.h405 #define STPARMS 0x03 macro