Searched defs:ahb (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/sys/dev/ahb/ |
| D | ahb.c | 60 #define ahb_inb(ahb, port) \ argument 63 #define ahb_inl(ahb, port) \ argument 66 #define ahb_outb(ahb, port, value) \ argument 69 #define ahb_outl(ahb, port, value) \ argument 109 ahbecbget(struct ahb_softc *ahb) in ahbecbget() 122 ahbecbfree(struct ahb_softc* ahb, struct ecb* ecb) in ahbecbfree() 132 ahbecbvtop(struct ahb_softc *ahb, struct ecb *ecb) in ahbecbvtop() 139 ahbecbptov(struct ahb_softc *ahb, u_int32_t ecb_addr) in ahbecbptov() 165 ahbqueuembox(struct ahb_softc *ahb, u_int32_t mboxval, u_int attn_code) in ahbqueuembox() 261 struct ahb_softc *ahb; in ahbattach() local [all …]
|