Searched refs:bsh (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.10/arch/arm64/boot/dts/freescale/ |
D | imx8mn-bsh-smm-s2.dts | 9 #include "imx8mn-bsh-smm-s2-common.dtsi" 13 compatible = "bsh,imx8mn-bsh-smm-s2", "fsl,imx8mn";
|
D | imx8mn-bsh-smm-s2pro.dts | 9 #include "imx8mn-bsh-smm-s2-common.dtsi" 14 compatible = "bsh,imx8mn-bsh-smm-s2pro", "fsl,imx8mn";
|
D | Makefile | 74 dtb-$(CONFIG_ARCH_MXC) += imx8mn-bsh-smm-s2.dtb 75 dtb-$(CONFIG_ARCH_MXC) += imx8mn-bsh-smm-s2pro.dtb
|
/linux-5.19.10/drivers/scsi/aic7xxx/ |
D | aic7770_osm.c | 56 ahc->bsh.ioport = port; in aic7770_map_registers() 98 ahc->bsh.ioport = 0; in aic7770_probe()
|
D | aic7xxx_osm_pci.c | 381 ahc->bsh.maddr = maddr; in ahc_pci_map_registers() 399 ahc->bsh.maddr = NULL; in ahc_pci_map_registers() 420 ahc->bsh.ioport = (u_long)base; in ahc_pci_map_registers()
|
D | aic7xxx_osm.c | 405 x = readb(ahc->bsh.maddr + port); in ahc_inb() 407 x = inb(ahc->bsh.ioport + port); in ahc_inb() 417 writeb(val, ahc->bsh.maddr + port); in ahc_outb() 419 outb(val, ahc->bsh.ioport + port); in ahc_outb() 1227 && ahc->bsh.ioport != 0) in ahc_platform_free() 1228 release_region(ahc->bsh.ioport, 256); in ahc_platform_free() 1230 && ahc->bsh.maddr != NULL) { in ahc_platform_free() 1231 iounmap(ahc->bsh.maddr); in ahc_platform_free()
|
D | aic7xxx.h | 903 bus_space_handle_t bsh; member
|
/linux-5.19.10/arch/arm/boot/dts/ |
D | imx6ulz-bsh-smm-m2.dts | 13 compatible = "bsh,imx6ulz-bsh-smm-m2", "fsl,imx6ull", "fsl,imx6ulz";
|
D | Makefile | 740 imx6ulz-bsh-smm-m2.dtb
|
/linux-5.19.10/Documentation/devicetree/bindings/arm/ |
D | fsl.yaml | 724 - bsh,imx6ulz-bsh-smm-m2 # i.MX6 ULZ BSH SystemMaster 889 - bsh,imx8mn-bsh-smm-s2 # i.MX8MN BSH SystemMaster S2 890 - bsh,imx8mn-bsh-smm-s2pro # i.MX8MN BSH SystemMaster S2 PRO
|
/linux-5.19.10/Documentation/devicetree/bindings/ |
D | vendor-prefixes.yaml | 199 "^bsh,.*":
|