Searched refs:XSWITCH_CENSUS_PORT_MIN (Results 1 – 1 of 1) sorted by relevance
66 #define XSWITCH_CENSUS_PORT_MIN (0x0) macro97 #if XSWITCH_CENSUS_PORT_MIN in xswitch_info_vhdl_set()98 if (port < XSWITCH_CENSUS_PORT_MIN) in xswitch_info_vhdl_set()104 xswitch_info->vhdl[port - XSWITCH_CENSUS_PORT_MIN] = xwidget; in xswitch_info_vhdl_set()111 #if XSWITCH_CENSUS_PORT_MIN in xswitch_info_vhdl_get()112 if (port < XSWITCH_CENSUS_PORT_MIN) in xswitch_info_vhdl_get()118 return xswitch_info->vhdl[port - XSWITCH_CENSUS_PORT_MIN]; in xswitch_info_vhdl_get()131 #if XSWITCH_CENSUS_PORT_MIN in xswitch_info_master_assignment_set()132 if (port < XSWITCH_CENSUS_PORT_MIN) in xswitch_info_master_assignment_set()138 xswitch_info->master_vhdl[port - XSWITCH_CENSUS_PORT_MIN] = master_vhdl; in xswitch_info_master_assignment_set()[all …]