Searched refs:pp0 (Results 1 – 5 of 5) sorted by relevance
| /drivers/message/fusion/ |
| A D | mptfc.c | 1017 FCPortPage0_t *pp0; in mptfc_init_host_attr() local 1025 pp0 = &ioc->fc_port_page0[portnum]; in mptfc_init_host_attr() 1036 fc_host_maxframe_size(sh) = pp0->MaxFrameSize; in mptfc_init_host_attr() 1039 (u64)pp0->WWNN.High << 32 | (u64)pp0->WWNN.Low; in mptfc_init_host_attr() 1042 (u64)pp0->WWPN.High << 32 | (u64)pp0->WWPN.Low; in mptfc_init_host_attr() 1044 fc_host_port_id(sh) = pp0->PortIdentifier; in mptfc_init_host_attr() 1046 class = pp0->SupportedServiceClass; in mptfc_init_host_attr() 1079 if (pp0->PortState == MPI_FCPORTPAGE0_PORTSTATE_ONLINE) in mptfc_init_host_attr() 1097 (pp0->Flags & MPI_FCPORTPAGE0_FLAGS_FABRIC_WWN_VALID) ? in mptfc_init_host_attr() 1098 (u64) pp0->FabricWWNN.High << 32 | (u64) pp0->FabricWWPN.Low : in mptfc_init_host_attr() [all …]
|
| /drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe-pci.c | 267 pdata->pp0 = XP_IOREAD(pdata, XP_PROP_0); in xgbe_pci_probe() 273 dev_dbg(dev, "port property 0 = %#010x\n", pdata->pp0); in xgbe_pci_probe()
|
| A D | xgbe-phy-v2.c | 3135 if (!XP_GET_BITS(pdata->pp0, XP_PROP_0, PORT_SPEEDS)) in xgbe_phy_port_enabled() 3137 if (!XP_GET_BITS(pdata->pp0, XP_PROP_0, CONN_TYPE)) in xgbe_phy_port_enabled() 3364 phy_data->port_mode = XP_GET_BITS(pdata->pp0, XP_PROP_0, PORT_MODE); in xgbe_phy_init() 3365 phy_data->port_id = XP_GET_BITS(pdata->pp0, XP_PROP_0, PORT_ID); in xgbe_phy_init() 3366 phy_data->port_speeds = XP_GET_BITS(pdata->pp0, XP_PROP_0, PORT_SPEEDS); in xgbe_phy_init() 3367 phy_data->conn_type = XP_GET_BITS(pdata->pp0, XP_PROP_0, CONN_TYPE); in xgbe_phy_init() 3368 phy_data->mdio_addr = XP_GET_BITS(pdata->pp0, XP_PROP_0, MDIO_ADDR); in xgbe_phy_init()
|
| A D | xgbe.h | 990 unsigned int pp0; member
|
| /drivers/gpu/drm/lima/ |
| A D | lima_device.c | 57 LIMA_IP_DESC(pp0, true, true, 0x08000, 0x08000, pp, "pp0"),
|
Completed in 20 milliseconds