Home
last modified time | relevance | path

Searched refs:assign (Results 1 – 25 of 26) sorted by relevance

12

/u-boot/arch/powerpc/cpu/mpc83xx/
A Dqe_io.c30 int open_drain, int assign) in qe_cfg_iopin() argument
72 dbit_asgn = (u32)(assign << offset); in qe_cfg_iopin()
97 void qe_config_iopin(u8 port, u8 pin, int dir, int open_drain, int assign) in qe_config_iopin() argument
102 qe_cfg_iopin(par_io, port, pin, dir, open_drain, assign); in qe_config_iopin()
A Dcpu_init.c34 int open_drain, int assign);
40 int dir, open_drain, assign; in config_qe_ioports() local
43 for (i = 0; qe_iop_conf_tab[i].assign != QE_IOP_TAB_END; i++) { in config_qe_ioports()
48 assign = qe_iop_conf_tab[i].assign; in config_qe_ioports()
49 qe_config_iopin(port, pin, dir, open_drain, assign); in config_qe_ioports()
/u-boot/drivers/pinctrl/
A Dpinctrl-qe-io.c48 int open_drain, int assign) in qe_cfg_iopin() argument
90 dbit_asgn = (u32)(assign << offset); in qe_cfg_iopin()
115 void qe_config_iopin(u8 port, u8 pin, int dir, int open_drain, int assign) in qe_config_iopin() argument
120 qe_cfg_iopin(par_io, port, pin, dir, open_drain, assign); in qe_config_iopin()
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dqe_io.c16 void qe_config_iopin(u8 port, u8 pin, int dir, int open_drain, int assign) in qe_config_iopin() argument
58 pin_2bit_assign = (u32)(assign in qe_config_iopin()
A Dcpu_init.c136 int open_drain, int assign);
143 int dir, open_drain, assign; in config_qe_ioports() local
146 for (i = 0; qe_iop_conf_tab[i].assign != QE_IOP_TAB_END; i++) { in config_qe_ioports()
151 assign = qe_iop_conf_tab[i].assign; in config_qe_ioports()
152 qe_config_iopin(port, pin, dir, open_drain, assign); in config_qe_ioports()
/u-boot/include/
A Dioports.h59 int assign; member
A Dfsl_qe.h276 void qe_config_iopin(u8 port, u8 pin, int dir, int open_drain, int assign);
/u-boot/doc/device-tree-bindings/gpio/
A Dintel,x86-pinctrl.txt16 - mode-func - (optional) function number to assign to the pin. If
22 - pull-assign - (optional) this set the pull assignement (up/down) of the pin
/u-boot/doc/device-tree-bindings/mailbox/
A Dmailbox.txt4 assign appropriate mailbox channel to client drivers.
/u-boot/doc/board/xilinx/
A Dzynq.rst49 at runtime and assign the modeboot variable to specific bootmode string which
60 "modeboot" variable can assign any of "norboot", "sdboot" or "jtagboot"
/u-boot/arch/arm/dts/
A Dimx6ul-kontron-bl-common-u-boot.dtsi30 * in Linux we can't assign the shared reset GPIO to the PHYs, as this
A Darmada-388-clearfog.dts278 * PCIe uses ARP to assign addresses, or
/u-boot/doc/develop/
A Dsecurity.rst21 The U-Boot project cannot directly assign CVEs, nor do we require them for
/u-boot/doc/
A DREADME.atmel_mci16 The generic driver does NOT assign port pins to the MCI block
A DREADME.console22 devices and their flags. You can assign a standard file (stdin,
A DREADME.power-framework108 -- *battery_init - assign proper callbacks to be used by top
A DREADME.usb217 have an assigned MAC address. In this case it is up to you to assign
A DREADME.odroid189 then the below will automatically assign an ip address through DHCP.
/u-boot/arch/x86/dts/
A Dbaytrail_som-db5800-som-6867.dts48 pull-assign = <1>;
61 pull-assign = <1>;
A Dchromebook_coral.dts809 * If the Board has PERST_0 signal, assign the GPIO
810 * If the Board does not have PERST_0, assign GPIO_PRT0_UDEF
/u-boot/doc/usage/os/
A Dvxworks.rst99 corresponding physical address and assign its value to "vx_phys_mem_base".
/u-boot/arch/arm/mach-imx/
A DKconfig28 i.MX Resource domain controller is used to assign masters
/u-boot/common/
A Dcli_hush.c2768 int assign = 0; local
2782 assign = 1;
2796 if (assign) {
/u-boot/doc/device-tree-bindings/pinctrl/
A Dpinctrl-bindings.txt70 pinctrl-names: The list of names to assign states. List entry 0 defines the
/u-boot/scripts/
A Dspelling.txt162 asign||assign

Completed in 47 milliseconds

12