pghw_set_lookup
if ((hwset = pghw_set_lookup(type)) == NULL ||
if ((hwset = pghw_set_lookup(type)) == NULL) {
hwset = pghw_set_lookup(hw);
if ((hwset = pghw_set_lookup(hw)) == NULL)
if ((hwset = pghw_set_lookup(hw)) == NULL) {
hwset = pghw_set_lookup(pg->pghw_hw);
if ((hwset = pghw_set_lookup(hw)) == NULL) {
set = pghw_set_lookup(hw);
extern group_t *pghw_set_lookup(pghw_type_t);
chips = pghw_set_lookup(PGHW_CHIP);