Searched refs:pme_csr (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_pcie.c | 5454 uint32 pme_csr; in dhdpcie_pme_active() local 5463 pme_csr = OSL_PCI_READ_CONFIG(osh, cap_ptr + PME_CSR_OFFSET, sizeof(uint32)); in dhdpcie_pme_active() 5464 DHD_ERROR(("%s : pme_sts_ctrl 0x%x\n", __FUNCTION__, pme_csr)); in dhdpcie_pme_active() 5466 pme_csr |= PME_CSR_PME_STAT; in dhdpcie_pme_active() 5468 pme_csr |= PME_CSR_PME_EN; in dhdpcie_pme_active() 5470 pme_csr &= ~PME_CSR_PME_EN; in dhdpcie_pme_active() 5473 OSL_PCI_WRITE_CONFIG(osh, cap_ptr + PME_CSR_OFFSET, sizeof(uint32), pme_csr); in dhdpcie_pme_active()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_pcie.c | 8183 uint32 pme_csr; in dhdpcie_pme_active() local 8192 pme_csr = OSL_PCI_READ_CONFIG(osh, cap_ptr + PME_CSR_OFFSET, sizeof(uint32)); in dhdpcie_pme_active() 8193 DHD_ERROR(("%s : pme_sts_ctrl 0x%x\n", __FUNCTION__, pme_csr)); in dhdpcie_pme_active() 8195 pme_csr |= PME_CSR_PME_STAT; in dhdpcie_pme_active() 8197 pme_csr |= PME_CSR_PME_EN; in dhdpcie_pme_active() 8199 pme_csr &= ~PME_CSR_PME_EN; in dhdpcie_pme_active() 8202 OSL_PCI_WRITE_CONFIG(osh, cap_ptr + PME_CSR_OFFSET, sizeof(uint32), pme_csr); in dhdpcie_pme_active()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_pcie.c | 8175 uint32 pme_csr; in dhdpcie_pme_active() local 8184 pme_csr = OSL_PCI_READ_CONFIG(osh, cap_ptr + PME_CSR_OFFSET, sizeof(uint32)); in dhdpcie_pme_active() 8185 DHD_ERROR(("%s : pme_sts_ctrl 0x%x\n", __FUNCTION__, pme_csr)); in dhdpcie_pme_active() 8187 pme_csr |= PME_CSR_PME_STAT; in dhdpcie_pme_active() 8189 pme_csr |= PME_CSR_PME_EN; in dhdpcie_pme_active() 8191 pme_csr &= ~PME_CSR_PME_EN; in dhdpcie_pme_active() 8194 OSL_PCI_WRITE_CONFIG(osh, cap_ptr + PME_CSR_OFFSET, sizeof(uint32), pme_csr); in dhdpcie_pme_active()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_pcie.c | 8175 uint32 pme_csr; in dhdpcie_pme_active() local 8184 pme_csr = OSL_PCI_READ_CONFIG(osh, cap_ptr + PME_CSR_OFFSET, sizeof(uint32)); in dhdpcie_pme_active() 8185 DHD_ERROR(("%s : pme_sts_ctrl 0x%x\n", __FUNCTION__, pme_csr)); in dhdpcie_pme_active() 8187 pme_csr |= PME_CSR_PME_STAT; in dhdpcie_pme_active() 8189 pme_csr |= PME_CSR_PME_EN; in dhdpcie_pme_active() 8191 pme_csr &= ~PME_CSR_PME_EN; in dhdpcie_pme_active() 8194 OSL_PCI_WRITE_CONFIG(osh, cap_ptr + PME_CSR_OFFSET, sizeof(uint32), pme_csr); in dhdpcie_pme_active()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_pcie.c | 11375 uint32 pme_csr; in dhdpcie_pme_active() local 11384 pme_csr = OSL_PCI_READ_CONFIG(osh, cap_ptr + PME_CSR_OFFSET, sizeof(uint32)); in dhdpcie_pme_active() 11385 DHD_RPM(("%s : pme_sts_ctrl 0x%x\n", __FUNCTION__, pme_csr)); in dhdpcie_pme_active() 11387 pme_csr |= PME_CSR_PME_STAT; in dhdpcie_pme_active() 11389 pme_csr |= PME_CSR_PME_EN; in dhdpcie_pme_active() 11391 pme_csr &= ~PME_CSR_PME_EN; in dhdpcie_pme_active() 11394 OSL_PCI_WRITE_CONFIG(osh, cap_ptr + PME_CSR_OFFSET, sizeof(uint32), pme_csr); in dhdpcie_pme_active()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_pcie.c | 11368 uint32 pme_csr; in dhdpcie_pme_active() local 11377 pme_csr = OSL_PCI_READ_CONFIG(osh, cap_ptr + PME_CSR_OFFSET, sizeof(uint32)); in dhdpcie_pme_active() 11378 DHD_RPM(("%s : pme_sts_ctrl 0x%x\n", __FUNCTION__, pme_csr)); in dhdpcie_pme_active() 11380 pme_csr |= PME_CSR_PME_STAT; in dhdpcie_pme_active() 11382 pme_csr |= PME_CSR_PME_EN; in dhdpcie_pme_active() 11384 pme_csr &= ~PME_CSR_PME_EN; in dhdpcie_pme_active() 11387 OSL_PCI_WRITE_CONFIG(osh, cap_ptr + PME_CSR_OFFSET, sizeof(uint32), pme_csr); in dhdpcie_pme_active()
|