Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ata/
Dsata_highbank.c62 #define CPHY_PORT_COUNT (CPHY_PHY_COUNT * CPHY_LANE_COUNT) macro
74 static struct phy_lane_info port_data[CPHY_PORT_COUNT];
346 u32 tx_atten[CPHY_PORT_COUNT] = {}; in highbank_initialize_phys()
348 memset(port_data, 0, sizeof(struct phy_lane_info) * CPHY_PORT_COUNT); in highbank_initialize_phys()
375 } while (port < CPHY_PORT_COUNT); in highbank_initialize_phys()