Symbol: rtsx_softc
sys/dev/ic/rtsx.c
1000
rtsx_xfer_exec(struct rtsx_softc *sc, bus_dmamap_t dmap, int dmaflags)
sys/dev/ic/rtsx.c
1015
rtsx_xfer(struct rtsx_softc *sc, struct sdmmc_command *cmd, u_int32_t *cmdbuf)
sys/dev/ic/rtsx.c
109
int rtsx_init(struct rtsx_softc *, int);
sys/dev/ic/rtsx.c
110
void rtsx_soft_reset(struct rtsx_softc *);
sys/dev/ic/rtsx.c
111
int rtsx_bus_power_off(struct rtsx_softc *);
sys/dev/ic/rtsx.c
1111
rtsx_xfer_bounce(struct rtsx_softc *sc, struct sdmmc_command *cmd)
sys/dev/ic/rtsx.c
112
int rtsx_bus_power_on(struct rtsx_softc *);
sys/dev/ic/rtsx.c
113
int rtsx_set_bus_width(struct rtsx_softc *, int);
sys/dev/ic/rtsx.c
114
int rtsx_stop_sd_clock(struct rtsx_softc *);
sys/dev/ic/rtsx.c
115
int rtsx_switch_sd_clock(struct rtsx_softc *, u_int8_t, int, int);
sys/dev/ic/rtsx.c
116
int rtsx_wait_intr(struct rtsx_softc *, int, int);
sys/dev/ic/rtsx.c
117
int rtsx_read(struct rtsx_softc *, u_int16_t, u_int8_t *);
sys/dev/ic/rtsx.c
1177
rtsx_xfer_adma(struct rtsx_softc *sc, struct sdmmc_command *cmd)
sys/dev/ic/rtsx.c
118
int rtsx_write(struct rtsx_softc *, u_int16_t, u_int8_t, u_int8_t);
sys/dev/ic/rtsx.c
120
int rtsx_read_phy(struct rtsx_softc *, u_int8_t, u_int16_t *);
sys/dev/ic/rtsx.c
122
int rtsx_write_phy(struct rtsx_softc *, u_int8_t, u_int16_t);
sys/dev/ic/rtsx.c
1221
struct rtsx_softc *sc = sch;
sys/dev/ic/rtsx.c
123
int rtsx_read_cfg(struct rtsx_softc *, u_int8_t, u_int16_t, u_int32_t *);
sys/dev/ic/rtsx.c
125
int rtsx_write_cfg(struct rtsx_softc *, u_int8_t, u_int16_t, u_int32_t,
sys/dev/ic/rtsx.c
130
int rtsx_hostcmd_send(struct rtsx_softc *, int);
sys/dev/ic/rtsx.c
132
int rtsx_xfer_exec(struct rtsx_softc *, bus_dmamap_t, int);
sys/dev/ic/rtsx.c
133
int rtsx_xfer(struct rtsx_softc *, struct sdmmc_command *, u_int32_t *);
sys/dev/ic/rtsx.c
134
int rtsx_xfer_bounce(struct rtsx_softc *, struct sdmmc_command *);
sys/dev/ic/rtsx.c
135
int rtsx_xfer_adma(struct rtsx_softc *, struct sdmmc_command *);
sys/dev/ic/rtsx.c
136
void rtsx_card_insert(struct rtsx_softc *);
sys/dev/ic/rtsx.c
1366
rtsx_soft_reset(struct rtsx_softc *sc)
sys/dev/ic/rtsx.c
137
void rtsx_card_eject(struct rtsx_softc *);
sys/dev/ic/rtsx.c
138
int rtsx_led_enable(struct rtsx_softc *);
sys/dev/ic/rtsx.c
1384
rtsx_wait_intr(struct rtsx_softc *sc, int mask, int secs)
sys/dev/ic/rtsx.c
139
int rtsx_led_disable(struct rtsx_softc *);
sys/dev/ic/rtsx.c
140
void rtsx_save_regs(struct rtsx_softc *);
sys/dev/ic/rtsx.c
141
void rtsx_restore_regs(struct rtsx_softc *);
sys/dev/ic/rtsx.c
1418
rtsx_card_insert(struct rtsx_softc *sc)
sys/dev/ic/rtsx.c
1430
rtsx_card_eject(struct rtsx_softc *sc)
sys/dev/ic/rtsx.c
1447
struct rtsx_softc *sc = arg;
sys/dev/ic/rtsx.c
176
rtsx_attach(struct rtsx_softc *sc, bus_space_tag_t iot,
sys/dev/ic/rtsx.c
252
rtsx_init(struct rtsx_softc *sc, int attaching)
sys/dev/ic/rtsx.c
351
struct rtsx_softc *sc = (struct rtsx_softc *)self;
sys/dev/ic/rtsx.c
378
rtsx_led_enable(struct rtsx_softc *sc)
sys/dev/ic/rtsx.c
393
rtsx_led_disable(struct rtsx_softc *sc)
sys/dev/ic/rtsx.c
413
struct rtsx_softc *sc = sch;
sys/dev/ic/rtsx.c
450
struct rtsx_softc *sc = sch;
sys/dev/ic/rtsx.c
462
rtsx_bus_power_off(struct rtsx_softc *sc)
sys/dev/ic/rtsx.c
497
rtsx_bus_power_on(struct rtsx_softc *sc)
sys/dev/ic/rtsx.c
551
rtsx_set_bus_width(struct rtsx_softc *sc, int w)
sys/dev/ic/rtsx.c
574
rtsx_stop_sd_clock(struct rtsx_softc *sc)
sys/dev/ic/rtsx.c
583
rtsx_switch_sd_clock(struct rtsx_softc *sc, u_int8_t n, int div, int mcu)
sys/dev/ic/rtsx.c
613
struct rtsx_softc *sc = sch;
sys/dev/ic/rtsx.c
661
struct rtsx_softc *sc = sch;
sys/dev/ic/rtsx.c
722
struct rtsx_softc *sc = sch;
sys/dev/ic/rtsx.c
728
rtsx_read(struct rtsx_softc *sc, u_int16_t addr, u_int8_t *val)
sys/dev/ic/rtsx.c
747
rtsx_write(struct rtsx_softc *sc, u_int16_t addr, u_int8_t mask, u_int8_t val)
sys/dev/ic/rtsx.c
771
rtsx_read_phy(struct rtsx_softc *sc, u_int8_t addr, u_int16_t *val)
sys/dev/ic/rtsx.c
799
rtsx_write_phy(struct rtsx_softc *sc, u_int8_t addr, u_int16_t val)
sys/dev/ic/rtsx.c
822
rtsx_read_cfg(struct rtsx_softc *sc, u_int8_t func, u_int16_t addr,
sys/dev/ic/rtsx.c
853
rtsx_write_cfg(struct rtsx_softc *sc, u_int8_t func, u_int16_t addr,
sys/dev/ic/rtsx.c
902
rtsx_save_regs(struct rtsx_softc *sc)
sys/dev/ic/rtsx.c
929
rtsx_restore_regs(struct rtsx_softc *sc)
sys/dev/ic/rtsx.c
983
rtsx_hostcmd_send(struct rtsx_softc *sc, int ncmd)
sys/dev/ic/rtsxvar.h
46
int rtsx_attach(struct rtsx_softc *, bus_space_tag_t,
sys/dev/pci/rtsx_pci.c
34
struct rtsx_softc sc;