Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/common/
H A Dcds_pci_ft.c18 int off, cells; in cds_pci_fixup() local
/openbmc/u-boot/tools/dtoc/
H A Dfdt_util.py41 def fdt_cells_to_cpu(val, cells): argument
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-at91-pio4.c113 u32 cells[MAX_PINMUX_ENTRIES]; in atmel_pinctrl_set_state() local
H A Dpinctrl-sti.c218 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
/openbmc/u-boot/drivers/phy/
H A Dsti_usb_phy.c108 u32 cells[PHYPARAM_NB]; in sti_usb_phy_probe() local
/openbmc/u-boot/drivers/clk/at91/
H A Dclk-usb.c110 u32 cells[AT91_USB_CLK_SOURCE_MAX]; in at91_usb_clk_ofdata_to_platdata() local
H A Dclk-generated.c152 u32 cells[GENERATED_SOURCE_MAX]; in generic_clk_ofdata_to_platdata() local
/openbmc/qemu/hw/ppc/
H A Dpegasos2.c660 uint32_t cells[3]; in dt_isa() local
784 uint32_t cells[(PCI_NUM_REGIONS + 1) * 5]; in add_pci_device() local
876 uint32_t cells[16]; in build_fdt() local
/openbmc/u-boot/drivers/clk/
H A Dclk-uclass.c25 struct phandle_1_arg *cells, struct clk *clk) in clk_get_by_index_platdata()
/openbmc/u-boot/scripts/dtc/
H A Dchecks.c768 cell_t *cells; in check_pci_bridge() local
811 cell_t *cells; in check_pci_device_bus_num() local
843 cell_t *cells; in check_pci_device_reg() local
917 cell_t *cells = NULL; in check_simple_bus_reg() local
/openbmc/qemu/hw/riscv/
H A Dsifive_u.c102 uint32_t *cells; in create_fdt() local
/openbmc/qemu/ui/
H A Dconsole-vc.c59 TextCell *cells; member
383 TextCell *cells, *c, *c1; in text_console_resize() local
/openbmc/u-boot/drivers/pinctrl/rockchip/
H A Dpinctrl-rockchip-core.c565 u32 cells[MAX_ROCKCHIP_PINS_ENTRIES * 4]; local
/openbmc/qemu/chardev/
H A Dbaum.c387 uint8_t cells[X_MAX * Y_MAX], c; in baum_eat_packet() local
/openbmc/u-boot/common/
H A Dfdt_support.c1545 uint64_t *val, int cells) in fdt_read_prop()
1652 fdt32_t cells[4]; in fdt_setup_simplefb_node() local
/openbmc/u-boot/lib/
H A Dfdtdec.c941 u64 fdtdec_get_number(const fdt32_t *ptr, unsigned int cells) in fdtdec_get_number()