Searched refs:cc_status (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | conditions.h | 61 extern CC_STATUS cc_status; 115 (cc_status.flags = 0, cc_status.value1 = 0, cc_status.value2 = 0, \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | conditions.h | 61 extern CC_STATUS cc_status; 115 (cc_status.flags = 0, cc_status.value1 = 0, cc_status.value2 = 0, \
|
| /OK3568_Linux_fs/u-boot/drivers/power/power_delivery/ |
| H A D | fusb302.c | 898 enum typec_cc_status cc_status; in fusb302_bc_lvl_handler() local 912 cc_status = fusb302_bc_lvl_to_cc(bc_lvl); in fusb302_bc_lvl_handler() 914 if (chip->cc1 != cc_status) { in fusb302_bc_lvl_handler() 917 typec_cc_status_name[cc_status]); in fusb302_bc_lvl_handler() 918 chip->cc1 = cc_status; in fusb302_bc_lvl_handler() 922 if (chip->cc2 != cc_status) { in fusb302_bc_lvl_handler() 925 typec_cc_status_name[cc_status]); in fusb302_bc_lvl_handler() 926 chip->cc2 = cc_status; in fusb302_bc_lvl_handler()
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/ |
| H A D | fusb302.c | 1085 enum typec_cc_status cc_status; in fusb302_bc_lvl_handler_work() local 1103 cc_status = fusb302_bc_lvl_to_cc(bc_lvl); in fusb302_bc_lvl_handler_work() 1105 if (chip->cc1 != cc_status) { in fusb302_bc_lvl_handler_work() 1108 typec_cc_status_name[cc_status]); in fusb302_bc_lvl_handler_work() 1109 chip->cc1 = cc_status; in fusb302_bc_lvl_handler_work() 1113 if (chip->cc2 != cc_status) { in fusb302_bc_lvl_handler_work() 1116 typec_cc_status_name[cc_status]); in fusb302_bc_lvl_handler_work() 1117 chip->cc2 = cc_status; in fusb302_bc_lvl_handler_work()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 27805 adjacent(1), thus allowing flags in 'cc_status' to be used (*note 36967 The file 'conditions.h' defines a variable 'cc_status' to describe how 36979 component of 'cc_status'. It defaults to 'int'. 36992 A C compound statement to set the components of 'cc_status' 37005 'NOTICE_UPDATE_CC' can leave 'cc_status' unaltered for such insns. 37010 Therefore, 'NOTICE_UPDATE_CC' must alter 'cc_status' in this case 52574 * cc_status: CC0 Condition Codes.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 27805 adjacent(1), thus allowing flags in 'cc_status' to be used (*note 36967 The file 'conditions.h' defines a variable 'cc_status' to describe how 36979 component of 'cc_status'. It defaults to 'int'. 36992 A C compound statement to set the components of 'cc_status' 37005 'NOTICE_UPDATE_CC' can leave 'cc_status' unaltered for such insns. 37010 Therefore, 'NOTICE_UPDATE_CC' must alter 'cc_status' in this case 52574 * cc_status: CC0 Condition Codes.
|