Searched refs:csm (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/alteon/ |
D | acenic.h | 704 static inline int tx_space (struct ace_private *ap, u32 csm, u32 prd) in tx_space() argument 706 return (csm - prd - 1) & (ACE_TX_RING_ENTRIES(ap) - 1); in tx_space() 710 #define tx_ring_full(ap, csm, prd) (tx_space(ap, csm, prd) <= TX_RESERVED) argument
|
/linux-5.19.10/drivers/media/dvb-frontends/ |
D | stb0899_algo.c | 1086 int time = -10, lock = 0, uwp, csm; in stb0899_dvbs2_get_dmd_status() local 1097 csm = STB0899_GETFIELD(CSM_LOCK, reg); in stb0899_dvbs2_get_dmd_status() 1098 if (uwp && csm) in stb0899_dvbs2_get_dmd_status()
|