HomeSort by: relevance | last modified time | path
    Searched refs:BIT7 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/
unichromefb.c 689 uni_wr_mask(sc, VIACR, CR11, BIT7, BIT7);
695 uni_wr_mask(sc, VIACR, CR11, 0, BIT7);
771 (val & (~(BIT6+BIT7))) | (BIT6+BIT7));
774 (val & (~(BIT6+BIT7))) | (BIT6));
778 (val & (~(BIT6+BIT7))) | (BIT7));
781 (val & (~(BIT6+BIT7))));
788 uni_wr_mask(sc, VIACR, CR17, 0x00, BIT7);
    [all...]
unichromereg.h 59 #define BIT7 0x80
  /src/sys/arch/hpcmips/tx/
txcom.c 1212 ISSETPRINT(reg, BIT7);
  /src/sys/external/bsd/acpica/dist/tests/misc/
grammar.asl 5132 BIT7, 1, // single bit field entry
5247 Store (0, BIT7)
5249 If (LNotEqual (BIT7, 0))
6697 BIT7, 1, // single-bit field
6752 // be set. BIT4, BIT6. BIT5 and BIT7 should be clear.
6768 If (BIT7)

Completed in 32 milliseconds