| /rk3399_rockchip-uboot/drivers/ata/ |
| H A D | sata_sil.c | 81 static void sil_config_port(void *port) in sil_config_port() 101 static int sil_init_port(void *port) in sil_init_port() 120 void *port = sata->port; in sil_read_fis() local 135 void *port = sata->port; in sil_exec_cmd() local 241 void *port = sata->port; in sil_cmd_soft_reset() local 588 void *port; in scan_sata() local
|
| H A D | sata_sil3114.c | 40 static struct sata_port port[CONFIG_SYS_SATA_MAX_DEVICE]; variable 371 u32 port = iobase[5]; in wait_for_irq() local 713 u32 port = iobase[5]; in sata_bus_probe() local 741 u32 port = iobase[5]; in sata_phy_reset() local
|
| H A D | ahci.c | 59 __weak void __iomem *ahci_port_base(void __iomem *base, u32 port) in ahci_port_base() 112 int __weak ahci_link_up(struct ahci_uc_priv *uc_priv, u8 port) in ahci_link_up() 513 static int ahci_fill_sg(struct ahci_uc_priv *uc_priv, u8 port, in ahci_fill_sg() 575 static int ahci_port_start(struct ahci_uc_priv *uc_priv, u8 port) in ahci_port_start() 650 static int ahci_device_data_io(struct ahci_uc_priv *uc_priv, u8 port, u8 *fis, in ahci_device_data_io() 722 u8 port; in ata_scsiop_inquiry() local 1130 static int ata_io_flush(struct ahci_uc_priv *uc_priv, u8 port) in ata_io_flush()
|
| /rk3399_rockchip-uboot/arch/m68k/cpu/mcf532x/ |
| H A D | cpu_init.c | 117 void uart_port_conf(int port) in uart_port_conf() 295 void uart_port_conf(int port) in uart_port_conf()
|
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | mxc_gpio.c | 64 unsigned int port = GPIO_TO_PORT(gpio); in mxc_gpio_direction() local 91 unsigned int port = GPIO_TO_PORT(gpio); in gpio_set_value() local 114 unsigned int port = GPIO_TO_PORT(gpio); in gpio_get_value() local 132 unsigned int port = GPIO_TO_PORT(gpio); in gpio_request() local
|
| /rk3399_rockchip-uboot/drivers/net/fm/ |
| H A D | t1040.c | 13 phy_interface_t fman_port_enet_if(enum fm_port port) in fman_port_enet_if()
|
| /rk3399_rockchip-uboot/include/dt-bindings/gpio/ |
| H A D | tegra186-gpio.h | 44 #define TEGRA_MAIN_GPIO(port, offset) \ argument 57 #define TEGRA_AON_GPIO(port, offset) \ argument
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm920t/imx/ |
| H A D | generic.c | 22 unsigned int port = (gpio_mode & GPIO_PORT_MASK) >> 5; in imx_gpio_mode() local
|
| /rk3399_rockchip-uboot/board/aristainetos/ |
| H A D | aristainetos.c | 304 int board_ehci_hcd_init(int port) in board_ehci_hcd_init() 317 int board_ehci_power(int port, int on) in board_ehci_power()
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | ns16550.c | 94 static void ns16550_writeb(NS16550_t port, int offset, int value) in ns16550_writeb() 109 static int ns16550_readb(NS16550_t port, int offset) in ns16550_readb() 120 static u32 ns16550_getfcr(NS16550_t port) in ns16550_getfcr() 135 static u32 ns16550_getfcr(NS16550_t port) in ns16550_getfcr() 141 int ns16550_calc_divisor(NS16550_t port, int clock, int baudrate) in ns16550_calc_divisor()
|
| /rk3399_rockchip-uboot/include/dm/platform_data/ |
| H A D | serial_coldfire.h | 19 int port; member
|
| /rk3399_rockchip-uboot/arch/arm/mach-mvebu/ |
| H A D | sata.c | 24 void __iomem *ahci_port_base(void __iomem *base, u32 port) in ahci_port_base()
|
| /rk3399_rockchip-uboot/board/freescale/mx6slevk/ |
| H A D | mx6slevk.c | 244 int board_usb_phy_mode(int port) in board_usb_phy_mode() 252 int board_ehci_hcd_init(int port) in board_ehci_hcd_init() 342 u32 port; in board_mmc_init() local
|
| /rk3399_rockchip-uboot/board/toradex/colibri_vf/ |
| H A D | dcu.c | 32 const char *port, in platform_dcu_init()
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | io.h | 332 #define outb_p(val, port) outb((val), (port)) argument 333 #define outw_p(val, port) outw((val), (port)) argument 334 #define outl_p(val, port) outl((val), (port)) argument 335 #define inb_p(port) inb((port)) argument 336 #define inw_p(port) inw((port)) argument 337 #define inl_p(port) inl((port)) argument 339 #define outsb_p(port, from, len) outsb(port, from, len) argument 340 #define outsw_p(port, from, len) outsw(port, from, len) argument 341 #define outsl_p(port, from, len) outsl(port, from, len) argument 342 #define insb_p(port, to, len) insb(port, to, len) argument [all …]
|
| /rk3399_rockchip-uboot/drivers/net/phy/ |
| H A D | mv88e61xx.c | 410 static int mv88e61xx_port_read(struct phy_device *phydev, u8 port, u8 reg) in mv88e61xx_port_read() 415 static int mv88e61xx_port_write(struct phy_device *phydev, u8 port, u8 reg, in mv88e61xx_port_write() 450 static int mv88e61xx_get_cmode(struct phy_device *phydev, u8 port) in mv88e61xx_get_cmode() 521 u8 port; in mv88e61xx_switch_reset() local 583 static int mv88e61xx_port_enable(struct phy_device *phydev, u8 port) in mv88e61xx_port_enable() 600 static int mv88e61xx_port_set_vlan(struct phy_device *phydev, u8 port, in mv88e61xx_port_set_vlan() 630 static int mv88e61xx_read_port_config(struct phy_device *phydev, u8 port) in mv88e61xx_read_port_config() 814 static int mv88e61xx_fixed_port_setup(struct phy_device *phydev, u8 port) in mv88e61xx_fixed_port_setup()
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | pnp_def.h | 37 uint8_t port = dev >> 8; in pnp_write_config() local 45 uint8_t port = dev >> 8; in pnp_read_config() local
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | ncb.c | 9 int s, len, o, port = 6666; in main() local
|
| /rk3399_rockchip-uboot/board/freescale/ls1021atwr/ |
| H A D | dcu.c | 28 const char *port, in platform_dcu_init()
|
| /rk3399_rockchip-uboot/board/freescale/ls1021aiot/ |
| H A D | dcu.c | 28 const char *port, in platform_dcu_init()
|
| /rk3399_rockchip-uboot/arch/arm/mach-sunxi/ |
| H A D | clock.c | 41 int clock_twi_onoff(int port, int state) in clock_twi_onoff()
|
| /rk3399_rockchip-uboot/board/highbank/ |
| H A D | ahci.c | 121 static void cphy_disable_port_overrides(u8 port) in cphy_disable_port_overrides() 153 static void cphy_override_lane(u8 port) in cphy_override_lane() 175 int ahci_link_up(struct ahci_uc_priv *probe_ent, int port) in ahci_link_up()
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ehci-mx5.c | 82 int mxc_set_usbcontrol(int port, unsigned int flags) in mxc_set_usbcontrol() 214 int __weak board_ehci_hcd_init(int port) in board_ehci_hcd_init() 219 void __weak board_ehci_hcd_postinit(struct usb_ehci *ehci, int port) in board_ehci_hcd_postinit()
|
| /rk3399_rockchip-uboot/arch/nios2/include/asm/ |
| H A D | io.h | 82 static inline void insb (unsigned long port, void *dst, unsigned long count) in insb() 87 static inline void insw (unsigned long port, void *dst, unsigned long count) in insw() 92 static inline void insl (unsigned long port, void *dst, unsigned long count) in insl() 98 static inline void outsb (unsigned long port, const void *src, unsigned long count) in outsb() 104 static inline void outsw (unsigned long port, const void *src, unsigned long count) in outsw() 109 static inline void outsl (unsigned long port, const void *src, unsigned long count) in outsl()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/mach-imx/ |
| H A D | gpio.h | 21 #define IMX_GPIO_NR(port, index) ((((port)-1)*32)+((index)&31)) argument
|