Searched refs:tc9563 (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/pci/pwrctrl/ |
| H A D | pci-pwrctrl-tc9563.c | 233 static int tc9563_pwrctrl_disable_port(struct tc9563_pwrctrl *tc9563, in tc9563_pwrctrl_disable_port() argument 236 struct tc9563_pwrctrl_cfg *cfg = &tc9563->cfg[port]; in tc9563_pwrctrl_disable_port() 257 ret = tc9563_pwrctrl_i2c_bulk_write(tc9563->client, seq, len); in tc9563_pwrctrl_disable_port() 261 return tc9563_pwrctrl_i2c_bulk_write(tc9563->client, common_pwroff_seq, in tc9563_pwrctrl_disable_port() 265 static int tc9563_pwrctrl_set_port_l0s_l1_entry_delay(struct tc9563_pwrctrl *tc9563, in tc9563_pwrctrl_set_port_l0s_l1_entry_delay() argument 278 ret = tc9563_pwrctrl_i2c_write(tc9563->client, TC9563_PORT_SELECT, in tc9563_pwrctrl_set_port_l0s_l1_entry_delay() 283 return tc9563_pwrctrl_i2c_write(tc9563->client, in tc9563_pwrctrl_set_port_l0s_l1_entry_delay() 288 static int tc9563_pwrctrl_set_eth_l0s_l1_entry_delay(struct tc9563_pwrctrl *tc9563, in tc9563_pwrctrl_set_eth_l0s_l1_entry_delay() argument 300 ret = tc9563_pwrctrl_i2c_read(tc9563->client, TC9563_EMBEDDED_ETH_DELAY, in tc9563_pwrctrl_set_eth_l0s_l1_entry_delay() 312 return tc9563_pwrctrl_i2c_write(tc9563->client, TC9563_EMBEDDED_ETH_DELAY, in tc9563_pwrctrl_set_eth_l0s_l1_entry_delay() [all …]
|