/linux/drivers/gpio/ |
H A D | gpio-tegra186.c | 999 #define TEGRA186_MAIN_GPIO_PORT(_name, _bank, _port, _pins) \ argument 1042 #define TEGRA186_AON_GPIO_PORT(_name, _bank, _port, _pins) \ argument 1070 #define TEGRA194_MAIN_GPIO_PORT(_name, _bank, _port, _pins) \ argument 1126 #define TEGRA194_AON_GPIO_PORT(_name, _bank, _port, _pins) \ argument 1152 #define TEGRA234_MAIN_GPIO_PORT(_name, _bank, _port, _pins) \ argument 1197 #define TEGRA234_AON_GPIO_PORT(_name, _bank, _port, _pins) \ argument 1224 #define TEGRA241_MAIN_GPIO_PORT(_name, _bank, _port, _pins) \ argument 1255 #define TEGRA241_AON_GPIO_PORT(_name, _bank, _port, _pins) \ argument
|
/linux/drivers/phy/tegra/ |
H A D | xusb-tegra210.c | 275 #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
|
/linux/drivers/parport/ |
H A D | share.c | 152 static int driver_check(struct device_driver *dev_drv, void *_port) in driver_check() 175 static int driver_detach(struct device_driver *_drv, void *_port) in driver_detach()
|
/linux/drivers/tty/serial/ |
H A D | lantiq.c | 233 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 D | sh-sci-common.h | 160 #define min_sr(_port) ffs((_port)->sampling_rate_mask) argument 161 #define max_sr(_port) fls((_port)->sampling_rate_mask) argument
|
H A D | max310x.c | 289 #define to_max310x_port(_port) \ argument
|
H A D | sh-sci.c | 72 #define for_each_sr(_sr, _port) \ argument
|
/linux/drivers/net/dsa/qca/ |
H A D | ar9331.c | 75 #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/phy/mscc/ |
H A D | phy-ocelot-serdes.c | 345 #define SERDES_MUX(_idx, _port, _mode, _submode, _mask, _mux) { \ argument
|
/linux/drivers/cxl/core/ |
H A D | port.c | 612 static void unregister_port(void *_port) in unregister_port() 635 static void cxl_unlink_uport(void *_port) in cxl_unlink_uport() 653 static void cxl_unlink_parent_dport(void *_port) in cxl_unlink_parent_dport()
|
/linux/drivers/phy/microchip/ |
H A D | lan966x_serdes.c | 29 #define SERDES_MUX(_idx, _port, _mode, _submode, _mask, _mux) { \ argument
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_io.c | 38 #define qlcnic_set_tx_port(_desc, _port) \ argument
|
/linux/drivers/thunderbolt/ |
H A D | tb.h | 743 #define __TB_PORT_PRINT(level, _port, fmt, arg...) \ argument
|
/linux/net/tipc/ |
H A D | socket.c | 3839 u32 _port, _sktype, _type, _lower, _upper; in tipc_sk_filtering() local
|
/linux/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic.h | 303 #define netxen_set_tx_port(_desc, _port) \ argument
|