Lines Matching refs:sl
42 #define attn_on(sl) ibmphp_hpc_writeslot (sl, HPC_SLOT_ATTNON) argument
43 #define attn_off(sl) ibmphp_hpc_writeslot (sl, HPC_SLOT_ATTNOFF) argument
44 #define attn_LED_blink(sl) ibmphp_hpc_writeslot (sl, HPC_SLOT_BLINKLED) argument
45 #define get_ctrl_revision(sl, rev) ibmphp_hpc_readslot (sl, READ_REVLEVEL, rev) argument
46 #define get_hpc_options(sl, opt) ibmphp_hpc_readslot (sl, READ_HPCOPTIONS, opt) argument
75 static inline int get_cur_bus_info(struct slot **sl) in get_cur_bus_info() argument
78 struct slot *slot_cur = *sl; in get_cur_bus_info()
101 *sl = slot_cur; in get_cur_bus_info()
105 static inline int slot_update(struct slot **sl) in slot_update() argument
108 rc = ibmphp_hpc_readslot(*sl, READ_ALLSTAT, NULL); in slot_update()
112 rc = get_cur_bus_info(sl); in slot_update()