Home
last modified time | relevance | path

Searched refs:_port (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.15/drivers/phy/marvell/
Dphy-mvebu-a3700-comphy.c59 #define MVEBU_A3700_COMPHY_CONF(_lane, _mode, _smode, _port, _fw) \ argument
64 .port = _port, \
68 #define MVEBU_A3700_COMPHY_CONF_GEN(_lane, _mode, _port, _fw) \ argument
69 MVEBU_A3700_COMPHY_CONF(_lane, _mode, PHY_INTERFACE_MODE_NA, _port, _fw)
71 #define MVEBU_A3700_COMPHY_CONF_ETH(_lane, _smode, _port, _fw) \ argument
72 MVEBU_A3700_COMPHY_CONF(_lane, PHY_MODE_ETHERNET, _smode, _port, _fw)
Dphy-mvebu-cp110-comphy.c186 #define ETH_CONF(_lane, _port, _submode, _mux, _fw) \ argument
189 .port = _port, \
196 #define GEN_CONF(_lane, _port, _mode, _fw) \ argument
199 .port = _port, \
/Linux-v5.15/drivers/gpio/
Dgpio-tegra186.c741 #define TEGRA186_MAIN_GPIO_PORT(_name, _bank, _port, _pins) \ argument
745 .port = _port, \
782 #define TEGRA186_AON_GPIO_PORT(_name, _bank, _port, _pins) \ argument
786 .port = _port, \
808 #define TEGRA194_MAIN_GPIO_PORT(_name, _bank, _port, _pins) \ argument
812 .port = _port, \
862 #define TEGRA194_AON_GPIO_PORT(_name, _bank, _port, _pins) \ argument
866 .port = _port, \
/Linux-v5.15/drivers/phy/tegra/
Dxusb-tegra210.c275 #define UTMIP(_port, _offset1, _offset2) \ argument
276 (((_port) <= 2) ? (_offset1) : (_offset2))
286 #define UTMIP_WAKE_VAL(_port, _value) (((_value) & 0xf) << \ argument
287 (UTMIP(_port, 8 * (_port) + 4, 4)))
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
327 (UTMIP(_port, 8 * (_port), 8)))
328 #define UTMI_HS(_port) SPEED(_port, 0) argument
329 #define UTMI_FS(_port) SPEED(_port, 1) argument
[all …]
/Linux-v5.15/drivers/tty/serial/
Dlantiq.c256 lqasc_tx_int(int irq, void *_port) in lqasc_tx_int() argument
259 struct uart_port *port = (struct uart_port *)_port; in lqasc_tx_int()
270 lqasc_err_int(int irq, void *_port) in lqasc_err_int() argument
273 struct uart_port *port = (struct uart_port *)_port; in lqasc_err_int()
285 lqasc_rx_int(int irq, void *_port) in lqasc_rx_int() argument
288 struct uart_port *port = (struct uart_port *)_port; in lqasc_rx_int()
Dsh-sci.c94 #define min_sr(_port) ffs((_port)->sampling_rate_mask) argument
95 #define max_sr(_port) fls((_port)->sampling_rate_mask) argument
98 #define for_each_sr(_sr, _port) \ argument
99 for ((_sr) = max_sr(_port); (_sr) >= min_sr(_port); (_sr)--) \
100 if ((_port)->sampling_rate_mask & SCI_SR((_sr)))
Dmax310x.c266 #define to_max310x_port(_port) \ argument
267 container_of(_port, struct max310x_one, port)
/Linux-v5.15/drivers/net/dsa/qca/
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
/Linux-v5.15/drivers/cxl/core/
Dbus.c253 static void unregister_port(void *_port) in unregister_port() argument
255 struct cxl_port *port = _port; in unregister_port()
271 static void cxl_unlink_uport(void *_port) in cxl_unlink_uport() argument
273 struct cxl_port *port = _port; in cxl_unlink_uport()
/Linux-v5.15/drivers/tty/serial/8250/
DMakefile9 8250_base-y := 8250_port.o
/Linux-v5.15/drivers/parport/
Dshare.c154 static int driver_check(struct device_driver *dev_drv, void *_port) in driver_check() argument
156 struct parport *port = _port; in driver_check()
181 static int driver_detach(struct device_driver *_drv, void *_port) in driver_detach() argument
183 struct parport *port = _port; in driver_detach()
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-bus-intel_th-devices-gth8 What: /sys/bus/intel_th/devices/<intel_th_id>-gth/outputs/[0-7]_port
/Linux-v5.15/drivers/phy/mscc/
Dphy-ocelot-serdes.c345 #define SERDES_MUX(_idx, _port, _mode, _submode, _mask, _mux) { \ argument
347 .port = _port, \
/Linux-v5.15/drivers/usb/host/
Dxhci-dbgtty.c364 static int dbc_port_activate(struct tty_port *_port, struct tty_struct *tty) in dbc_port_activate() argument
367 struct dbc_port *port = container_of(_port, struct dbc_port, port); in dbc_port_activate()
/Linux-v5.15/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic.h303 #define netxen_set_tx_port(_desc, _port) \ argument
304 (_desc)->port_ctxid = ((_port) & 0xf) | (((_port) << 4) & 0xf0)
/Linux-v5.15/drivers/thunderbolt/
Dtb.h650 #define __TB_PORT_PRINT(level, _port, fmt, arg...) \ argument
652 const struct tb_port *__port = (_port); \
/Linux-v5.15/net/tipc/
Dsocket.c3842 u32 _port, _sktype, _type, _lower, _upper; in tipc_sk_filtering() local
3850 _port = sysctl_tipc_sk_filter[0]; in tipc_sk_filtering()
3856 if (!_port && !_sktype && !_type && !_lower && !_upper) in tipc_sk_filtering()
3859 if (_port) in tipc_sk_filtering()
3860 return (_port == tsk->portid); in tipc_sk_filtering()
/Linux-v5.15/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c37 #define qlcnic_set_tx_port(_desc, _port) \ argument
38 ((_desc)->port_ctxid = ((_port) & 0xf) | (((_port) << 4) & 0xf0))
/Linux-v5.15/drivers/edac/
Dpnd2_edac.c320 ops->rd_reg(regname ## _port, \