Searched refs:rtsx_softc (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/sys/dev/ic/ |
H A D | rtsx.c | 109 int rtsx_init(struct rtsx_softc *, int); 110 void rtsx_soft_reset(struct rtsx_softc *); 111 int rtsx_bus_power_off(struct rtsx_softc *); 112 int rtsx_bus_power_on(struct rtsx_softc *); 113 int rtsx_set_bus_width(struct rtsx_softc *, int); 114 int rtsx_stop_sd_clock(struct rtsx_softc *); 115 int rtsx_switch_sd_clock(struct rtsx_softc *, u_int8_t, int, int); 116 int rtsx_wait_intr(struct rtsx_softc *, int, int); 117 int rtsx_read(struct rtsx_softc *, u_int16_t, u_int8_t *); 118 int rtsx_write(struct rtsx_softc *, u_int16_t, u_int8_t, u_int8_t); [all …]
|
H A D | rtsxvar.h | 28 struct rtsx_softc { struct 46 int rtsx_attach(struct rtsx_softc *, bus_space_tag_t, argument
|
/openbsd-src/sys/dev/pci/ |
H A D | rtsx_pci.c | 34 struct rtsx_softc sc;
|