Searched refs:bsh (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/scsi/aic7xxx/
H A Daic7770_osm.c56 ahc->bsh.ioport = port;
98 ahc->bsh.ioport = 0;
H A Daic7xxx_osm_pci.c380 ahc->bsh.maddr = maddr;
398 ahc->bsh.maddr = NULL;
419 ahc->bsh.ioport = (u_long)base;
H A Daic7xxx_osm.c406 x = readb(ahc->bsh.maddr + port);
408 x = inb(ahc->bsh.ioport + port);
418 writeb(val, ahc->bsh.maddr + port);
420 outb(val, ahc->bsh.ioport + port);
1235 && ahc->bsh.ioport != 0)
1236 release_region(ahc->bsh.ioport, 256);
1238 && ahc->bsh.maddr != NULL) {
1239 iounmap(ahc->bsh.maddr);
H A Daic7xxx.h903 bus_space_handle_t bsh; member in struct:ahc_softc
/linux-master/arch/arm64/boot/dts/freescale/
H A DMakefile149 dtb-$(CONFIG_ARCH_MXC) += imx8mn-bsh-smm-s2.dtb
150 dtb-$(CONFIG_ARCH_MXC) += imx8mn-bsh-smm-s2pro.dtb
/linux-master/scripts/dtc/include-prefixes/arm64/freescale/
H A DMakefile149 dtb-$(CONFIG_ARCH_MXC) += imx8mn-bsh-smm-s2.dtb
150 dtb-$(CONFIG_ARCH_MXC) += imx8mn-bsh-smm-s2pro.dtb
/linux-master/arch/arm/boot/dts/nxp/imx/
H A DMakefile362 imx6ulz-bsh-smm-m2.dtb
/linux-master/scripts/dtc/include-prefixes/arm/nxp/imx/
H A DMakefile362 imx6ulz-bsh-smm-m2.dtb

Completed in 253 milliseconds