| /linux/drivers/gpu/drm/amd/display/dc/dcn302/ |
| A D | dcn302_hwseq.c | 48 uint32_t pwr_status = power_on ? 0 : 2; in dcn302_dpp_pg_control() local 61 DOMAIN1_PGFSM_PWR_STATUS, pwr_status, in dcn302_dpp_pg_control() 69 DOMAIN3_PGFSM_PWR_STATUS, pwr_status, in dcn302_dpp_pg_control() 77 DOMAIN5_PGFSM_PWR_STATUS, pwr_status, in dcn302_dpp_pg_control() 85 DOMAIN7_PGFSM_PWR_STATUS, pwr_status, in dcn302_dpp_pg_control() 93 DOMAIN9_PGFSM_PWR_STATUS, pwr_status, in dcn302_dpp_pg_control() 105 uint32_t pwr_status = power_on ? 0 : 2; in dcn302_hubp_pg_control() local 118 DOMAIN0_PGFSM_PWR_STATUS, pwr_status, in dcn302_hubp_pg_control() 126 DOMAIN2_PGFSM_PWR_STATUS, pwr_status, in dcn302_hubp_pg_control() 134 DOMAIN4_PGFSM_PWR_STATUS, pwr_status, in dcn302_hubp_pg_control() [all …]
|
| /linux/drivers/usb/typec/tipd/ |
| A D | core.c | 233 u16 pwr_status; in tps6598x_connect() local 239 ret = tps6598x_read16(tps, TPS_REG_POWER_STATUS, &pwr_status); in tps6598x_connect() 243 mode = TPS_POWER_STATUS_PWROPMODE(pwr_status); in tps6598x_connect() 445 u16 pwr_status; in tps6598x_read_power_status() local 448 ret = tps6598x_read16(tps, TPS_REG_POWER_STATUS, &pwr_status); in tps6598x_read_power_status() 453 trace_tps6598x_power_status(pwr_status); in tps6598x_read_power_status() 600 u16 pwr_status; in tps6598x_psy_get_online() local 602 ret = tps6598x_read16(tps, TPS_REG_POWER_STATUS, &pwr_status); in tps6598x_psy_get_online() 606 if (TPS_POWER_STATUS_CONNECTION(pwr_status) && in tps6598x_psy_get_online() 607 TPS_POWER_STATUS_SOURCESINK(pwr_status)) { in tps6598x_psy_get_online() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
| A D | dcn31_hwseq.c | 316 uint32_t pwr_status = power_on ? 0 : 2; in dcn31_dsc_pg_control() local 338 DOMAIN_PGFSM_PWR_STATUS, pwr_status, in dcn31_dsc_pg_control() 346 DOMAIN_PGFSM_PWR_STATUS, pwr_status, in dcn31_dsc_pg_control() 354 DOMAIN_PGFSM_PWR_STATUS, pwr_status, in dcn31_dsc_pg_control() 459 uint32_t pwr_status = power_on ? 0 : 2; in dcn31_hubp_pg_control() local 470 REG_WAIT(DOMAIN0_PG_STATUS, DOMAIN_PGFSM_PWR_STATUS, pwr_status, 1, 1000); in dcn31_hubp_pg_control() 474 REG_WAIT(DOMAIN1_PG_STATUS, DOMAIN_PGFSM_PWR_STATUS, pwr_status, 1, 1000); in dcn31_hubp_pg_control() 478 REG_WAIT(DOMAIN2_PG_STATUS, DOMAIN_PGFSM_PWR_STATUS, pwr_status, 1, 1000); in dcn31_hubp_pg_control() 482 REG_WAIT(DOMAIN3_PG_STATUS, DOMAIN_PGFSM_PWR_STATUS, pwr_status, 1, 1000); in dcn31_hubp_pg_control()
|
| /linux/drivers/usb/typec/tcpm/ |
| A D | tcpci_maxim.c | 241 u8 pwr_status; in process_power_status() local 244 ret = max_tcpci_read8(chip, TCPC_POWER_STATUS, &pwr_status); in process_power_status() 248 if (pwr_status == 0xff) in process_power_status() 250 else if (pwr_status & TCPC_POWER_STATUS_SOURCING_VBUS) in process_power_status()
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
| A D | dcn20_hwseq.c | 348 uint32_t pwr_status = power_on ? 0 : 2; in dcn20_dsc_pg_control() local 425 uint32_t pwr_status = power_on ? 0 : 2; in dcn20_dpp_pg_control() local 438 DOMAIN1_PGFSM_PWR_STATUS, pwr_status, in dcn20_dpp_pg_control() 446 DOMAIN3_PGFSM_PWR_STATUS, pwr_status, in dcn20_dpp_pg_control() 454 DOMAIN5_PGFSM_PWR_STATUS, pwr_status, in dcn20_dpp_pg_control() 462 DOMAIN7_PGFSM_PWR_STATUS, pwr_status, in dcn20_dpp_pg_control() 470 DOMAIN9_PGFSM_PWR_STATUS, pwr_status, in dcn20_dpp_pg_control() 499 uint32_t pwr_status = power_on ? 0 : 2; in dcn20_hubp_pg_control() local 512 DOMAIN0_PGFSM_PWR_STATUS, pwr_status, in dcn20_hubp_pg_control() 520 DOMAIN2_PGFSM_PWR_STATUS, pwr_status, in dcn20_hubp_pg_control() [all …]
|
| /linux/drivers/staging/r8188eu/hal/ |
| A D | rtl8188eu_xmit.c | 154 u8 data_rate, pwr_status, offset; in update_txdesc() local 231 pwr_status = ODM_RA_GetHwPwrStatus_8188E(&haldata->odmpriv, pattrib->mac_id); in update_txdesc() 232 ptxdesc->txdw4 |= cpu_to_le32((pwr_status & 0x7) << PWR_STATUS_SHT); in update_txdesc()
|
| /linux/drivers/usb/typec/ucsi/ |
| A D | trace.h | 65 __entry->bc_status = UCSI_CONSTAT_BC_STATUS(status->pwr_status);
|
| A D | ucsi.h | 267 u8 pwr_status; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
| A D | dcn10_hw_sequencer.c | 624 uint32_t pwr_status = power_on ? PGFSM_POWER_ON : PGFSM_POWER_OFF; in dcn10_dpp_pg_control() local 637 DOMAIN1_PGFSM_PWR_STATUS, pwr_status, in dcn10_dpp_pg_control() 645 DOMAIN3_PGFSM_PWR_STATUS, pwr_status, in dcn10_dpp_pg_control() 653 DOMAIN5_PGFSM_PWR_STATUS, pwr_status, in dcn10_dpp_pg_control() 661 DOMAIN7_PGFSM_PWR_STATUS, pwr_status, in dcn10_dpp_pg_control() 685 uint32_t pwr_status = power_on ? PGFSM_POWER_ON : PGFSM_POWER_OFF; in dcn10_hubp_pg_control() local 698 DOMAIN0_PGFSM_PWR_STATUS, pwr_status, in dcn10_hubp_pg_control() 706 DOMAIN2_PGFSM_PWR_STATUS, pwr_status, in dcn10_hubp_pg_control() 714 DOMAIN4_PGFSM_PWR_STATUS, pwr_status, in dcn10_hubp_pg_control() 722 DOMAIN6_PGFSM_PWR_STATUS, pwr_status, in dcn10_hubp_pg_control()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | events.c | 284 power_status = MLX5_GET(mpein_reg, out, pwr_status); in mlx5_pcie_event()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| A D | trx.h | 523 u32 pwr_status:3; member
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| A D | trx.h | 529 u32 pwr_status:3; member
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| A D | trx.h | 678 u32 pwr_status:3; member
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| A D | trx.h | 614 u32 pwr_status:3; member
|
| /linux/include/linux/mlx5/ |
| A D | mlx5_ifc.h | 9309 u8 pwr_status[0x3]; member
|