Lines Matching defs:ss

199 #define	GET16(ss, reg)	\  argument
201 #define PUT16(ss, reg, val) \ argument
203 #define GET32(ss, reg) \ argument
205 #define PUT32(ss, reg, val) \ argument
207 #define GET64(ss, reg) \ argument
210 #define GET8(ss, reg) \ argument
212 #define PUT8(ss, reg, val) \ argument
215 #define CLR8(ss, reg, mask) PUT8(ss, reg, GET8(ss, reg) & ~(mask)) argument
216 #define SET8(ss, reg, mask) PUT8(ss, reg, GET8(ss, reg) | (mask)) argument
231 #define GETDATA32(ss) sw32(GET32(ss, REG_DATA)) argument
232 #define GETDATA16(ss) sw16(GET16(ss, REG_DATA)) argument
233 #define GETDATA8(ss) GET8(ss, REG_DATA) argument
235 #define PUTDATA32(ss, val) PUT32(ss, REG_DATA, sw32(val)) argument
236 #define PUTDATA16(ss, val) PUT16(ss, REG_DATA, sw16(val)) argument
237 #define PUTDATA8(ss, val) PUT8(ss, REG_DATA, val) argument
239 #define CHECK_STATE(ss, nm) \ argument
484 sdslot_t *ss; in sdhost_quiesce() local
503 sdslot_t *ss; in sdhost_suspend() local
525 sdslot_t *ss; in sdhost_resume() local
545 sdhost_set_clock(sdslot_t *ss, uint32_t hz) in sdhost_set_clock()
620 sdhost_soft_reset(sdslot_t *ss, uint8_t bits) in sdhost_soft_reset()
656 sdhost_disable_interrupts(sdslot_t *ss) in sdhost_disable_interrupts()
668 sdhost_enable_interrupts(sdslot_t *ss) in sdhost_enable_interrupts()
802 sdhost_xfer_done(sdslot_t *ss, sda_err_t errno) in sdhost_xfer_done()
829 sdhost_slot_intr(sdslot_t *ss) in sdhost_slot_intr()
1026 sdslot_t *ss; in sdhost_init_slot() local
1221 sdslot_t *ss; in sdhost_uninit_slot() local
1248 sdhost_get_response(sdslot_t *ss, sda_cmd_t *cmdp) in sdhost_get_response()
1277 sdhost_wait_cmd(sdslot_t *ss, sda_cmd_t *cmdp) in sdhost_wait_cmd()
1343 sdslot_t *ss = arg; in sdhost_poll() local
1352 sdslot_t *ss = arg; in sdhost_cmd() local
1501 sdslot_t *ss = arg; in sdhost_getprop() local
1574 sdslot_t *ss = arg; in sdhost_setprop() local
1666 sdslot_t *ss = arg; in sdhost_reset() local
1683 sdslot_t *ss = arg; in sdhost_halt() local