Home
last modified time | relevance | path

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

/openbmc/linux/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] = {}; in highbank_initialize_phys()
334 memset(port_data, 0, sizeof(struct phy_lane_info) * CPHY_PORT_COUNT); in highbank_initialize_phys()
361 } while (port < CPHY_PORT_COUNT); in highbank_initialize_phys()