Lines Matching refs:ibi_status
812 u32 ibi_status; in hci_pio_prep_new_ibi() local
822 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() local
918 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()
927 ibi->last_seg = ibi_status & IBI_LAST_STATUS; in hci_pio_process_ibi()
928 ibi->seg_len = FIELD_GET(IBI_DATA_LENGTH, ibi_status); in hci_pio_process_ibi()