Searched defs:mly (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/pci/ |
H A D | mly.c | 281 struct mly_softc *mly; in mly_attach() local 571 mly_scan_channel(struct mly_softc *mly, int bus) in mly_scan_channel() 591 struct mly_softc *mly; in mly_shutdown() local 608 mly_get_controllerinfo(struct mly_softc *mly) in mly_get_controllerinfo() 640 mly_scan_btl(struct mly_softc *mly, int bus, int target) in mly_scan_btl() 705 mly_complete_rescan(struct mly_softc *mly, struct mly_ccb *mc) in mly_complete_rescan() 816 mly_get_eventstatus(struct mly_softc *mly) in mly_get_eventstatus() 852 mly_enable_mmbox(struct mly_softc *mly) in mly_enable_mmbox() 892 mly_flush(struct mly_softc *mly) in mly_flush() 914 mly_ioctl(struct mly_softc *mly, struct mly_cmd_ioctl *ioctl, void **data, in mly_ioctl() [all …]
|
H A D | mlyvar.h | 239 mly_inb(struct mly_softc *mly, int off) in mly_inb() 248 mly_inw(struct mly_softc *mly, int off) in mly_inw() 257 mly_inl(struct mly_softc *mly, int off) in mly_inl() 266 mly_outb(struct mly_softc *mly, int off, u_int8_t val) in mly_outb() 275 mly_outw(struct mly_softc *mly, int off, u_int16_t val) in mly_outw() 284 mly_outl(struct mly_softc *mly, int off, u_int32_t val) in mly_outl() 293 mly_idbr_true(struct mly_softc *mly, u_int8_t mask) in mly_idbr_true() 302 mly_odbr_true(struct mly_softc *mly, u_int8_t mask) in mly_odbr_true() 309 mly_error_valid(struct mly_softc *mly) in mly_error_valid() 321 #define MLY_LOGDEV_ID(mly, bus, target) \ argument [all …]
|