Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7770_osm.c56 ahc->bsh.ioport = port; in aic7770_map_registers()
98 ahc->bsh.ioport = 0; in aic7770_probe()
H A Daic7xxx_osm_pci.c405 ahc->bsh.maddr = maddr; in ahc_pci_map_registers()
423 ahc->bsh.maddr = NULL; in ahc_pci_map_registers()
444 ahc->bsh.ioport = (u_long)base; in ahc_pci_map_registers()
H A Daic7xxx_osm.c404 x = readb(ahc->bsh.maddr + port); in ahc_inb()
406 x = inb(ahc->bsh.ioport + port); in ahc_inb()
416 writeb(val, ahc->bsh.maddr + port); in ahc_outb()
418 outb(val, ahc->bsh.ioport + port); in ahc_outb()
1228 && ahc->bsh.ioport != 0) in ahc_platform_free()
1229 release_region(ahc->bsh.ioport, 256); in ahc_platform_free()
1231 && ahc->bsh.maddr != NULL) { in ahc_platform_free()
1232 iounmap(ahc->bsh.maddr); in ahc_platform_free()
H A Daic7xxx.h905 bus_space_handle_t bsh; member
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7770_osm.c56 ahc->bsh.ioport = port; in aic7770_map_registers()
98 ahc->bsh.ioport = 0; in aic7770_probe()
H A Daic7xxx_osm_pci.c381 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()
H A Daic7xxx_osm.c405 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()
H A Daic7xxx.h903 bus_space_handle_t bsh; member
/kernel/linux/linux-6.6/arch/arm64/boot/dts/freescale/
H A DMakefile87 dtb-$(CONFIG_ARCH_MXC) += imx8mn-bsh-smm-s2.dtb
88 dtb-$(CONFIG_ARCH_MXC) += imx8mn-bsh-smm-s2pro.dtb
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/arm64/freescale/
H A DMakefile87 dtb-$(CONFIG_ARCH_MXC) += imx8mn-bsh-smm-s2.dtb
88 dtb-$(CONFIG_ARCH_MXC) += imx8mn-bsh-smm-s2pro.dtb

Completed in 14 milliseconds