Home
last modified time | relevance | path

Searched refs:port_width (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/drivers/gpio/
H A Dmscc_sgpio.c37 struct mscc_sgpio_bf port_width; member
47 #define MSCC_F_CFG_SIO_PORT_WIDTH(p, x) __F(p->props->port_width, x)
48 #define MSCC_M_CFG_SIO_PORT_WIDTH(p) __M(p->props->port_width)
57 .port_width = { 2, 3 },
65 .port_width = { 7, 8 },
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.h210 int port_width; member
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.h224 int port_width; member
H A Dmthca_cmd.c1471 flags |= param->port_width << INIT_IB_PORT_WIDTH_SHIFT; in mthca_INIT_IB()
H A Dmthca_qp.c317 param.port_width = dev->limits.port_width_cap; in init_port()
/openbmc/linux/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_ioc.h428 u8 port_width; member
H A Dmpi30_cnfg.h1816 u8 port_width; member
/openbmc/linux/drivers/message/fusion/
H A Dmptbase.c7572 u8 port_width = (u8)(evData0 >> 16); in mpt_display_event_info() local
7577 phy_num, port_num, port_width, primitive); in mpt_display_event_info()