Searched refs:rtsx_softc (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | rtsx.c | 118 static int rtsx_init(struct rtsx_softc *, int); 119 static void rtsx_soft_reset(struct rtsx_softc *); 120 static int rtsx_bus_power_off(struct rtsx_softc *); 121 static int rtsx_bus_power_on(struct rtsx_softc *); 122 static int rtsx_set_bus_width(struct rtsx_softc *, int); 123 static int rtsx_stop_sd_clock(struct rtsx_softc *); 124 static int rtsx_switch_sd_clock(struct rtsx_softc *, uint8_t, int, int); 125 static int rtsx_wait_intr(struct rtsx_softc *, int, int); 126 static int rtsx_read(struct rtsx_softc *, uint16_t, uint8_t *); 127 static int rtsx_write(struct rtsx_softc *, uint16_t, uint8_t, uint8_t); [all …]
|
H A D | rtsxvar.h | 33 struct rtsx_softc { struct 83 int rtsx_attach(struct rtsx_softc *, bus_space_tag_t, 85 int rtsx_detach(struct rtsx_softc *, int);
|
/netbsd-src/sys/dev/pci/ |
H A D | rtsx_pci.c | 42 struct rtsx_softc sc;
|