Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/power/pmic/
H A DKconfig50 This PMIC includes 4 DC/DC step-down buck regulators and 8 low-dropout
58 The AS3722 includes 7 DC/DC buck convertors, 11 low-noise LDOs, a
88 The PMIC FP9931 includes 2 high performance DC-DC
130 The Rockchip RK801 PMIC provides four buck DC-DC convertors, 2 LDOs,
139 The Rockchip RK808 PMIC provides four buck DC-DC convertors, 8 LDOs,
148 The Rockchip RK8xx PMIC provides four buck DC-DC convertors, LDOs. It is
171 efficiency DC/DC Boost converters that are boosted to
213 The RN5T567 is a PMIC with 4 step-down DC/DC converters, 5 LDO
221 The TPS65090 is a PMIC containing several LDOs, DC to DC convertors,
251 SoC. It provides 4 buck DC-DC convertors and 5 LDOs, and it is accessed
/rk3399_rockchip-uboot/board/gdsys/a38x/
H A DKconfig15 menu "Controlcenter DC board options"
/rk3399_rockchip-uboot/board/freescale/ls1021aiot/
H A DREADME23 - 12V@5A DC
/rk3399_rockchip-uboot/drivers/video/tegra124/
H A Dsor.c85 tegra_sor_write_field(sor, DC(sor->portnum), mask, vs_reg); in tegra_dp_set_pe_vs_pc()
588 DUMP_REG(DC(0)); in dump_sor_reg()
589 DUMP_REG(DC(1)); in dump_sor_reg()
H A Dsor.h546 #define DC(i) (0x4e + (i)) macro
/rk3399_rockchip-uboot/fs/reiserfs/
H A Dreiserfs.c488 cache = read_tree_node (dc_block_number(&(DC (cache)[key_nr])), --depth); in next_key()
558 cache = read_tree_node (dc_block_number(&(DC (cache)[i])), --depth); in search_stat()
H A Dreiserfs_private.h464 #define DC(cache) ((struct disk_child *) \ macro