| /rk3399_rockchip-uboot/board/freescale/common/ |
| H A D | fman.c | 69 enum srds_prtcl serdes_device_from_fm_port(enum fm_port port) in serdes_device_from_fm_port()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | io.h | 244 #define outb_p(val,port) outb((val),(port)) argument 245 #define outw_p(val,port) outw((val),(port)) argument 246 #define outl_p(val,port) outl((val),(port)) argument 247 #define inb_p(port) inb((port)) argument 248 #define inw_p(port) inw((port)) argument 249 #define inl_p(port) inl((port)) argument 251 #define outsb_p(port,from,len) outsb(port,from,len) argument 252 #define outsw_p(port,from,len) outsw(port,from,len) argument 253 #define outsl_p(port,from,len) outsl(port,from,len) argument 254 #define insb_p(port,to,len) insb(port,to,len) argument [all …]
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ehci-mx6.c | 190 int usb_phy_mode(int port) in usb_phy_mode() 253 int usb_phy_mode(int port) in usb_phy_mode() 310 int __weak board_usb_phy_mode(int port) in board_usb_phy_mode() 324 int __weak board_ehci_hcd_init(int port) in board_ehci_hcd_init() 339 int __weak board_ehci_power(int port, int on) in board_ehci_power()
|
| /rk3399_rockchip-uboot/arch/x86/cpu/broadwell/ |
| H A D | sdram.c | 55 static inline void pei_data_usb2_port(struct pei_data *pei_data, int port, in pei_data_usb2_port() 65 static inline void pei_data_usb3_port(struct pei_data *pei_data, int port, in pei_data_usb3_port()
|
| /rk3399_rockchip-uboot/board/theobroma-systems/puma_rk3399/ |
| H A D | puma-rk3399.c | 219 static int board_usb_port_power_set(struct udevice *dev, int port, in board_usb_port_power_set() 254 void usb_hub_reset_devices(struct usb_hub_device *hub, int port) in usb_hub_reset_devices()
|
| /rk3399_rockchip-uboot/board/technexion/pico-imx6ul/ |
| H A D | pico-imx6ul.c | 249 int board_usb_phy_mode(int port) in board_usb_phy_mode() 257 int board_ehci_hcd_init(int port) in board_ehci_hcd_init()
|
| /rk3399_rockchip-uboot/arch/sandbox/include/asm/ |
| H A D | io.h | 106 static inline void _insw(volatile u16 *port, void *buf, int ns) in _insw() 110 static inline void _outsw(volatile u16 *port, const void *buf, int ns) in _outsw() 114 #define insw(port, buf, ns) _insw((u16 *)port, buf, ns) argument 115 #define outsw(port, buf, ns) _outsw((u16 *)port, buf, ns) argument
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/ |
| H A D | qe_io.c | 16 void qe_config_iopin(u8 port, u8 pin, int dir, int open_drain, int assign) in qe_config_iopin()
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ |
| H A D | qe_io.c | 17 void qe_config_iopin(u8 port, u8 pin, int dir, int open_drain, int assign) in qe_config_iopin()
|
| /rk3399_rockchip-uboot/board/freescale/mx6sxsabreauto/ |
| H A D | mx6sxsabreauto.c | 189 int board_usb_phy_mode(int port) in board_usb_phy_mode() 197 int board_ehci_hcd_init(int port) in board_ehci_hcd_init()
|
| /rk3399_rockchip-uboot/board/ccv/xpress/ |
| H A D | xpress.c | 199 int board_usb_phy_mode(int port) in board_usb_phy_mode() 207 int board_ehci_hcd_init(int port) in board_ehci_hcd_init()
|
| /rk3399_rockchip-uboot/board/grinn/liteboard/ |
| H A D | board.c | 212 int board_usb_phy_mode(int port) in board_usb_phy_mode() 272 unsigned port = (reg >> 11) & 0x1; in board_boot_order() local
|
| /rk3399_rockchip-uboot/board/freescale/ls1021aqds/ |
| H A D | dcu.c | 44 const char *port, in platform_dcu_init()
|
| /rk3399_rockchip-uboot/arch/m68k/cpu/mcf547x_8x/ |
| H A D | cpu_init.c | 102 void uart_port_conf(int port) in uart_port_conf()
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | io.h | 187 #define inb(port) _inb((uintptr_t)(port)) argument 188 #define inw(port) _inw((uintptr_t)(port)) argument 189 #define inl(port) _inl((uintptr_t)(port)) argument 195 #define outb(val, port) _outb(val, (uintptr_t)(port)) argument 196 #define outw(val, port) _outw(val, (uintptr_t)(port)) argument 197 #define outl(val, port) _outl(val, (uintptr_t)(port)) argument
|
| /rk3399_rockchip-uboot/board/freescale/t102xrdb/ |
| H A D | eth_t102xrdb.c | 129 enum fm_port port, int offset) in board_ft_fman_fixup_port()
|
| /rk3399_rockchip-uboot/board/armadeus/opos6uldev/ |
| H A D | board.c | 84 int board_ehci_hcd_init(int port) in board_ehci_hcd_init()
|
| /rk3399_rockchip-uboot/arch/m68k/cpu/mcf530x/ |
| H A D | cpu_init.c | 145 void uart_port_conf(int port) in uart_port_conf()
|
| /rk3399_rockchip-uboot/arch/m68k/cpu/mcf523x/ |
| H A D | cpu_init.c | 125 void uart_port_conf(int port) in uart_port_conf()
|
| /rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/ |
| H A D | mpc8610hpcd_diu.c | 41 int platform_diu_init(unsigned int xres, unsigned int yres, const char *port) in platform_diu_init()
|
| /rk3399_rockchip-uboot/board/tqc/tqma6/ |
| H A D | tqma6_wru4.c | 313 int board_ehci_hcd_init(int port) in board_ehci_hcd_init() 328 int board_ehci_power(int port, int on) in board_ehci_power()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx7ulp/ |
| H A D | gpio.h | 20 #define IMX_GPIO_NR(port, index) ((((port)-1)*32)+((index)&31)) argument
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | serial_pxa.c | 60 void pxa_setbrg_common(struct pxa_uart_regs *uart_regs, int port, int baudrate) in pxa_setbrg_common() 308 int port = plat->port; in pxa_serial_setbrg() local
|
| /rk3399_rockchip-uboot/board/freescale/t104xrdb/ |
| H A D | diu.c | 66 int platform_diu_init(unsigned int xres, unsigned int yres, const char *port) in platform_diu_init()
|
| /rk3399_rockchip-uboot/board/freescale/t1040qds/ |
| H A D | diu.c | 71 int platform_diu_init(unsigned int xres, unsigned int yres, const char *port) in platform_diu_init()
|