Searched defs:port (Results 76 - 100 of 215) sorted by relevance

123456789

/u-boot/test/image/
H A Dspl_load_net.c81 u16 port; member in struct:spl_test_net_priv
/u-boot/arch/powerpc/include/asm/
H A Diopin_8xx.h18 u_char port:2; /* port number (A=0, B=1, C=2, D=3) */ member in struct:__anon453
[all...]
/u-boot/arch/microblaze/include/asm/
H A Dio.h88 io_insb(unsigned long port, void *dst, unsigned long count) argument
96 io_insw(unsigned long port, void *dst, unsigned long count) argument
104 io_insl(unsigned long port, void *dst, unsigned long count) argument
113 io_outsb(unsigned long port, const void *src, unsigned long count) argument
122 io_outsw(unsigned long port, const void *src, unsigned long count) argument
131 io_outsl(unsigned long port, const void *src, unsigned long count) argument
[all...]
/u-boot/drivers/usb/gadget/
H A Dcore.c115 struct usb_interface_instance *usbd_device_interface_instance (struct usb_device_instance *device, int port, int configuration, int interface) argument
137 struct usb_alternate_instance *usbd_device_alternate_instance (struct usb_device_instance *device, int port, int configuration, int interface, int alternate) argument
161 struct usb_device_descriptor *usbd_device_device_descriptor (struct usb_device_instance *device, int port) argument
97 usbd_device_configuration_instance(struct usb_device_instance *device, unsigned int port, unsigned int configuration) argument
174 usbd_device_configuration_descriptor(struct usb_device_instance *device, int port, int configuration) argument
196 usbd_device_interface_descriptor(struct usb_device_instance *device, int port, int configuration, int interface, int alternate) argument
220 usbd_device_endpoint_descriptor_index(struct usb_device_instance *device, int port, int configuration, int interface, int alternate, int index) argument
245 usbd_device_endpoint_transfersize(struct usb_device_instance *device, int port, int configuration, int interface, int alternate, int index) argument
270 usbd_device_endpoint_descriptor(struct usb_device_instance *device, int port, int configuration, int interface, int alternate, int endpoint) argument
[all...]
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-helper-util.h33 int port; member in struct:cvmx_xport
[all...]
/u-boot/arch/x86/include/asm/
H A Dintel_pinctrl.h133 u8 port; member in struct:pad_community
/u-boot/arch/mips/mach-octeon/
H A Dcvmx-helper-pko3.c334 static int __cvmx_pko3_config_pfc_interface(int xiface, unsigned int port) argument
[all...]
H A Dcvmx-pko.c139 int cvmx_pko_get_base_queue(int port) argument
154 int cvmx_pko_get_num_queues(int port) argument
207 int interface, index, port; local
261 const int port = CVMX_PKO_MEM_QUEUE_PTRS_ILLEGAL_PID; local
421 cvmx_pko_config_port(int port, int base_queue, int num_queues, const u8 priority[]) argument
[all...]
/u-boot/drivers/gpio/
H A Dstm32_gpio_priv.h55 u8 port; member in struct:stm32_gpio_dsc
H A Dat91_gpio.c23 static struct at91_port *at91_pio_get_port(unsigned port) argument
59 int at91_set_pio_pullup(unsigned port, unsigned pin, int use_pullup) argument
72 int at91_set_pio_periph(unsigned port, unsigned pin, int use_pullup) argument
90 int at91_set_a_periph(unsigned port, unsigned pin, int use_pullup) argument
109 at91_set_b_periph(unsigned port, unsigned pin, int use_pullup) argument
128 at91_pio3_set_a_periph(unsigned port, unsigned pin, int use_pullup) argument
151 at91_pio3_set_b_periph(unsigned port, unsigned pin, int use_pullup) argument
173 at91_pio3_set_c_periph(unsigned port, unsigned pin, int use_pullup) argument
195 at91_pio3_set_d_periph(unsigned port, unsigned pin, int use_pullup) argument
241 at91_set_pio_input(unsigned port, u32 pin, int use_pullup) argument
271 at91_set_pio_output(unsigned port, u32 pin, int value) argument
284 at91_set_pio_deglitch(unsigned port, unsigned pin, int is_on) argument
303 at91_pio3_set_pio_deglitch(unsigned port, unsigned pin, int is_on) argument
324 at91_pio3_set_pio_debounce(unsigned port, unsigned pin, int is_on, int div) argument
347 at91_pio3_set_pio_pulldown(unsigned port, unsigned pin, int is_on) argument
364 at91_pio3_set_pio_pullup(unsigned port, unsigned pin, int use_pullup) argument
380 at91_pio3_set_pio_disable_schmitt_trig(unsigned port, unsigned pin) argument
398 at91_set_pio_multi_drive(unsigned port, unsigned pin, int is_on) argument
429 at91_set_pio_value(unsigned port, unsigned pin, int value) argument
451 at91_get_pio_value(unsigned port, unsigned pin) argument
512 struct at91_port_priv *port = dev_get_priv(dev); local
523 struct at91_port_priv *port = dev_get_priv(dev); local
533 struct at91_port_priv *port = dev_get_priv(dev); local
542 struct at91_port_priv *port = dev_get_priv(dev); local
551 struct at91_port_priv *port = dev_get_priv(dev); local
592 struct at91_port_priv *port = dev_get_priv(dev); local
[all...]
H A Datmel_pio4.c22 static struct atmel_pio4_port *atmel_pio4_port_base(u32 port) argument
53 static int atmel_pio4_config_io_func(u32 port, u32 pin, argument
76 int atmel_pio4_set_gpio(u32 port, u32 pin, u32 config) argument
83 int atmel_pio4_set_a_periph(u32 port, u32 pin, u32 config) argument
90 atmel_pio4_set_b_periph(u32 port, u32 pin, u32 config) argument
97 atmel_pio4_set_c_periph(u32 port, u32 pin, u32 config) argument
104 atmel_pio4_set_d_periph(u32 port, u32 pin, u32 config) argument
111 atmel_pio4_set_e_periph(u32 port, u32 pin, u32 config) argument
118 atmel_pio4_set_f_periph(u32 port, u32 pin, u32 config) argument
125 atmel_pio4_set_g_periph(u32 port, u32 pin, u32 config) argument
132 atmel_pio4_set_pio_output(u32 port, u32 pin, u32 value) argument
158 atmel_pio4_get_pio_input(u32 port, u32 pin) argument
[all...]
/u-boot/net/
H A Ddsa-uclass.c47 ofnode dsa_port_get_ofnode(struct udevice *dev, int port) argument
[all...]
/u-boot/drivers/serial/
H A Dserial_sh.c26 static int scif_rxfill(struct uart_port *port) argument
31 static int scif_rxfill(struct uart_port *port) argument
43 static int scif_rxfill(struct uart_port *port) argument
49 static void sh_serial_init_generic(struct uart_port *port) argument
69 sh_serial_setbrg_generic(struct uart_port *port, int clk, int baudrate) argument
81 handle_error(struct uart_port *port) argument
101 serial_raw_putc(struct uart_port *port, const char c) argument
113 serial_rx_fifo_level(struct uart_port *port) argument
118 sh_serial_tstc_generic(struct uart_port *port) argument
128 serial_getc_check(struct uart_port *port) argument
144 sh_serial_getc_generic(struct uart_port *port) argument
298 sh_serial_init_nodm(struct uart_port *port) argument
304 sh_serial_putc_nondm(struct uart_port *port, const char c) argument
354 struct uart_port *port = &sh_sci; local
373 struct uart_port *port = &sh_sci; local
380 struct uart_port *port = &sh_sci; local
[all...]
H A Dserial_pl01x.c31 static volatile unsigned char *const port[] = CFG_PL01x_PORTS; variable
/u-boot/drivers/pinctrl/renesas/
H A Drzg2l-pfc.c70 bool rzg2l_port_validate(const struct rzg2l_pfc_data *data, u32 port, u8 pin) argument
84 int port; local
98 rzg2l_selector_encode(const struct rzg2l_pfc_data *data, u32 port, u8 pin) argument
326 int port; local
354 int port = rzg2l_selector_decode(data, pin_selector, &pin); local
443 u32 port, pin, func, pfc_state; local
497 int port; local
[all...]
/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dimmap.c184 static uint port; local
/u-boot/include/
H A Dmv88e6352.h65 u8 port; member in struct:mv88e_sw_reg
H A Dfm_eth.h183 enum fm_port port; member in struct:fm_eth_info
[all...]
/u-boot/drivers/bios_emulator/
H A Dbesys.c267 VGA_inpb(const int port) argument
343 VGA_outpb(int port, u8 val) argument
501 PCI_inp(int port, int type) argument
532 PCI_outp(int port, u32 val, int type) argument
570 BE_inb(X86EMU_pioAddr port) argument
616 BE_inw(X86EMU_pioAddr port) argument
649 BE_inl(X86EMU_pioAddr port) argument
679 BE_outb(X86EMU_pioAddr port, u8 val) argument
714 BE_outw(X86EMU_pioAddr port, u16 val) argument
745 BE_outl(X86EMU_pioAddr port, u32 val) argument
[all...]
/u-boot/drivers/usb/host/
H A Dehci-mx5.c84 int mxc_set_usbcontrol(int port, unsigned int flags) argument
216 int __weak board_ehci_hcd_init(int port) argument
221 void __weak board_ehci_hcd_postinit(struct usb_ehci *ehci, int port) argument
H A Dehci-vf.c132 int __weak board_usb_phy_mode(int port) argument
137 int __weak board_ehci_hcd_init(int port) argument
H A Dehci-omap.c98 static void omap_usbhs_hsic_init(int port) argument
115 static void omap_ehci_soft_phy_reset(int port) argument
125 static void omap_ehci_soft_phy_reset(int port) argument
[all...]
H A Dehci-mxs.c34 static int ehci_mxs_toggle_clock(const struct ehci_mxs_port *port, int enable) argument
55 static int __ehci_hcd_init(struct ehci_mxs_port *port, enum usb_init_type init, argument
88 __ehci_hcd_stop(struct ehci_mxs_port *port) argument
119 struct ehci_mxs_port port; member in struct:ehci_mxs_priv_data
137 struct ehci_mxs_port *port = &priv->port; local
219 struct ehci_mxs_port *port = &priv->port; local
259 struct ehci_mxs_port *port = &priv->port; local
[all...]
/u-boot/drivers/usb/emul/
H A Dsandbox_hub.c18 int port; /* Port number (numbered from 0) */ member in struct:sandbox_hub_plat
122 static struct udevice *hub_find_device(struct udevice *hub, int port, argument
161 static int clrset_post_state(struct udevice *hub, int port, int clear, int set) argument
230 int port; local
249 int port; local
263 int port; local
[all...]
/u-boot/drivers/net/phy/
H A Dmv88e6352.c59 static int sw_reg_read(const char *devname, u8 phy_addr, u8 port, argument
85 static int sw_reg_write(const char *devname, u8 phy_addr, u8 port, argument
238 u16 value = 0, phyaddr, reg, port; local
253 u16 value = 0, phyaddr, reg, port; local
[all...]

Completed in 411 milliseconds

123456789