| /OK3568_Linux_fs/kernel/drivers/scsi/isci/ |
| H A D | request.c | 2184 struct dev_to_host_fis *d2h = &ireq->stp.rsp; in atapi_data_tc_completion_handler() local 2198 if (d2h->fis_type != FIS_REGD2H) { in atapi_data_tc_completion_handler() 2199 d2h->fis_type = FIS_REGD2H; in atapi_data_tc_completion_handler() 2200 d2h->flags = (1 << 6); in atapi_data_tc_completion_handler() 2201 d2h->status = 0x50; in atapi_data_tc_completion_handler() 2202 d2h->error = 0; in atapi_data_tc_completion_handler() 2203 d2h->lbal = 0; in atapi_data_tc_completion_handler() 2204 d2h->byte_count_low = len & 0xff; in atapi_data_tc_completion_handler() 2205 d2h->byte_count_high = len >> 8; in atapi_data_tc_completion_handler() 2206 d2h->device = 0xa0; in atapi_data_tc_completion_handler() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | sdio.h | 659 volatile void *d2h; member
|
| H A D | pcie_core.h | 1224 volatile void *d2h; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | sdio.h | 658 volatile void *d2h; member
|
| H A D | pcie_core.h | 1224 volatile void *d2h; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | sdio.h | 659 volatile void *d2h; member
|
| H A D | pcie_core.h | 1224 volatile void *d2h; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_pcie.h | 168 bool d2h; member 951 extern const char * dhd_convert_dsval(uint32 val, bool d2h);
|
| H A D | dhd_pcie.c | 278 bool d2h, enum dhd_bus_ds_state inbstate); 280 static void dhd_bus_ds_trace(dhd_bus_t *bus, uint32 dsval, bool d2h); 15548 dhd_bus_ds_trace(dhd_bus_t *bus, uint32 dsval, bool d2h, enum dhd_bus_ds_state inbstate) in dhd_bus_ds_trace() argument 15550 dhd_bus_ds_trace(dhd_bus_t *bus, uint32 dsval, bool d2h) in dhd_bus_ds_trace() 15556 bus->ds_trace[cnt].d2h = d2h; in dhd_bus_ds_trace() 15566 dhd_convert_dsval(uint32 val, bool d2h) in dhd_convert_dsval() argument 15568 if (d2h) { in dhd_convert_dsval() 15658 bus->ds_trace[i].d2h ? "D2H":"H2D", in dhd_dump_bus_ds_trace() 15659 dhd_convert_dsval(bus->ds_trace[i].dsval, bus->ds_trace[i].d2h), in dhd_dump_bus_ds_trace() 15667 bus->ds_trace[i].d2h ? "D2H":"H2D", in dhd_dump_bus_ds_trace()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_pcie.h | 168 bool d2h; member 951 extern const char * dhd_convert_dsval(uint32 val, bool d2h);
|
| H A D | dhd_pcie.c | 278 bool d2h, enum dhd_bus_ds_state inbstate); 280 static void dhd_bus_ds_trace(dhd_bus_t *bus, uint32 dsval, bool d2h); 15555 dhd_bus_ds_trace(dhd_bus_t *bus, uint32 dsval, bool d2h, enum dhd_bus_ds_state inbstate) in dhd_bus_ds_trace() argument 15557 dhd_bus_ds_trace(dhd_bus_t *bus, uint32 dsval, bool d2h) in dhd_bus_ds_trace() 15563 bus->ds_trace[cnt].d2h = d2h; in dhd_bus_ds_trace() 15573 dhd_convert_dsval(uint32 val, bool d2h) in dhd_convert_dsval() argument 15575 if (d2h) { in dhd_convert_dsval() 15665 bus->ds_trace[i].d2h ? "D2H":"H2D", in dhd_dump_bus_ds_trace() 15666 dhd_convert_dsval(bus->ds_trace[i].dsval, bus->ds_trace[i].d2h), in dhd_dump_bus_ds_trace() 15674 bus->ds_trace[i].d2h ? "D2H":"H2D", in dhd_dump_bus_ds_trace()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_pcie.h | 564 extern const char * dhd_convert_dsval(uint32 val, bool d2h);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_pcie.c | 7675 addr->d2h = &pcieregs->u1.dar_64.d2h_msg_reg0; in dhdpcie_dongle_host_get_handshake_address() 7678 addr->d2h = (void *)HS_IN_TCM; in dhdpcie_dongle_host_get_handshake_address() 7679 addr->h2d = (volatile uint32 *)addr->d2h + 1; in dhdpcie_dongle_host_get_handshake_address() 7757 bcmerror = dhdpcie_dongle_host_handshake_spinwait(sih, osh, addr->d2h, D2H_READY_SHIFT, in dhdpcie_dongle_host_pre_handshake() 7790 bcmerror = dhdpcie_dongle_host_handshake_spinwait(sih, osh, addr->d2h, in dhdpcie_dongle_host_post_handshake() 7811 bcmerror = dhdpcie_dongle_host_handshake_spinwait(sih, osh, addr->d2h, D2H_VALDN_DONE_SHIFT, in dhdpcie_dongle_host_chk_validation() 7815 bcmerror = dhdpcie_handshake_msg_reg_read(sih, osh, addr->d2h, &d2h_reg); in dhdpcie_dongle_host_chk_validation()
|
| H A D | dhd_sdio.c | 5155 addr->d2h = (uint32 *)SDIO_FN1_MSG_D2H_REG0; in dhdsdio_dongle_host_get_handshake_address() 5174 bcmerror = dhdsdio_dongle_host_handshake_spinwait(bus, addr->d2h, in dhdsdio_wait_bootloader_ready() 5210 bcmerror = dhdsdio_dongle_host_handshake_spinwait(bus, addr->d2h, in dhdsdio_dongle_host_post_handshake() 5232 bcmerror = dhdsdio_dongle_host_handshake_spinwait(bus, addr->d2h, in dhdsdio_dongle_host_chk_validation() 5236 bcmerror = dhdsdio_handshake_msg_reg_read(bus, addr->d2h, &d2h_reg); in dhdsdio_dongle_host_chk_validation()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_pcie.c | 7667 addr->d2h = &pcieregs->u1.dar_64.d2h_msg_reg0; in dhdpcie_dongle_host_get_handshake_address() 7670 addr->d2h = (void *)HS_IN_TCM; in dhdpcie_dongle_host_get_handshake_address() 7671 addr->h2d = (volatile uint32 *)addr->d2h + 1; in dhdpcie_dongle_host_get_handshake_address() 7749 bcmerror = dhdpcie_dongle_host_handshake_spinwait(sih, osh, addr->d2h, D2H_READY_SHIFT, in dhdpcie_dongle_host_pre_handshake() 7782 bcmerror = dhdpcie_dongle_host_handshake_spinwait(sih, osh, addr->d2h, in dhdpcie_dongle_host_post_handshake() 7803 bcmerror = dhdpcie_dongle_host_handshake_spinwait(sih, osh, addr->d2h, D2H_VALDN_DONE_SHIFT, in dhdpcie_dongle_host_chk_validation() 7807 bcmerror = dhdpcie_handshake_msg_reg_read(sih, osh, addr->d2h, &d2h_reg); in dhdpcie_dongle_host_chk_validation()
|
| H A D | dhd_sdio.c | 5091 addr->d2h = (uint32 *)SDIO_FN1_MSG_D2H_REG0; in dhdsdio_dongle_host_get_handshake_address() 5110 bcmerror = dhdsdio_dongle_host_handshake_spinwait(bus, addr->d2h, in dhdsdio_wait_bootloader_ready() 5146 bcmerror = dhdsdio_dongle_host_handshake_spinwait(bus, addr->d2h, in dhdsdio_dongle_host_post_handshake() 5168 bcmerror = dhdsdio_dongle_host_handshake_spinwait(bus, addr->d2h, in dhdsdio_dongle_host_chk_validation() 5172 bcmerror = dhdsdio_handshake_msg_reg_read(bus, addr->d2h, &d2h_reg); in dhdsdio_dongle_host_chk_validation()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_pcie.c | 7667 addr->d2h = &pcieregs->u1.dar_64.d2h_msg_reg0; in dhdpcie_dongle_host_get_handshake_address() 7670 addr->d2h = (void *)HS_IN_TCM; in dhdpcie_dongle_host_get_handshake_address() 7671 addr->h2d = (volatile uint32 *)addr->d2h + 1; in dhdpcie_dongle_host_get_handshake_address() 7749 bcmerror = dhdpcie_dongle_host_handshake_spinwait(sih, osh, addr->d2h, D2H_READY_SHIFT, in dhdpcie_dongle_host_pre_handshake() 7782 bcmerror = dhdpcie_dongle_host_handshake_spinwait(sih, osh, addr->d2h, in dhdpcie_dongle_host_post_handshake() 7803 bcmerror = dhdpcie_dongle_host_handshake_spinwait(sih, osh, addr->d2h, D2H_VALDN_DONE_SHIFT, in dhdpcie_dongle_host_chk_validation() 7807 bcmerror = dhdpcie_handshake_msg_reg_read(sih, osh, addr->d2h, &d2h_reg); in dhdpcie_dongle_host_chk_validation()
|
| H A D | dhd_sdio.c | 5095 addr->d2h = (uint32 *)SDIO_FN1_MSG_D2H_REG0; in dhdsdio_dongle_host_get_handshake_address() 5114 bcmerror = dhdsdio_dongle_host_handshake_spinwait(bus, addr->d2h, in dhdsdio_wait_bootloader_ready() 5150 bcmerror = dhdsdio_dongle_host_handshake_spinwait(bus, addr->d2h, in dhdsdio_dongle_host_post_handshake() 5172 bcmerror = dhdsdio_dongle_host_handshake_spinwait(bus, addr->d2h, in dhdsdio_dongle_host_chk_validation() 5176 bcmerror = dhdsdio_handshake_msg_reg_read(bus, addr->d2h, &d2h_reg); in dhdsdio_dongle_host_chk_validation()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/hisi_sas/ |
| H A D | hisi_sas_main.c | 112 struct dev_to_host_fis *d2h = (struct dev_to_host_fis *)iu; in hisi_sas_sata_done() local 115 memcpy(&resp->ending_fis[0], d2h, sizeof(struct dev_to_host_fis)); in hisi_sas_sata_done()
|