Searched refs:mbox_addr (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/dev/aq/ |
| H A D | aq_fw1x.c | 176 aq_hw_fw_downld_dwords(hal, hal->mbox_addr, (uint32_t*)&mbox, in fw1x_reset() 300 err = aq_hw_fw_downld_dwords(hw, hw->mbox_addr, in fw1x_get_stats()
|
| H A D | aq_device.h | 110 uint32_t mbox_addr; member
|
| H A D | aq_fw2x.c | 241 hw->mbox_addr + offsetof(fw2x_mailbox, caps), in fw2x_reset() 482 hw->mbox_addr + offsetof(fw2x_mailbox, msm), in fw2x_get_stats()
|
| H A D | aq_hw.h | 170 uint32_t mbox_addr; member
|
| H A D | aq_hw.c | 172 AQ_HW_WAIT_FOR((hw->mbox_addr = AQ_READ_REG(hw, 0x360)) != 0, 400U, 20); in aq_hw_init_ucp()
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | sdio.h | 189 u32 mbox_addr[ATH10K_HTC_EP_COUNT]; member
|
| H A D | sdio.c | 1667 address = ar_sdio->mbox_addr[eid] + ar_sdio->mbox_size[eid] - in ath10k_sdio_hif_tx_sg() 1881 ar_sdio->mbox_addr[0] = ar_sdio->mbox_info.ext_info[0].htc_ext_addr; in ath10k_sdio_hif_start() 2086 ar_sdio->mbox_addr[eid] = wmi_addr; in ath10k_sdio_hif_map_service_to_pipe() 2090 ar_sdio->mbox_addr[eid], ar_sdio->mbox_size[eid]); in ath10k_sdio_hif_map_service_to_pipe() 2093 ar_sdio->mbox_addr[eid] = htt_addr; in ath10k_sdio_hif_map_service_to_pipe() 2097 ar_sdio->mbox_addr[eid], ar_sdio->mbox_size[eid]); in ath10k_sdio_hif_map_service_to_pipe()
|
| /freebsd/sys/dev/cxgbe/common/ |
| H A D | t4_hw.c | 256 u32 mbox_addr) in get_mbox_rpl() argument 258 for ( ; nflit; nflit--, mbox_addr += 8) in get_mbox_rpl() 259 *rpl++ = cpu_to_be64(t4_read_reg64(adap, mbox_addr)); in get_mbox_rpl()
|