Searched refs:exca_softc (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/dev/exca/ |
| H A D | excavar.h | 64 struct exca_softc; 68 struct exca_softc struct 106 void exca_init(struct exca_softc *sc, device_t dev, argument 108 void exca_insert(struct exca_softc *sc); 111 int exca_is_pcic(struct exca_softc *sc); 120 void exca_removal(struct exca_softc *); 121 void exca_reset(struct exca_softc *, device_t child); 130 exca_getb(struct exca_softc *sc, int reg) in exca_getb() 136 exca_putb(struct exca_softc *sc, int reg, uint8_t val) in exca_putb() 142 exca_setb(struct exca_softc *sc, int reg, uint8_t mask) in exca_setb() [all …]
|
| H A D | exca.c | 145 exca_mem_getb(struct exca_softc *sc, int reg) in exca_mem_getb() 157 exca_io_getb(struct exca_softc *sc, int reg) in exca_io_getb() 177 exca_do_mem_map(struct exca_softc *sc, int win) in exca_do_mem_map() 300 exca_mem_unmap(struct exca_softc *sc, int window) in exca_mem_unmap() 454 exca_do_io_map(struct exca_softc *sc, int win) in exca_do_io_map() 517 exca_io_unmap(struct exca_softc *sc, int window) in exca_io_unmap() 571 exca_wait_ready(struct exca_softc *sc) in exca_wait_ready() 635 exca_init(struct exca_softc *sc, device_t dev, in exca_init() 658 exca_valid_slot(struct exca_softc *exca) in exca_valid_slot() 794 exca_insert(struct exca_softc *exca) in exca_insert() [all …]
|
| /freebsd-14.2/sys/dev/pccbb/ |
| H A D | pccbbvar.h | 57 struct exca_softc exca;
|