Searched defs:chip_is_cmos (Results 1 – 2 of 2) sorted by relevance
60 bool chip_is_cmos() const { return (m_info_flags & CHIP_IS_CMOS) ? true : false; } in chip_is_cmos() function