Lines Matching defs:bits
538 * only touches MFUNC for INTB routing. all other bits are taken
911 * set/clear various test bits:
913 * - mask (u8) defines what bits to change
914 * - bits (u8) is the values to change them to
916 * current = (current & ~mask) | bits
919 #define DEVID(_vend,_dev,_subvend,_subdev,mask,bits) { \
924 .driver_data = ((mask) << 8 | (bits)), \
941 u8 test_c9, old_c9, mask, bits;
952 bits = id->driver_data & 0xFF;
954 test_c9 = (test_c9 & ~mask) | bits;