phy_table_tile
const union phy_table_tile *p = tbl->data;
const union phy_table_tile *end = p + tbl->size / 2;
BUILD_BUG_ON(sizeof(union phy_table_tile) != sizeof(struct phy_cfg_pair));