Lines Matching defs:gctl
1330 unsigned int gctl;
1333 gctl = hw_read_20kx(hw, GCTL);
1334 set_field(&gctl, GCTL_EAI, 0);
1335 hw_write_20kx(hw, GCTL, gctl);
1336 set_field(&gctl, GCTL_EAI, 1);
1337 hw_write_20kx(hw, GCTL, gctl);
1340 gctl = hw_read_20kx(hw, GCTL);
1341 if (get_field(gctl, GCTL_AID))
1344 if (!get_field(gctl, GCTL_AID)) {
1987 unsigned int gctl;
2010 gctl = hw_read_20kx(hw, GCTL);
2011 set_field(&gctl, GCTL_EAC, 1);
2012 set_field(&gctl, GCTL_DBP, 1);
2013 set_field(&gctl, GCTL_TBP, 1);
2014 set_field(&gctl, GCTL_FBP, 1);
2015 set_field(&gctl, GCTL_ET, 1);
2016 hw_write_20kx(hw, GCTL, gctl);