Home
last modified time | relevance | path

Searched refs:pda_handle_t (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/sun4u/starfire/sys/
H A Dpda.h202 typedef void *pda_handle_t; typedef
204 extern pda_handle_t pda_open();
205 extern void pda_close(pda_handle_t ph);
206 extern int pda_board_present(pda_handle_t ph, int boardnum);
207 extern void *pda_get_board_info(pda_handle_t ph, int boardnum);
208 extern uint_t pda_get_mem_size(pda_handle_t ph, int boardnum);
209 extern void pda_mem_add_span(pda_handle_t ph,
212 extern void pda_mem_del_span(pda_handle_t ph,
215 extern void pda_mem_sync(pda_handle_t ph, int board, int unit);
216 extern void pda_get_busmask(pda_handle_t ph,
[all …]
H A Didn_xf.h117 extern void pc_read_madr(pda_handle_t ph, int lboard,
119 extern void mc_get_adr_all(pda_handle_t ph, uint_t mc_adr[],
/titanic_50/usr/src/uts/sun4u/starfire/os/
H A Dpda.c77 pda_handle_t
94 return ((pda_handle_t)NULL); in pda_open()
96 return ((pda_handle_t)pip); in pda_open()
101 pda_close(pda_handle_t ph) in pda_close()
114 pda_board_present(pda_handle_t ph, int boardnum) in pda_board_present()
128 pda_get_board_info(pda_handle_t ph, int boardnum) in pda_get_board_info()
136 pda_get_mem_size(pda_handle_t ph, int boardnum) in pda_get_mem_size()
185 pda_mem_add_span(pda_handle_t ph, uint64_t basepa, uint64_t nbytes) in pda_mem_add_span()
220 pda_mem_del_span(pda_handle_t ph, uint64_t basepa, uint64_t nbytes) in pda_mem_del_span()
329 pda_mem_sync(pda_handle_t ph, int board, int unit) in pda_mem_sync()
[all …]
/titanic_50/usr/src/uts/sun4u/starfire/io/
H A Didn_xf.c158 static int pc_write_madr(pda_handle_t ph,
160 static boardset_t get_boardset(pda_handle_t ph, int *nboards);
165 static int idnxf_shmem_update_all(pda_handle_t ph,
537 pc_write_madr(pda_handle_t ph, int lboard, int rboard, uint_t madr) in pc_write_madr()
736 pc_read_madr(pda_handle_t ph, int lboard, uint_t mc_adr[], int local_only) in pc_read_madr()
803 mc_get_adr_all(pda_handle_t ph, uint_t mc_adr[], int *nmcadr) in mc_get_adr_all()
823 get_boardset(pda_handle_t ph, int *nboards) in get_boardset()
893 pda_handle_t ph; in get_hw_config()
922 if (ph == (pda_handle_t)NULL) { in get_hw_config()
1120 idnxf_shmem_update_all(pda_handle_t ph, boardset_t boardset, in idnxf_shmem_update_all()
[all …]
H A Ddrmach.c171 pda_handle_t *ph;
872 static pda_handle_t
875 pda_handle_t ph; in drmach_pda_open()
1573 pda_handle_t ph; in drmach_copy_rename_init()
1751 drmach_iopc_op(pda_handle_t ph, drmach_iopc_op_t op) in drmach_iopc_op()
2941 pda_handle_t ph; in drmach_mem_add_span()
2982 pda_handle_t ph; in drmach_mem_del_span()
3026 pda_handle_t ph; in drmach_mem_update_interconnect()
3251 pda_handle_t ph; in drmach_mem_get_size()
3452 pda_handle_t ph; in drmach_pt_dump_pdainfo()