Lines Matching refs:fprot

458 	uint8_t fprot;  in hcs12mcu_identify()  local
646 ret = (*hcs12mcu_target.read_byte)(HCS12_IO_FPROT, &fprot); in hcs12mcu_identify()
653 (const char *)((fprot & HCS12_FLASH_FPROT_FPOPEN) ? "off" : "on"), in hcs12mcu_identify()
654 (const char *)((fprot & HCS12_FLASH_FPROT_FPHS) == HCS12_FLASH_FPROT_FPHS ? "off" : in hcs12mcu_identify()
655 hcs12_flash_prot_area_table[(fprot & HCS12_FLASH_FPROT_FPHS) >> 3]), in hcs12mcu_identify()
656 (const char *)((fprot & HCS12_FLASH_FPROT_FPLS) == HCS12_FLASH_FPROT_FPLS ? "off" : in hcs12mcu_identify()
657 hcs12_flash_prot_area_table[(fprot & HCS12_FLASH_FPROT_FPLS) >> 0])); in hcs12mcu_identify()
663 (const char *)((fprot & HCS12_FLASH_FPROT_FPOPEN) ? "off" : "on"), in hcs12mcu_identify()
664 (const char *)((fprot & HCS12_FLASH_FPROT_FPHS) == HCS12_FLASH_FPROT_FPHS ? "off" : in hcs12mcu_identify()
665 hcs12_flash_prot_area_table[(fprot & HCS12_FLASH_FPROT_FPHS) >> 3]), in hcs12mcu_identify()
666 (const char *)((fprot & HCS12_FLASH_FPROT_FPLS) == HCS12_FLASH_FPROT_FPLS ? "off" : in hcs12mcu_identify()
667 hcs12_flash_prot_area_table[(fprot & HCS12_FLASH_FPROT_FPLS) >> 0])); in hcs12mcu_identify()
703 ret = (*hcs12mcu_target.read_byte)(HCS12_IO_FPROT, &fprot); in hcs12mcu_identify()
710 (const char *)((fprot & HCS12_FLASH_FPROT_FPOPEN) ? "off" : "on"), in hcs12mcu_identify()
711 (const char *)((fprot & HCS12_FLASH_FPROT_FPHS) == HCS12_FLASH_FPROT_FPHS ? "off" : in hcs12mcu_identify()
712 hcs12_flash_prot_area_table[(fprot & HCS12_FLASH_FPROT_FPHS) >> 3]), in hcs12mcu_identify()
713 (const char *)((fprot & HCS12_FLASH_FPROT_FPLS) == HCS12_FLASH_FPROT_FPLS ? "off" : in hcs12mcu_identify()
714 hcs12_flash_prot_area_table[(fprot & HCS12_FLASH_FPROT_FPLS) >> 0])); in hcs12mcu_identify()
720 (const char *)((fprot & HCS12_FLASH_FPROT_FPOPEN) ? "off" : "on"), in hcs12mcu_identify()
721 (const char *)((fprot & HCS12_FLASH_FPROT_FPHS) == HCS12_FLASH_FPROT_FPHS ? "off" : in hcs12mcu_identify()
722 hcs12_flash_prot_area_table[(fprot & HCS12_FLASH_FPROT_FPHS) >> 3]), in hcs12mcu_identify()
723 (const char *)((fprot & HCS12_FLASH_FPROT_FPLS) == HCS12_FLASH_FPROT_FPLS ? "off" : in hcs12mcu_identify()
724 hcs12_flash_prot_area_table[(fprot & HCS12_FLASH_FPROT_FPLS) >> 0])); in hcs12mcu_identify()