Searched refs:ahb (Results 1 - 25 of 124) sorted by relevance

12345

/freebsd-10-stable/sys/modules/ahb/
H A DMakefile3 .PATH: ${.CURDIR}/../../dev/ahb
5 KMOD= ahb
6 SRCS= ahb.c opt_cam.h device_if.h bus_if.h eisa_if.h
/freebsd-10-stable/sys/dev/ahb/
H A Dahb.c28 * $FreeBSD: stable/10/sys/dev/ahb/ahb.c 315813 2017-03-23 06:41:13Z mav $
55 #include <dev/ahb/ahbreg.h>
60 #define ahb_inb(ahb, port) \
61 bus_read_1((ahb)->res, port)
63 #define ahb_inl(ahb, port) \
64 bus_read_4((ahb)->res, port)
66 #define ahb_outb(ahb, port, value) \
67 bus_write_1((ahb)->res, port, value)
69 #define ahb_outl(ahb, por
109 ahbecbget(struct ahb_softc *ahb) argument
122 ahbecbfree(struct ahb_softc* ahb, struct ecb* ecb) argument
132 ahbecbvtop(struct ahb_softc *ahb, struct ecb *ecb) argument
139 ahbecbptov(struct ahb_softc *ahb, u_int32_t ecb_addr) argument
165 ahbqueuembox(struct ahb_softc *ahb, u_int32_t mboxval, u_int attn_code) argument
261 struct ahb_softc *ahb; local
400 struct ahb_softc *ahb; local
415 ahbfree(struct ahb_softc *ahb) argument
439 ahbreset(struct ahb_softc *ahb) argument
476 struct ahb_softc* ahb; local
488 ahbxptattach(struct ahb_softc *ahb) argument
581 ahbhandleimmed(struct ahb_softc *ahb, u_int32_t mbox, u_int intstat) argument
639 ahbcalcresid(struct ahb_softc *ahb, struct ecb *ecb, union ccb *ccb) argument
688 ahbprocesserror(struct ahb_softc *ahb, struct ecb *ecb, union ccb *ccb) argument
783 ahbdone(struct ahb_softc *ahb, u_int32_t mbox, u_int intstat) argument
836 struct ahb_softc *ahb; local
845 ahbintr_locked(struct ahb_softc *ahb) argument
906 struct ahb_softc *ahb; local
996 struct ahb_softc *ahb; local
1217 struct ahb_softc *ahb; local
[all...]
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dat91sam9g25ek.dts17 ahb {
H A Dat91sam9g35ek.dts17 ahb {
H A Dat91sam9x35ek.dts17 ahb {
H A Dat91sam9x25ek.dts17 ahb {
H A Dat91sam9g15.dtsi15 ahb {
H A Dat91sam9g25.dtsi17 ahb {
H A Dat91sam9g35.dtsi16 ahb {
H A Dat91sam9x25.dtsi19 ahb {
H A Dat91sam9x35.dtsi17 ahb {
H A Dat91sam9x5_isi.dtsi14 ahb {
H A Dat91sam9x5_lcd.dtsi14 ahb {
H A Dusb_a9260.dts24 ahb {
H A Dsama5d31ek.dts18 ahb {
H A Dsama5d33ek.dts18 ahb {
H A Dsama5d36ek.dts18 ahb {
H A Dusb_a9g20_lpw.dts15 ahb {
H A Dat91sam9g20ek_2mmc.dts15 ahb {
H A Devk-pro3.dts24 ahb {
H A Dge863-pro3.dtsi28 ahb {
H A Dmpa1600.dts38 ahb {
H A Dsama5d34ek.dts18 ahb {
H A Dsama5d35ek.dts17 ahb {
H A Dsama5d3_tcb1.dtsi19 ahb {

Completed in 307 milliseconds

12345