| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | bcmspibrcm.c | 671 uint32 dstatus; in sdioh_request_byte() local 701 bcmspi_cmd_getdstatus(sd, &dstatus); in sdioh_request_byte() 702 if (dstatus) in sdioh_request_byte() 703 sd_trace(("dstatus=0x%x\n", dstatus)); in sdioh_request_byte() 906 uint32 dstatus = sd->card_dstatus; in bcmspi_update_stats() local 910 sd_trace(("cmd = 0x%x, dstatus = 0x%x\n", cmd_arg, dstatus)); in bcmspi_update_stats() 913 spierrstats->dstatus[dstatus_count % NUM_PREV_TRANSACTIONS] = dstatus; in bcmspi_update_stats() 920 if (dstatus & STATUS_DATA_NOT_AVAILABLE) { in bcmspi_update_stats() 928 if (dstatus & STATUS_UNDERFLOW) { in bcmspi_update_stats() 933 if (dstatus & STATUS_OVERFLOW) { in bcmspi_update_stats() [all …]
|
| H A D | dhd_sdio.c | 5651 uint32 dstatus = 0; /* gSPI device-status bits */ in dhd_bus_init() local 5693 dstatus = bcmsdh_cfg_read_word(bus->sdh, SDIO_FUNC_0, SPID_STATUS_REG, NULL); in dhd_bus_init() 5694 if (dstatus & STATUS_F2_RX_READY) in dhd_bus_init() 5702 DHD_ERROR(("dstatus when timed out on f2-fifo not ready = 0x%x\n", dstatus)); in dhd_bus_init() 6473 uint32 dstatus = 0; /* gSPI device status bits of */ local 6513 dstatus = bcmsdh_get_dstatus(bus->sdh); 6514 if (dstatus == 0) 6518 DHD_TRACE(("Device status from regread = 0x%x\n", dstatus)); 6522 if ((dstatus & STATUS_F2_PKT_AVAILABLE) && (((dstatus & STATUS_UNDERFLOW)) == 0)) { 6523 bus->nextlen = ((dstatus & STATUS_F2_PKT_LEN_MASK) >> [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | bcmspibrcm.c | 643 uint32 dstatus; in sdioh_request_byte() local 673 bcmspi_cmd_getdstatus(sd, &dstatus); in sdioh_request_byte() 674 if (dstatus) in sdioh_request_byte() 675 sd_trace(("dstatus=0x%x\n", dstatus)); in sdioh_request_byte() 880 uint32 dstatus = sd->card_dstatus; in bcmspi_update_stats() local 884 sd_trace(("cmd = 0x%x, dstatus = 0x%x\n", cmd_arg, dstatus)); in bcmspi_update_stats() 887 spierrstats->dstatus[dstatus_count % NUM_PREV_TRANSACTIONS] = dstatus; in bcmspi_update_stats() 894 if (dstatus & STATUS_DATA_NOT_AVAILABLE) { in bcmspi_update_stats() 902 if (dstatus & STATUS_UNDERFLOW) { in bcmspi_update_stats() 907 if (dstatus & STATUS_OVERFLOW) { in bcmspi_update_stats() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | bcmspibrcm.c | 671 uint32 dstatus; in sdioh_request_byte() local 701 bcmspi_cmd_getdstatus(sd, &dstatus); in sdioh_request_byte() 702 if (dstatus) in sdioh_request_byte() 703 sd_trace(("dstatus=0x%x\n", dstatus)); in sdioh_request_byte() 906 uint32 dstatus = sd->card_dstatus; in bcmspi_update_stats() local 910 sd_trace(("cmd = 0x%x, dstatus = 0x%x\n", cmd_arg, dstatus)); in bcmspi_update_stats() 913 spierrstats->dstatus[dstatus_count % NUM_PREV_TRANSACTIONS] = dstatus; in bcmspi_update_stats() 920 if (dstatus & STATUS_DATA_NOT_AVAILABLE) { in bcmspi_update_stats() 928 if (dstatus & STATUS_UNDERFLOW) { in bcmspi_update_stats() 933 if (dstatus & STATUS_OVERFLOW) { in bcmspi_update_stats() [all …]
|
| H A D | dhd_sdio.c | 5587 uint32 dstatus = 0; /* gSPI device-status bits */ in dhd_bus_init() local 5627 dstatus = bcmsdh_cfg_read_word(bus->sdh, SDIO_FUNC_0, SPID_STATUS_REG, NULL); in dhd_bus_init() 5628 if (dstatus & STATUS_F2_RX_READY) in dhd_bus_init() 5636 DHD_ERROR(("dstatus when timed out on f2-fifo not ready = 0x%x\n", dstatus)); in dhd_bus_init() 6407 uint32 dstatus = 0; /* gSPI device status bits of */ local 6447 dstatus = bcmsdh_get_dstatus(bus->sdh); 6448 if (dstatus == 0) 6452 DHD_TRACE(("Device status from regread = 0x%x\n", dstatus)); 6456 if ((dstatus & STATUS_F2_PKT_AVAILABLE) && (((dstatus & STATUS_UNDERFLOW)) == 0)) { 6457 bus->nextlen = ((dstatus & STATUS_F2_PKT_LEN_MASK) >> [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | bcmspibrcm.c | 671 uint32 dstatus; in sdioh_request_byte() local 701 bcmspi_cmd_getdstatus(sd, &dstatus); in sdioh_request_byte() 702 if (dstatus) in sdioh_request_byte() 703 sd_trace(("dstatus=0x%x\n", dstatus)); in sdioh_request_byte() 906 uint32 dstatus = sd->card_dstatus; in bcmspi_update_stats() local 910 sd_trace(("cmd = 0x%x, dstatus = 0x%x\n", cmd_arg, dstatus)); in bcmspi_update_stats() 913 spierrstats->dstatus[dstatus_count % NUM_PREV_TRANSACTIONS] = dstatus; in bcmspi_update_stats() 920 if (dstatus & STATUS_DATA_NOT_AVAILABLE) { in bcmspi_update_stats() 928 if (dstatus & STATUS_UNDERFLOW) { in bcmspi_update_stats() 933 if (dstatus & STATUS_OVERFLOW) { in bcmspi_update_stats() [all …]
|
| H A D | dhd_sdio.c | 5591 uint32 dstatus = 0; /* gSPI device-status bits */ in dhd_bus_init() local 5631 dstatus = bcmsdh_cfg_read_word(bus->sdh, SDIO_FUNC_0, SPID_STATUS_REG, NULL); in dhd_bus_init() 5632 if (dstatus & STATUS_F2_RX_READY) in dhd_bus_init() 5640 DHD_ERROR(("dstatus when timed out on f2-fifo not ready = 0x%x\n", dstatus)); in dhd_bus_init() 6411 uint32 dstatus = 0; /* gSPI device status bits of */ local 6451 dstatus = bcmsdh_get_dstatus(bus->sdh); 6452 if (dstatus == 0) 6456 DHD_TRACE(("Device status from regread = 0x%x\n", dstatus)); 6460 if ((dstatus & STATUS_F2_PKT_AVAILABLE) && (((dstatus & STATUS_UNDERFLOW)) == 0)) { 6461 bus->nextlen = ((dstatus & STATUS_F2_PKT_LEN_MASK) >> [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcmspibrcm.c | 708 uint32 dstatus; in sdioh_request_byte() local 738 bcmspi_cmd_getdstatus(sd, &dstatus); in sdioh_request_byte() 739 if (dstatus) in sdioh_request_byte() 740 sd_trace(("dstatus=0x%x\n", dstatus)); in sdioh_request_byte() 955 uint32 dstatus = sd->card_dstatus; in bcmspi_update_stats() local 959 sd_trace(("cmd = 0x%x, dstatus = 0x%x\n", cmd_arg, dstatus)); in bcmspi_update_stats() 962 spierrstats->dstatus[dstatus_count % NUM_PREV_TRANSACTIONS] = dstatus; in bcmspi_update_stats() 969 if (dstatus & STATUS_DATA_NOT_AVAILABLE) { in bcmspi_update_stats() 977 if (dstatus & STATUS_UNDERFLOW) { in bcmspi_update_stats() 982 if (dstatus & STATUS_OVERFLOW) { in bcmspi_update_stats() [all …]
|
| H A D | dhd_sdio.c | 5894 uint32 dstatus = 0; /* gSPI device-status bits */ in dhd_bus_init() local 5932 dstatus = bcmsdh_cfg_read_word(bus->sdh, SDIO_FUNC_0, SPID_STATUS_REG, NULL); in dhd_bus_init() 5933 if (dstatus & STATUS_F2_RX_READY) in dhd_bus_init() 5941 DHD_ERROR(("dstatus when timed out on f2-fifo not ready = 0x%x\n", dstatus)); in dhd_bus_init() 6768 uint32 dstatus = 0; /* gSPI device status bits of */ in dhdsdio_readframes() local 6808 dstatus = bcmsdh_get_dstatus(bus->sdh); in dhdsdio_readframes() 6809 if (dstatus == 0) in dhdsdio_readframes() 6813 DHD_TRACE(("Device status from regread = 0x%x\n", dstatus)); in dhdsdio_readframes() 6818 if ((dstatus & STATUS_F2_PKT_AVAILABLE) && (((dstatus & STATUS_UNDERFLOW)) == 0)) { in dhdsdio_readframes() 6819 bus->nextlen = ((dstatus & STATUS_F2_PKT_LEN_MASK) >> in dhdsdio_readframes() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcmspibrcm.c | 708 uint32 dstatus; in sdioh_request_byte() local 738 bcmspi_cmd_getdstatus(sd, &dstatus); in sdioh_request_byte() 739 if (dstatus) in sdioh_request_byte() 740 sd_trace(("dstatus=0x%x\n", dstatus)); in sdioh_request_byte() 955 uint32 dstatus = sd->card_dstatus; in bcmspi_update_stats() local 959 sd_trace(("cmd = 0x%x, dstatus = 0x%x\n", cmd_arg, dstatus)); in bcmspi_update_stats() 962 spierrstats->dstatus[dstatus_count % NUM_PREV_TRANSACTIONS] = dstatus; in bcmspi_update_stats() 969 if (dstatus & STATUS_DATA_NOT_AVAILABLE) { in bcmspi_update_stats() 977 if (dstatus & STATUS_UNDERFLOW) { in bcmspi_update_stats() 982 if (dstatus & STATUS_OVERFLOW) { in bcmspi_update_stats() [all …]
|
| H A D | dhd_sdio.c | 5905 uint32 dstatus = 0; /* gSPI device-status bits */ in dhd_bus_init() local 5943 dstatus = bcmsdh_cfg_read_word(bus->sdh, SDIO_FUNC_0, SPID_STATUS_REG, NULL); in dhd_bus_init() 5944 if (dstatus & STATUS_F2_RX_READY) in dhd_bus_init() 5952 DHD_ERROR(("dstatus when timed out on f2-fifo not ready = 0x%x\n", dstatus)); in dhd_bus_init() 6779 uint32 dstatus = 0; /* gSPI device status bits of */ in dhdsdio_readframes() local 6819 dstatus = bcmsdh_get_dstatus(bus->sdh); in dhdsdio_readframes() 6820 if (dstatus == 0) in dhdsdio_readframes() 6824 DHD_TRACE(("Device status from regread = 0x%x\n", dstatus)); in dhdsdio_readframes() 6829 if ((dstatus & STATUS_F2_PKT_AVAILABLE) && (((dstatus & STATUS_UNDERFLOW)) == 0)) { in dhdsdio_readframes() 6830 bus->nextlen = ((dstatus & STATUS_F2_PKT_LEN_MASK) >> in dhdsdio_readframes() [all …]
|
| /OK3568_Linux_fs/kernel/sound/parisc/ |
| H A D | harmony.c | 123 u32 dstatus; in harmony_disable_interrupts() local 125 dstatus = harmony_read(h, HARMONY_DSTATUS); in harmony_disable_interrupts() 126 dstatus &= ~HARMONY_DSTATUS_IE; in harmony_disable_interrupts() 127 harmony_write(h, HARMONY_DSTATUS, dstatus); in harmony_disable_interrupts() 133 u32 dstatus; in harmony_enable_interrupts() local 135 dstatus = harmony_read(h, HARMONY_DSTATUS); in harmony_enable_interrupts() 136 dstatus |= HARMONY_DSTATUS_IE; in harmony_enable_interrupts() 137 harmony_write(h, HARMONY_DSTATUS, dstatus); in harmony_enable_interrupts() 184 u32 dstatus; in snd_harmony_interrupt() local 190 dstatus = harmony_read(h, HARMONY_DSTATUS); in snd_harmony_interrupt() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
| H A D | openhpi.init | 162 dstatus() { function 222 dstatus
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | amiserial.c | 344 unsigned char dstatus; in check_modem_status() local 348 dstatus = status ^ current_ctl_bits; in check_modem_status() 351 if (dstatus) { in check_modem_status() 354 if (dstatus & SER_DSR) in check_modem_status() 356 if (dstatus & SER_DCD) { in check_modem_status() 359 if (dstatus & SER_CTS) in check_modem_status() 364 if (tty_port_check_carrier(port) && (dstatus & SER_DCD)) { in check_modem_status()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | sdiovar.h | 75 uint32 dstatus[NUM_PREV_TRANSACTIONS]; /* dstatus bits of last 16 gSPI transactions */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | sdiovar.h | 75 uint32 dstatus[NUM_PREV_TRANSACTIONS]; /* dstatus bits of last 16 gSPI transactions */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | sdiovar.h | 75 uint32 dstatus[NUM_PREV_TRANSACTIONS]; /* dstatus bits of last 16 gSPI transactions */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | sdiovar.h | 74 uint32 dstatus[NUM_PREV_TRANSACTIONS]; /* dstatus bits of last 16 gSPI transactions */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | sdiovar.h | 74 uint32 dstatus[NUM_PREV_TRANSACTIONS]; /* dstatus bits of last 16 gSPI transactions */ member
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | stv0910.c | 1384 u8 dstatus = 0; in read_status() local 1393 read_reg(state, RSTV0910_P2_DSTATUS + state->regoff, &dstatus); in read_status() 1394 if (dstatus & 0x08) in read_status()
|
| H A D | stv090x.c | 3515 u32 reg, dstatus; in stv090x_read_status() local 3520 dstatus = STV090x_READ_DEMOD(state, DSTATUS); in stv090x_read_status() 3521 if (STV090x_GETFIELD_Px(dstatus, CAR_LOCK_FIELD)) in stv090x_read_status() 3536 if (STV090x_GETFIELD_Px(dstatus, LOCK_DEFINITIF_FIELD)) { in stv090x_read_status() 3549 if (STV090x_GETFIELD_Px(dstatus, LOCK_DEFINITIF_FIELD)) { in stv090x_read_status()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/ |
| H A D | bttv-driver.c | 1753 __u32 dstatus = btread(BT848_DSTATUS); in bttv_enum_input() local 1754 if (0 == (dstatus & BT848_DSTATUS_PRES)) in bttv_enum_input() 1756 if (0 == (dstatus & BT848_DSTATUS_HLOC)) in bttv_enum_input()
|