Home
last modified time | relevance | path

Searched defs:cc (Results 1 – 18 of 18) sorted by relevance

/rk3399_rockchip-uboot/tools/patman/
H A Dpatman.py113 cc = cc.strip() variable
H A Dpatman113 cc = cc.strip() variable
/rk3399_rockchip-uboot/post/lib_powerpc/
H A Db.c132 ulong cc, cd; in cpu_post_test_b() local
/rk3399_rockchip-uboot/drivers/power/power_delivery/
H A Dtcpci.c111 static int tcpci_set_cc(struct tcpc_dev *tcpc, enum typec_cc_status cc) in tcpci_set_cc()
160 enum typec_cc_status cc) in tcpci_start_toggling()
205 static enum typec_cc_status tcpci_to_typec_cc(unsigned int cc, bool sink) in tcpci_to_typec_cc()
H A Dtcpm.c467 #define tcpm_cc_is_sink(cc) \ argument
475 #define tcpm_cc_is_source(cc) ((cc) == TYPEC_CC_RD) argument
476 #define tcpm_cc_is_audio(cc) ((cc) == TYPEC_CC_RA) argument
477 #define tcpm_cc_is_open(cc) ((cc) == TYPEC_CC_OPEN) argument
535 static void tcpm_set_cc(struct tcpm_port *port, enum typec_cc_status cc) in tcpm_set_cc()
660 enum typec_cc_status cc; in tcpm_get_current_limit() local
1968 static bool tcpm_start_toggling(struct tcpm_port *port, enum typec_cc_status cc) in tcpm_start_toggling()
H A Dfusb302.c443 static int tcpm_set_cc(struct tcpc_dev *dev, enum typec_cc_status cc) in tcpm_set_cc()
744 enum typec_cc_status cc) in tcpm_start_toggling()
1092 enum typec_cc_status *cc) in fusb302_get_src_cc_status()
/rk3399_rockchip-uboot/post/lib_powerpc/fpu/
H A Ddarwin-ldouble.c50 long double __gcc_qadd(double a, double aa, double c, double cc) in __gcc_qadd()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/
H A Dp2wi.h123 u32 cc; /* 0x04 clock control */ member
/rk3399_rockchip-uboot/lib/bzip2/
H A Dbzlib_blocksort.c260 Int32 H, i, j, k, l, r, cc, cc1; in fallbackSort() local
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci-hcd.c1072 int cc; in check_status() local
1140 int cc; in takeback_td() local
H A Dohci.h77 #define TD_CC_SET(td_p, cc) (td_p) = ((td_p) & 0x0fffffff) | (((cc) & 0x0f) << 28) argument
/rk3399_rockchip-uboot/drivers/ata/
H A Dahci.c372 u16 cc; in ahci_print_info() local
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c800 int cc = 0; in dl_done_list() local
H A Dau1x00_usb_ohci.h66 #define TD_CC_SET(td_p, cc) (td_p) = ((td_p) & 0x0fffffff) | (((cc) & 0x0f) << 28) argument
/rk3399_rockchip-uboot/scripts/dtc/
H A Dchecks.c1294 struct check *cc = check_table[i]; in disable_warning_error() local
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c184 u32 cc; in calc_carry_chain() local
/rk3399_rockchip-uboot/drivers/nvme/
H A Dnvme.h589 __u32 cc; /* Controller Configuration */ member
/rk3399_rockchip-uboot/fs/ubifs/
H A Dubifs.h1434 struct crypto_comp *cc; member