Searched refs:ioaddr (Results 1 - 7 of 7) sorted by relevance

/include/linux/
H A Dcom20020.h74 #define _INTMASK (ioaddr+BUS_ALIGN*0) /* writable */
75 #define _STATUS (ioaddr+BUS_ALIGN*0) /* readable */
76 #define _COMMAND (ioaddr+BUS_ALIGN*1) /* standard arcnet commands */
77 #define _DIAGSTAT (ioaddr+BUS_ALIGN*1) /* diagnostic status register */
78 #define _ADDR_HI (ioaddr+BUS_ALIGN*2) /* control registers for IO-mapped memory */
79 #define _ADDR_LO (ioaddr+BUS_ALIGN*3)
80 #define _MEMDATA (ioaddr+BUS_ALIGN*4) /* data port for IO-mapped memory */
81 #define _SUBADR (ioaddr+BUS_ALIGN*5) /* the extended port _XREG refers to */
82 #define _CONFIG (ioaddr+BUS_ALIGN*6) /* configuration register */
83 #define _XREG (ioaddr
[all...]
H A Di2c-pnx.h29 void __iomem *ioaddr; member in struct:i2c_pnx_algo_data
H A Dscx200_gpio.h11 #define __SCx200_GPIO_IOADDR unsigned short ioaddr = scx200_gpio_base+0x10*bank
15 #define __SCx200_GPIO_OUT __asm__ __volatile__("outsl":"=mS" (shadow):"d" (ioaddr), "0" (shadow))
24 return (inl(ioaddr) & (1<<index)) ? 1 : 0;
H A Dstmmac.h118 void (*bus_setup)(void __iomem *ioaddr);
139 void (*bus_setup)(void __iomem *ioaddr);
H A Dlibata.h806 struct ata_ioports ioaddr; /* ATA cmd/ctl/dma register blocks */ member in struct:ata_port
1833 extern void ata_sff_std_ports(struct ata_ioports *ioaddr);
/include/linux/rtc/
H A Dm48t59.h58 /* ioaddr mapped externally */
59 void __iomem *ioaddr; member in struct:m48t59_plat_data
/include/linux/mmc/
H A Dsdhci.h105 void __iomem *ioaddr; /* Mapped address */ member in struct:sdhci_host

Completed in 295 milliseconds