Searched refs:debug_bin (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Ddebugfs.c500 if (dev->fw.debug_bin)
505 tx = dev->fw.debug_wm || (dev->fw.debug_bin & BIT(1));
506 rx = dev->fw.debug_wm || (dev->fw.debug_bin & BIT(2));
507 en = dev->fw.debug_wm || (dev->fw.debug_bin & BIT(0));
624 dev->fw.debug_bin = val;
636 *val = dev->fw.debug_bin;
H A Dmt7915.h313 u8 debug_bin; member in struct:mt7915_dev::__anon1344

Completed in 280 milliseconds