| /rk3399_rockchip-uboot/arch/m68k/cpu/mcf52x2/ |
| H A D | cpu_init.c | 123 void uart_port_conf(int port) in uart_port_conf() 235 void uart_port_conf(int port) in uart_port_conf() 283 void uart_port_conf(int port) in uart_port_conf() 407 void uart_port_conf(int port) in uart_port_conf() 490 void uart_port_conf(int port) in uart_port_conf() 627 void uart_port_conf(int port) in uart_port_conf() 735 void uart_port_conf(int port) in uart_port_conf()
|
| /rk3399_rockchip-uboot/arch/microblaze/include/asm/ |
| H A D | io.h | 58 #define inb_p(port) inb((port)) argument 59 #define outb_p(val, port) outb((val), (port)) argument 60 #define inw_p(port) inw((port)) argument 61 #define outw_p(val, port) outw((val), (port)) argument 62 #define inl_p(port) inl((port)) argument 63 #define outl_p(val, port) outl((val), (port)) argument 74 static inline void io_insb (unsigned long port, void *dst, unsigned long count) in io_insb() 80 static inline void io_insw (unsigned long port, void *dst, unsigned long count) in io_insw() 86 static inline void io_insl (unsigned long port, void *dst, unsigned long count) in io_insl() 94 io_outsb (unsigned long port, const void *src, unsigned long count) in io_outsb() [all …]
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | mvpp2.c | 81 #define MVPP2_RX_DATA_FIFO_SIZE_REG(port) (0x00 + 4 * (port)) argument 82 #define MVPP2_RX_ATTR_FIFO_SIZE_REG(port) (0x20 + 4 * (port)) argument 87 #define MVPP2_RX_CTRL_REG(port) (0x140 + 4 * (port)) argument 108 #define MVPP2_PRS_PORT_LU_MASK(port) (0xff << ((port) * 4)) argument 109 #define MVPP2_PRS_PORT_LU_VAL(port, val) ((val) << ((port) * 4)) argument 110 #define MVPP2_PRS_INIT_OFFS_REG(port) (0x1004 + ((port) & 4)) argument 111 #define MVPP2_PRS_INIT_OFF_MASK(port) (0x3f << (((port) % 4) * 8)) argument 112 #define MVPP2_PRS_INIT_OFF_VAL(port, val) ((val) << (((port) % 4) * 8)) argument 113 #define MVPP2_PRS_MAX_LOOP_REG(port) (0x100c + ((port) & 4)) argument 114 #define MVPP2_PRS_MAX_LOOP_MASK(port) (0xff << (((port) % 4) * 8)) argument [all …]
|
| H A D | sh_eth.c | 59 int port = eth->port, ret = 0, timeout; in sh_eth_send() local 117 int port = eth->port, len = 0; in sh_eth_recv() local 189 int port = eth->port, i, ret = 0; in sh_eth_tx_desc_init() local 240 int port = eth->port, i , ret = 0; in sh_eth_rx_desc_init() local 313 int port = eth->port; in sh_eth_tx_desc_free() local 324 int port = eth->port; in sh_eth_rx_desc_free() local 360 int port = eth->port, ret = 0; in sh_eth_phy_config() local 376 int port = eth->port, ret = 0; in sh_eth_config() local
|
| /rk3399_rockchip-uboot/drivers/usb/emul/ |
| H A D | sandbox_hub.c | 20 int port; /* Port number (numbered from 0) */ member 124 static struct udevice *hub_find_device(struct udevice *hub, int port, in hub_find_device() 163 static int clrset_post_state(struct udevice *hub, int port, int clear, int set) in clrset_post_state() 236 int port; in sandbox_hub_submit_control_msg() local 256 int port; in sandbox_hub_submit_control_msg() local 270 int port; in sandbox_hub_submit_control_msg() local
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | core.c | 134 unsigned int port, unsigned int configuration) in usbd_device_configuration_instance() 151 …ce *usbd_device_interface_instance (struct usb_device_instance *device, int port, int configuratio… in usbd_device_interface_instance() 173 …ce *usbd_device_alternate_instance (struct usb_device_instance *device, int port, int configuratio… in usbd_device_alternate_instance() 197 …usb_device_descriptor *usbd_device_device_descriptor (struct usb_device_instance *device, int port) in usbd_device_device_descriptor() 212 *device, int port, int configuration) in usbd_device_configuration_descriptor() 233 *device, int port, int configuration, int interface, int alternate) in usbd_device_interface_descriptor() 257 *device, int port, int configuration, int interface, int alternate, int index) in usbd_device_endpoint_descriptor_index() 281 int usbd_device_endpoint_transfersize (struct usb_device_instance *device, int port, int configurat… in usbd_device_endpoint_transfersize() 306 …r *usbd_device_endpoint_descriptor (struct usb_device_instance *device, int port, int configuratio… in usbd_device_endpoint_descriptor()
|
| /rk3399_rockchip-uboot/drivers/net/fm/ |
| H A D | ls1046.c | 37 static int is_device_disabled(enum fm_port port) in is_device_disabled() 45 void fman_disable_port(enum fm_port port) in fman_disable_port() 52 phy_interface_t fman_port_enet_if(enum fm_port port) in fman_port_enet_if()
|
| H A D | ls1043.c | 37 static int is_device_disabled(enum fm_port port) in is_device_disabled() 45 void fman_disable_port(enum fm_port port) in fman_disable_port() 52 phy_interface_t fman_port_enet_if(enum fm_port port) in fman_port_enet_if()
|
| /rk3399_rockchip-uboot/arch/sh/include/asm/ |
| H A D | io.h | 100 #define outb_p(val, port) outb((val), (port)) argument 101 #define outw_p(val, port) outw((val), (port)) argument 102 #define outl_p(val, port) outl((val), (port)) argument 103 #define inb_p(port) inb((port)) argument 104 #define inw_p(port) inw((port)) argument 105 #define inl_p(port) inl((port)) argument 107 #define outsb_p(port, from, len) outsb(port, from, len) argument 108 #define outsw_p(port, from, len) outsw(port, from, len) argument 109 #define outsl_p(port, from, len) outsl(port, from, len) argument 110 #define insb_p(port, to, len) insb(port, to, len) argument [all …]
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | serial_uniphier.c | 48 struct uniphier_serial __iomem *port = uniphier_serial_port(dev); in uniphier_serial_setbrg() local 61 struct uniphier_serial __iomem *port = uniphier_serial_port(dev); in uniphier_serial_getc() local 71 struct uniphier_serial __iomem *port = uniphier_serial_port(dev); in uniphier_serial_putc() local 83 struct uniphier_serial __iomem *port = uniphier_serial_port(dev); in uniphier_serial_pending() local 95 struct uniphier_serial __iomem *port; in uniphier_serial_probe() local
|
| /rk3399_rockchip-uboot/drivers/ata/ |
| H A D | sata_mv.c | 282 static int mv_stop_edma_engine(int port) in mv_stop_edma_engine() 303 static int mv_start_edma_engine(int port) in mv_start_edma_engine() 355 static int mv_reset_channel(int port) in mv_reset_channel() 370 static void mv_reset_port(int port) in mv_reset_port() 396 static int probe_port(int port) in probe_port() 459 static int get_reqip(int port) in get_reqip() 470 static void set_reqip(int port, int reqin) in set_reqip() 481 static int get_next_reqip(int port) in get_next_reqip() 489 static int get_rspip(int port) in get_rspip() 501 static int get_rspop(int port) in get_rspop() [all …]
|
| H A D | dwc_ahsata.c | 83 static inline void __iomem *ahci_port_base(void __iomem *base, u32 port) in ahci_port_base() 322 static int ahci_fill_sg(struct ahci_uc_priv *uc_priv, u8 port, in ahci_fill_sg() 369 static int ahci_exec_ata_cmd(struct ahci_uc_priv *uc_priv, u8 port, in ahci_exec_ata_cmd() 419 static void ahci_set_feature(struct ahci_uc_priv *uc_priv, u8 port) in ahci_set_feature() 434 static int ahci_port_start(struct ahci_uc_priv *uc_priv, u8 port) in ahci_port_start() 530 u8 port = uc_priv->hard_port_no; in dwc_ahsata_identify() local 555 u8 port = uc_priv->hard_port_no; in dwc_ahsata_rw_cmd() local 584 u8 port = uc_priv->hard_port_no; in dwc_ahsata_flush_cache() local 600 u8 port = uc_priv->hard_port_no; in dwc_ahsata_rw_cmd_ext() local 634 u8 port = uc_priv->hard_port_no; in dwc_ahsata_flush_cache_ext() local [all …]
|
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | lpc32xx_gpio.c | 70 int port, mask; in lpc32xx_gpio_direction_input() local 112 int port, rank, mask, value; in lpc32xx_gpio_get_value() local 152 int port, mask; in gpio_set() local 186 int port, mask; in gpio_clr() local 234 int port, mask; in lpc32xx_gpio_direction_output() local
|
| H A D | nca9539_gpio.c | 78 unsigned int port = offset / NCA9539_BANK_SZ; in nca9539_gpio_get_direction() local 100 unsigned int port = offset / NCA9539_BANK_SZ; in nca9539_gpio_direction_input() local 126 unsigned int port = offset / NCA9539_BANK_SZ; in nca9539_gpio_direction_output() local 162 unsigned int port = offset / NCA9539_BANK_SZ; in nca9539_gpio_get() local 191 unsigned int port = offset / NCA9539_BANK_SZ; in nca9539_gpio_set() local
|
| /rk3399_rockchip-uboot/board/intel/galileo/ |
| H A D | galileo.c | 24 u32 base, port, val; in board_assert_perst() local 51 u32 base, port, val; in board_deassert_perst() local
|
| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | winbond_w83627.c | 17 u16 port = dev >> 8; in pnp_enter_conf_state() local 26 u16 port = dev >> 8; in pnp_exit_conf_state() local
|
| H A D | smsc_lpc47m.c | 13 u16 port = dev >> 8; in pnp_enter_conf_state() local 20 u16 port = dev >> 8; in pnp_exit_conf_state() local
|
| /rk3399_rockchip-uboot/board/olimex/mx23_olinuxino/ |
| H A D | mx23_olinuxino.c | 37 int board_ehci_hcd_init(int port) in board_ehci_hcd_init() 45 int board_ehci_hcd_exit(int port) in board_ehci_hcd_exit()
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ehci-omap.c | 93 static void omap_usbhs_hsic_init(int port) in omap_usbhs_hsic_init() 110 static void omap_ehci_soft_phy_reset(int port) in omap_ehci_soft_phy_reset() 120 static void omap_ehci_soft_phy_reset(int port) in omap_ehci_soft_phy_reset()
|
| H A D | r8a66597-hcd.c | 71 struct usb_device *dev, int port) in set_devadd() 122 static void r8a66597_enable_port(struct r8a66597 *r8a66597, int port) in r8a66597_enable_port() 131 static void r8a66597_disable_port(struct r8a66597 *r8a66597, int port) in r8a66597_disable_port() 152 int ret, port; in enable_controller() local 493 static void r8a66597_check_syssts(struct r8a66597 *r8a66597, int port) in r8a66597_check_syssts() 514 static void r8a66597_bus_reset(struct r8a66597 *r8a66597, int port) in r8a66597_bus_reset()
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/mach-generic/ |
| H A D | mangle-port.h | 9 #define __swizzle_addr_b(port) (port) argument 10 #define __swizzle_addr_w(port) (port) argument 11 #define __swizzle_addr_l(port) (port) argument 12 #define __swizzle_addr_q(port) (port) argument
|
| /rk3399_rockchip-uboot/common/ |
| H A D | usb_hub.c | 54 int port; /* USB port to scan */ member 60 __weak void usb_hub_reset_devices(struct usb_hub_device *hub, int port) in usb_hub_reset_devices() 102 static int usb_clear_port_feature(struct usb_device *dev, int port, int feature) in usb_clear_port_feature() 109 static int usb_set_port_feature(struct usb_device *dev, int port, int feature) in usb_set_port_feature() 123 int usb_get_port_status(struct usb_device *dev, int port, void *data) in usb_get_port_status() 271 static int usb_hub_port_reset(struct usb_device *dev, int port, in usb_hub_port_reset() 345 int usb_hub_port_connect_change(struct usb_device *dev, int port) in usb_hub_port_connect_change()
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ |
| H A D | srio.c | 72 static int srio_erratum_a004034(u8 port) in srio_erratum_a004034() 290 void srio_boot_master(int port) in srio_boot_master() 342 void srio_boot_master_release_slave(int port) in srio_boot_master_release_slave()
|
| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | pci_tegra.c | 268 static unsigned long rp_readl(struct tegra_pcie_port *port, in rp_readl() 274 static void rp_writel(struct tegra_pcie_port *port, unsigned long value, in rp_writel() 294 struct tegra_pcie_port *port; in tegra_pcie_conf_address() local 367 static int tegra_pcie_port_parse_dt(ofnode node, struct tegra_pcie_port *port) in tegra_pcie_port_parse_dt() 531 struct tegra_pcie_port *port; in tegra_pcie_parse_dt() local 731 struct tegra_pcie_port *port; local 875 static unsigned long tegra_pcie_port_get_pex_ctrl(struct tegra_pcie_port *port) 896 static void tegra_pcie_port_reset(struct tegra_pcie_port *port) 913 static void tegra_pcie_port_enable(struct tegra_pcie_port *port) 945 static bool tegra_pcie_port_check_link(struct tegra_pcie_port *port) [all …]
|
| /rk3399_rockchip-uboot/drivers/net/phy/ |
| H A D | mv88e6352.c | 57 static int sw_reg_read(const char *devname, u8 phy_addr, u8 port, in sw_reg_read() 83 static int sw_reg_write(const char *devname, u8 phy_addr, u8 port, in sw_reg_write() 236 u16 value = 0, phyaddr, reg, port; in do_mvsw_reg_read() local 251 u16 value = 0, phyaddr, reg, port; in do_mvsw_reg_write() local
|