Home
last modified time | relevance | path

Searched refs:_in (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dcoreboot_tables.h269 #define UNPACK_CB64(_in) \ argument
270 ((((u64) _in.hi) << 32) | _in.lo)
H A Dio.h158 static inline RETURN_TYPE _in##s(unsigned short port) { RETURN_TYPE _v;
/rk3399_rockchip-uboot/drivers/serial/
H A Dserial_sh.h400 static inline unsigned int sci_##name##_in(struct uart_port *port) {\
419 static inline unsigned int sci_##name##_in(struct uart_port *port) {\
427 static inline unsigned int sci_##name##_in(struct uart_port *port) {\
437 static inline unsigned int sci_##name##_in(struct uart_port *port) {\
628 #define sci_in(port, reg) sci_##reg##_in(port)
/rk3399_rockchip-uboot/arch/arm/mach-kirkwood/include/mach/
H A Dmpp.h12 #define MPP(_num, _sel, _in, _out, _F6180, _F6190, _F6192, _F6281) ( \ argument
15 /* may be input signal */ ((!!(_in)) << 12) | \
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dci_udc.c668 int num, in, _num, _in, i; in handle_setup() local
709 _in = !!(r.wIndex & 0x80); in handle_setup()
722 if ((num == _num) && (in == _in)) { in handle_setup()