Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/iwp/
H A Diwp.c4090 iwp_powertable_cmd_t powertable; in iwp_config() local
4100 (void) memset(&powertable, 0, sizeof (powertable)); in iwp_config()
4101 powertable.flags = LE_16(0x8); in iwp_config()
4102 err = iwp_cmd(sc, POWER_TABLE_CMD, &powertable, in iwp_config()
4103 sizeof (powertable), 0); in iwp_config()
/titanic_50/usr/src/uts/common/io/iwh/
H A Diwh.c4292 iwh_powertable_cmd_t powertable; in iwh_config() local
4304 (void) memset(&powertable, 0, sizeof (powertable)); in iwh_config()
4305 powertable.flags = LE_16(0x8); in iwh_config()
4306 err = iwh_cmd(sc, POWER_TABLE_CMD, &powertable, in iwh_config()
4307 sizeof (powertable), 0); in iwh_config()
/titanic_50/usr/src/uts/common/io/iwk/
H A Diwk2.c3806 iwk_powertable_cmd_t powertable; in iwk_config() local
3816 (void) memset(&powertable, 0, sizeof (powertable)); in iwk_config()
3817 powertable.flags = LE_16(0x8); in iwk_config()
3818 err = iwk_cmd(sc, POWER_TABLE_CMD, &powertable, in iwk_config()
3819 sizeof (powertable), 0); in iwk_config()