Home
last modified time | relevance | path

Searched defs:cells (Results 1 – 16 of 16) sorted by relevance

/rk3399_rockchip-uboot/board/freescale/common/
H A Dcds_pci_ft.c19 int off, cells; in cds_pci_fixup() local
/rk3399_rockchip-uboot/tools/dtoc/
H A Dfdt_util.py32 def fdt_cells_to_cpu(val, cells): argument
/rk3399_rockchip-uboot/drivers/pinctrl/
H A Dpinctrl-at91-pio4.c114 u32 cells[MAX_PINMUX_ENTRIES]; in atmel_pinctrl_set_state() local
H A Dpinctrl-sti.c219 u32 cells[MAX_STI_PINCONF_ENTRIES]; in sti_pinctrl_set_state() local
H A Dpinctrl-at91.c368 u32 cells[MAX_PINMUX_ENTRIES]; in at91_pinctrl_set_state() local
H A Dpinctrl-rockchip.c2985 u32 cells[MAX_ROCKCHIP_PINS_ENTRIES * 4]; local
/rk3399_rockchip-uboot/drivers/phy/
H A Dsti_usb_phy.c109 u32 cells[PHYPARAM_NB]; in sti_usb_phy_probe() local
/rk3399_rockchip-uboot/drivers/rkflash/
H A Dsfc.c46 void sfc_set_delay_lines(u16 cells) in sfc_set_delay_lines()
/rk3399_rockchip-uboot/drivers/clk/at91/
H A Dclk-generated.c153 u32 cells[GENERATED_SOURCE_MAX]; in generic_clk_ofdata_to_platdata() local
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk1808/
H A Drk1808.c115 u32 cells[MAX_ROCKCHIP_PINS_ENTRIES * 4]; in rockchip_pinctrl_cfg_fdt_fixup() local
/rk3399_rockchip-uboot/scripts/dtc/
H A Dchecks.c691 cell_t *cells; in check_pci_bridge() local
742 cell_t *cells; in check_pci_device_bus_num() local
774 cell_t *cells; in check_pci_device_reg() local
851 cell_t *cells = NULL; in check_simple_bus_reg() local
/rk3399_rockchip-uboot/drivers/clk/
H A Dclk-uclass.c27 struct phandle_1_arg *cells, struct clk *clk) in clk_get_by_index_platdata()
/rk3399_rockchip-uboot/drivers/pinctrl/rockchip/
H A Dpinctrl-rockchip-core.c458 u32 cells[MAX_ROCKCHIP_PINS_ENTRIES * 4]; local
/rk3399_rockchip-uboot/common/
H A Dfdt_support.c1657 uint64_t *val, int cells) in fdt_read_prop()
1764 fdt32_t cells[4]; in fdt_setup_simplefb_node() local
/rk3399_rockchip-uboot/drivers/spi/
H A Drockchip_sfc.c252 static __maybe_unused void rockchip_sfc_set_delay_lines(struct rockchip_sfc *sfc, u16 cells, u8 cs) in rockchip_sfc_set_delay_lines()
/rk3399_rockchip-uboot/lib/
H A Dfdtdec.c937 u64 fdtdec_get_number(const fdt32_t *ptr, unsigned int cells) in fdtdec_get_number()