Home
last modified time | relevance | path

Searched refs:counts (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/drivers/phy/
H A Dphy-uclass.c47 struct phy_counts *counts; in phy_get_counts() local
53 list_for_each_entry(counts, uc_priv, list) in phy_get_counts()
54 if (counts->id == phy->id) in phy_get_counts()
55 return counts; in phy_get_counts()
63 struct phy_counts *counts; in phy_alloc_counts() local
71 counts = kzalloc(sizeof(*counts), GFP_KERNEL); in phy_alloc_counts()
72 if (!counts) in phy_alloc_counts()
75 counts->id = phy->id; in phy_alloc_counts()
76 counts->power_on_count = 0; in phy_alloc_counts()
77 counts->init_count = 0; in phy_alloc_counts()
[all …]
/rk3399_rockchip-uboot/test/trace/
H A Dtest-trace.sh48 counts="$(tr -d ',\r' <${tmp} | awk \
52 if [ "${counts}" != "1 1 0 1 " ]; then
53 fail "trace collection error: ${counts}"
/rk3399_rockchip-uboot/arch/arm/mach-socfpga/include/mach/
H A Dreset_manager_gen5.h18 u32 counts; member
H A Dreset_manager_arria10.h30 u32 counts; member
/rk3399_rockchip-uboot/Licenses/
H A Dgpl-2.0.txt168 access to copy the source code from the same place counts as
H A Dlgpl-2.1.txt9 [This is the first released version of the Lesser GPL. It also counts
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.src3239 * Use bin counts as a guide to preallocation