Lines Matching defs: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))
817 #define MOBJ_FILT_SETBITS_2(mac, objid, ofs, filt, bits) \
819 (MOBJ_READ_2((mac), (objid), (ofs)) & (filt)) | (bits))
851 #define PHY_FILT_SETBITS(mac, ctrl, filt, bits) \
852 PHY_WRITE((mac), (ctrl), (PHY_READ((mac), (ctrl)) & (filt)) | (bits))
906 #define RF_FILT_SETBITS(mac, ofs, filt, bits) \
907 RF_WRITE((mac), (ofs), (RF_READ((mac), (ofs)) & (filt)) | (bits))