Lines Matching refs:aip

1732 	ddi_acc_impl_t *aip = hdlp->ah_platform_private;  in lombus_map_handle()  local
1744 aip->ahi_get8 = lombus_vreg_get8; in lombus_map_handle()
1745 aip->ahi_put8 = lombus_vreg_put8; in lombus_map_handle()
1746 aip->ahi_rep_get8 = lombus_vreg_rep_get8; in lombus_map_handle()
1747 aip->ahi_rep_put8 = lombus_vreg_rep_put8; in lombus_map_handle()
1749 aip->ahi_get16 = lombus_no_get16; in lombus_map_handle()
1750 aip->ahi_put16 = lombus_no_put16; in lombus_map_handle()
1751 aip->ahi_rep_get16 = lombus_no_rep_get16; in lombus_map_handle()
1752 aip->ahi_rep_put16 = lombus_no_rep_put16; in lombus_map_handle()
1754 aip->ahi_get32 = lombus_meta_get32; in lombus_map_handle()
1755 aip->ahi_put32 = lombus_meta_put32; in lombus_map_handle()
1756 aip->ahi_rep_get32 = lombus_meta_rep_get32; in lombus_map_handle()
1757 aip->ahi_rep_put32 = lombus_meta_rep_put32; in lombus_map_handle()
1759 aip->ahi_get64 = lombus_no_get64; in lombus_map_handle()
1760 aip->ahi_put64 = lombus_no_put64; in lombus_map_handle()
1761 aip->ahi_rep_get64 = lombus_no_rep_get64; in lombus_map_handle()
1762 aip->ahi_rep_put64 = lombus_no_rep_put64; in lombus_map_handle()
1764 aip->ahi_fault_check = lombus_acc_fault_check; in lombus_map_handle()
1768 aip->ahi_get8 = lombus_pat_get8; in lombus_map_handle()
1769 aip->ahi_put8 = lombus_pat_put8; in lombus_map_handle()
1770 aip->ahi_rep_get8 = lombus_pat_rep_get8; in lombus_map_handle()
1771 aip->ahi_rep_put8 = lombus_pat_rep_put8; in lombus_map_handle()
1773 aip->ahi_get16 = lombus_no_get16; in lombus_map_handle()
1774 aip->ahi_put16 = lombus_no_put16; in lombus_map_handle()
1775 aip->ahi_rep_get16 = lombus_no_rep_get16; in lombus_map_handle()
1776 aip->ahi_rep_put16 = lombus_no_rep_put16; in lombus_map_handle()
1778 aip->ahi_get32 = lombus_meta_get32; in lombus_map_handle()
1779 aip->ahi_put32 = lombus_meta_put32; in lombus_map_handle()
1780 aip->ahi_rep_get32 = lombus_meta_rep_get32; in lombus_map_handle()
1781 aip->ahi_rep_put32 = lombus_meta_rep_put32; in lombus_map_handle()
1783 aip->ahi_get64 = lombus_no_get64; in lombus_map_handle()
1784 aip->ahi_put64 = lombus_no_put64; in lombus_map_handle()
1785 aip->ahi_rep_get64 = lombus_no_rep_get64; in lombus_map_handle()
1786 aip->ahi_rep_put64 = lombus_no_rep_put64; in lombus_map_handle()
1788 aip->ahi_fault_check = lombus_acc_fault_check; in lombus_map_handle()
1792 aip->ahi_get8 = lombus_no_get8; in lombus_map_handle()
1793 aip->ahi_put8 = lombus_no_put8; in lombus_map_handle()
1794 aip->ahi_rep_get8 = lombus_no_rep_get8; in lombus_map_handle()
1795 aip->ahi_rep_put8 = lombus_no_rep_put8; in lombus_map_handle()
1797 aip->ahi_get16 = lombus_event_get16; in lombus_map_handle()
1798 aip->ahi_put16 = lombus_event_put16; in lombus_map_handle()
1799 aip->ahi_rep_get16 = lombus_event_rep_get16; in lombus_map_handle()
1800 aip->ahi_rep_put16 = lombus_event_rep_put16; in lombus_map_handle()
1802 aip->ahi_get32 = lombus_meta_get32; in lombus_map_handle()
1803 aip->ahi_put32 = lombus_meta_put32; in lombus_map_handle()
1804 aip->ahi_rep_get32 = lombus_meta_rep_get32; in lombus_map_handle()
1805 aip->ahi_rep_put32 = lombus_meta_rep_put32; in lombus_map_handle()
1807 aip->ahi_get64 = lombus_no_get64; in lombus_map_handle()
1808 aip->ahi_put64 = lombus_no_put64; in lombus_map_handle()
1809 aip->ahi_rep_get64 = lombus_no_rep_get64; in lombus_map_handle()
1810 aip->ahi_rep_put64 = lombus_no_rep_put64; in lombus_map_handle()
1812 aip->ahi_fault_check = lombus_acc_fault_check; in lombus_map_handle()