Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dsdio.h86 typeof(port) (_port) = port; \
91 (_a)->mpa_tx.start_port = (_port); \
92 if ((_a)->mpa_tx.start_port <= (_port)) \
/linux/drivers/tty/serial/
H A Dlantiq.c233 lqasc_tx_int(int irq, void *_port) in lqasc_tx_int() argument
236 struct uart_port *port = (struct uart_port *)_port; in lqasc_tx_int()
247 lqasc_err_int(int irq, void *_port) in lqasc_err_int() argument
250 struct uart_port *port = (struct uart_port *)_port; in lqasc_err_int()
263 lqasc_rx_int(int irq, void *_port) in lqasc_rx_int() argument
266 struct uart_port *port = (struct uart_port *)_port; in lqasc_rx_int()
H A Dmax310x.c300 #define to_max310x_port(_port) \ argument
301 container_of(_port, struct max310x_one, port)
/linux/drivers/phy/tegra/
H A 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/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
/linux/drivers/parport/
H A Dshare.c152 static int driver_check(struct device_driver *dev_drv, void *_port) in driver_check() argument
154 struct parport *port = _port; in driver_check()
175 static int driver_detach(struct device_driver *_drv, void *_port) in driver_detach() argument
177 struct parport *port = _port; in driver_detach()
/linux/drivers/cxl/core/
H A Dport.c621 static void unregister_port(void *_port) in unregister_port() argument
623 struct cxl_port *port = _port; in unregister_port()
630 static void cxl_unlink_uport(void *_port) in cxl_unlink_uport() argument
632 struct cxl_port *port = _port; in cxl_unlink_uport()
648 static void cxl_unlink_parent_dport(void *_port) in cxl_unlink_parent_dport() argument
650 struct cxl_port *port = _port; in cxl_unlink_parent_dport()
677 struct cxl_port *port, *_port __free(kfree) = NULL; in cxl_port_alloc()
687 _port = kzalloc_obj(*port); in cxl_port_alloc()
688 if (!_port) in cxl_port_alloc()
699 port = no_free_ptr(_port); in cxl_port_alloc()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-intel_th-devices-gth8 What: /sys/bus/intel_th/devices/<intel_th_id>-gth/outputs/[0-7]_port
/linux/drivers/phy/mscc/
H A Dphy-ocelot-serdes.c345 #define SERDES_MUX(_idx, _port, _mode, _submode, _mask, _mux) { \ argument
347 .port = _port, \
/linux/drivers/phy/microchip/
H A Dlan966x_serdes.c29 #define SERDES_MUX(_idx, _port, _mode, _submode, _mask, _mux) { \ argument
31 .port = _port, \
/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h303 #define netxen_set_tx_port(_desc, _port) \ argument
304 (_desc)->port_ctxid = ((_port) & 0xf) | (((_port) << 4) & 0xf0)
/linux/net/tipc/
H A Dsocket.c3844 u32 _port, _sktype, _type, _lower, _upper; in tipc_sk_filtering() local
3852 _port = sysctl_tipc_sk_filter[0]; in tipc_sk_filtering()
3858 if (!_port && !_sktype && !_type && !_lower && !_upper) in tipc_sk_filtering()
3861 if (_port) in tipc_sk_filtering()
3862 return (_port == tsk->portid); in tipc_sk_filtering()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_io.c38 #define qlcnic_set_tx_port(_desc, _port) \ argument
39 ((_desc)->port_ctxid = ((_port) & 0xf) | (((_port) << 4) & 0xf0))
/linux/drivers/net/dsa/realtek/
H A Drtl8365mb_main.c252 #define RTL8365MB_BYPASS_LINE_RATE_MASK(_port) BIT((_port) - 5) argument
/linux/drivers/edac/
H A Dpnd2_edac.c298 ops->rd_reg(regname ## _port, \
/linux/drivers/net/wireless/realtek/rtw89/
H A Dreg.h2711 typeof(port) _port = (port); \
2712 GENMASK((_port) * 2 + 1, (_port) * 2); \