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

/linux-master/drivers/ata/
H A Dsata_highbank.c50 #define CPHY_PORT_COUNT (CPHY_PHY_COUNT * CPHY_LANE_COUNT) macro
62 static struct phy_lane_info port_data[CPHY_PORT_COUNT];
332 u32 tx_atten[CPHY_PORT_COUNT] = {};
334 memset(port_data, 0, sizeof(struct phy_lane_info) * CPHY_PORT_COUNT);
361 } while (port < CPHY_PORT_COUNT);

Completed in 114 milliseconds