Searched refs:ibi_status (Results 1 – 2 of 2) sorted by relevance
130 void *xfer, *resp, *ibi_status, *ibi_data; member191 if (rh->ibi_status) in hci_dma_cleanup()299 rh->ibi_status = in hci_dma_init()304 if (!rh->ibi_status || !rh->ibi_data) in hci_dma_init()610 u32 ibi_status, *ring_ibi_status; in hci_dma_process_ibi() local614 ibi_status = *ring_ibi_status; in hci_dma_process_ibi()615 DBG("status = %#x", ibi_status); in hci_dma_process_ibi()619 } else if (ibi_status & IBI_ERROR) { in hci_dma_process_ibi()620 ibi_status_error = ibi_status; in hci_dma_process_ibi()625 ibi_status_error = ibi_status; in hci_dma_process_ibi()[all …]
812 u32 ibi_status; in hci_pio_prep_new_ibi() local822 ibi_status = pio_reg_read(IBI_PORT); in hci_pio_prep_new_ibi()823 DBG("status = %#x", ibi_status); in hci_pio_prep_new_ibi()824 ibi->addr = FIELD_GET(IBI_TARGET_ADDR, ibi_status); in hci_pio_prep_new_ibi()825 if (ibi_status & IBI_ERROR) { in hci_pio_prep_new_ibi()830 ibi->last_seg = ibi_status & IBI_LAST_STATUS; in hci_pio_prep_new_ibi()831 ibi->seg_len = FIELD_GET(IBI_DATA_LENGTH, ibi_status); in hci_pio_prep_new_ibi()882 u32 ibi_status; in hci_pio_process_ibi() local918 ibi_status = pio_reg_read(IBI_PORT); in hci_pio_process_ibi()919 ibi_addr = FIELD_GET(IBI_TARGET_ADDR, ibi_status); in hci_pio_process_ibi()[all …]
Completed in 7 milliseconds