Lines Matching refs:filt
99 #define CSR_FILT_SETBITS_4(sc, reg, filt, bits) \
100 CSR_WRITE_4((sc), (reg), (CSR_READ_4((sc), (reg)) & (filt)) | (bits))
101 #define CSR_FILT_SETBITS_2(sc, reg, filt, bits) \
102 CSR_WRITE_2((sc), (reg), (CSR_READ_2((sc), (reg)) & (filt)) | (bits))
820 #define MOBJ_FILT_SETBITS_2(mac, objid, ofs, filt, bits) \
822 (MOBJ_READ_2((mac), (objid), (ofs)) & (filt)) | (bits))
854 #define PHY_FILT_SETBITS(mac, ctrl, filt, bits) \
855 PHY_WRITE((mac), (ctrl), (PHY_READ((mac), (ctrl)) & (filt)) | (bits))
909 #define RF_FILT_SETBITS(mac, ofs, filt, bits) \
910 RF_WRITE((mac), (ofs), (RF_READ((mac), (ofs)) & (filt)) | (bits))