Home
last modified time | relevance | path

Searched refs:sba_device (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/parisc/
Dsba_iommu.c96 struct sba_device *sba_list;
108 #define SBA_DEV(d) ((struct sba_device *) (d))
1087 sba_get_pat_resources(struct sba_device *sba_dev) in sba_get_pat_resources()
1508 static void __iomem *ioc_remap(struct sba_device *sba_dev, unsigned int offset) in ioc_remap()
1513 static void sba_hw_init(struct sba_device *sba_dev) in sba_hw_init()
1669 sba_common_init(struct sba_device *sba_dev) in sba_common_init()
1770 struct sba_device *sba_dev = sba_list; in sba_proc_info()
1855 struct sba_device *sba_dev = sba_list; in sba_proc_bitmap_info()
1904 struct sba_device *sba_dev; in sba_driver_callback()
1955 sba_dev = kzalloc(sizeof(struct sba_device), GFP_KERNEL); in sba_driver_callback()
[all …]
/linux-4.4.14/arch/parisc/include/asm/
Dropes.h72 struct sba_device { struct
73 struct sba_device *next; /* list of SBA's in system */ argument
/linux-4.4.14/drivers/char/agp/
Dparisc-agp.c388 extern struct sba_device *sba_list; in parisc_agp_init()