Home
last modified time | relevance | path

Searched defs:_port (Results 1 – 25 of 25) sorted by relevance

/openbmc/linux/drivers/gpio/
H A Dgpio-tegra186.c997 #define TEGRA186_MAIN_GPIO_PORT(_name, _bank, _port, _pins) \ argument
1040 #define TEGRA186_AON_GPIO_PORT(_name, _bank, _port, _pins) \ argument
1068 #define TEGRA194_MAIN_GPIO_PORT(_name, _bank, _port, _pins) \ argument
1124 #define TEGRA194_AON_GPIO_PORT(_name, _bank, _port, _pins) \ argument
1150 #define TEGRA234_MAIN_GPIO_PORT(_name, _bank, _port, _pins) \ argument
1195 #define TEGRA234_AON_GPIO_PORT(_name, _bank, _port, _pins) \ argument
1222 #define TEGRA241_MAIN_GPIO_PORT(_name, _bank, _port, _pins) \ argument
1253 #define TEGRA241_AON_GPIO_PORT(_name, _bank, _port, _pins) \ argument
/openbmc/u-boot/board/nvidia/venice2/
H A Dpinmux-config-venice2.h17 #define GPIO_INIT(_port, _gpio, _init) \ argument
/openbmc/u-boot/board/nvidia/nyan-big/
H A Dpinmux-config-nyan-big.h17 #define GPIO_INIT(_port, _gpio, _init) \ argument
/openbmc/u-boot/board/nvidia/p2371-0000/
H A Dpinmux-config-p2371-0000.h17 #define GPIO_INIT(_port, _gpio, _init) \ argument
/openbmc/u-boot/board/nvidia/e2220-1170/
H A Dpinmux-config-e2220-1170.h17 #define GPIO_INIT(_port, _gpio, _init) \ argument
/openbmc/u-boot/board/nvidia/p2371-2180/
H A Dpinmux-config-p2371-2180.h17 #define GPIO_INIT(_port, _gpio, _init) \ argument
/openbmc/u-boot/board/toradex/apalis-tk1/
H A Dpinmux-config-apalis-tk1.h9 #define GPIO_INIT(_port, _gpio, _init) \ argument
/openbmc/u-boot/board/nvidia/p2571/
H A Dpinmux-config-p2571.h17 #define GPIO_INIT(_port, _gpio, _init) \ argument
/openbmc/u-boot/board/nvidia/jetson-tk1/
H A Dpinmux-config-jetson-tk1.h17 #define GPIO_INIT(_port, _gpio, _init) \ argument
/openbmc/u-boot/board/cei/cei-tk1-som/
H A Dpinmux-config-cei-tk1-som.h17 #define GPIO_INIT(_port, _gpio, _init) \ argument
/openbmc/linux/drivers/phy/tegra/
H A Dxusb-tegra210.c275 #define UTMIP(_port, _offset1, _offset2) \ argument
286 #define UTMIP_WAKE_VAL(_port, _value) (((_value) & 0xf) << \ argument
288 #define UTMIP_WAKE_VAL_NONE(_port) UTMIP_WAKE_VAL(_port, 12) argument
289 #define UTMIP_WAKE_VAL_ANY(_port) UTMIP_WAKE_VAL(_port, 15) argument
326 #define SPEED(_port, _value) (((_value) & 0x3) << \ argument
328 #define UTMI_HS(_port) SPEED(_port, 0) argument
329 #define UTMI_FS(_port) SPEED(_port, 1) argument
330 #define UTMI_LS(_port) SPEED(_port, 2) argument
331 #define UTMI_RST(_port) SPEED(_port, 3) argument
/openbmc/linux/drivers/parport/
H A Dshare.c154 static int driver_check(struct device_driver *dev_drv, void *_port) in driver_check()
181 static int driver_detach(struct device_driver *_drv, void *_port) in driver_detach()
/openbmc/linux/drivers/tty/serial/
H A Dlantiq.c233 lqasc_tx_int(int irq, void *_port) in lqasc_tx_int()
247 lqasc_err_int(int irq, void *_port) in lqasc_err_int()
263 lqasc_rx_int(int irq, void *_port) in lqasc_rx_int()
H A Dsh-sci.c95 #define min_sr(_port) ffs((_port)->sampling_rate_mask) argument
96 #define max_sr(_port) fls((_port)->sampling_rate_mask) argument
99 #define for_each_sr(_sr, _port) \ argument
H A Dmax310x.c285 #define to_max310x_port(_port) \ argument
/openbmc/linux/drivers/net/dsa/qca/
H A Dar9331.c75 #define AR9331_SW_REG_PORT_STATUS(_port) (0x100 + (_port) * 0x100) argument
104 #define AR9331_SW_REG_PORT_CTRL(_port) (0x104 + (_port) * 0x100) argument
113 #define AR9331_SW_REG_PORT_VLAN(_port) (0x108 + (_port) * 0x100) argument
/openbmc/linux/drivers/phy/mscc/
H A Dphy-ocelot-serdes.c345 #define SERDES_MUX(_idx, _port, _mode, _submode, _mask, _mux) { \ argument
/openbmc/linux/drivers/cxl/core/
H A Dport.c559 static void unregister_port(void *_port) in unregister_port()
587 static void cxl_unlink_uport(void *_port) in cxl_unlink_uport()
605 static void cxl_unlink_parent_dport(void *_port) in cxl_unlink_parent_dport()
/openbmc/linux/drivers/usb/host/
H A Dxhci-dbgtty.c370 static int dbc_port_activate(struct tty_port *_port, struct tty_struct *tty) in dbc_port_activate()
/openbmc/linux/drivers/phy/marvell/
H A Dphy-mvebu-cp110-comphy.c188 #define ETH_CONF(_lane, _port, _submode, _mux, _fw) \ argument
198 #define GEN_CONF(_lane, _port, _mode, _fw) \ argument
/openbmc/linux/drivers/phy/microchip/
H A Dlan966x_serdes.c29 #define SERDES_MUX(_idx, _port, _mode, _submode, _mask, _mux) { \ argument
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_io.c38 #define qlcnic_set_tx_port(_desc, _port) \ argument
/openbmc/linux/drivers/thunderbolt/
H A Dtb.h709 #define __TB_PORT_PRINT(level, _port, fmt, arg...) \ argument
/openbmc/linux/net/tipc/
H A Dsocket.c3848 u32 _port, _sktype, _type, _lower, _upper; in tipc_sk_filtering() local
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h303 #define netxen_set_tx_port(_desc, _port) \ argument