Searched refs:cfgtable (Results 1 – 4 of 4) sorted by relevance
212 static int write_driver_ver_to_cfgtable(CfgTable_struct __iomem *cfgtable);1305 intinfo.delay = readl(&h->cfgtable->HostWrite.CoalIntDelay); in cciss_getintinfo()1306 intinfo.count = readl(&h->cfgtable->HostWrite.CoalIntCount); in cciss_getintinfo()1330 writel(intinfo.delay, &(h->cfgtable->HostWrite.CoalIntDelay)); in cciss_setintinfo()1331 writel(intinfo.count, &(h->cfgtable->HostWrite.CoalIntCount)); in cciss_setintinfo()1355 NodeName[i] = readb(&h->cfgtable->ServerName[i]); in cciss_getnodename()1377 writeb(NodeName[i], &h->cfgtable->ServerName[i]); in cciss_setnodename()1398 heartbeat = readl(&h->cfgtable->HeartBeat); in cciss_getheartbeat()1413 BusTypes = readl(&h->cfgtable->BusTypes); in cciss_getbustypes()3821 CfgTable_struct *tb = h->cfgtable; in print_cfg_table()[all …]
69 CfgTable_struct __iomem *cfgtable; member
5688 static int write_driver_ver_to_cfgtable(struct CfgTable __iomem *cfgtable) in write_driver_ver_to_cfgtable() argument5691 int i, size = sizeof(cfgtable->driver_version); in write_driver_ver_to_cfgtable()5699 writeb(driver_version[i], &cfgtable->driver_version[i]); in write_driver_ver_to_cfgtable()5704 static void read_driver_ver_from_cfgtable(struct CfgTable __iomem *cfgtable, in read_driver_ver_from_cfgtable() argument5709 for (i = 0; i < sizeof(cfgtable->driver_version); i++) in read_driver_ver_from_cfgtable()5710 driver_ver[i] = readb(&cfgtable->driver_version[i]); in read_driver_ver_from_cfgtable()5713 static int controller_reset_failed(struct CfgTable __iomem *cfgtable) in controller_reset_failed() argument5717 int rc, size = sizeof(cfgtable->driver_version); in controller_reset_failed()5728 read_driver_ver_from_cfgtable(cfgtable, driver_ver); in controller_reset_failed()5745 struct CfgTable __iomem *cfgtable; in hpsa_kdump_hard_reset_controller() local[all …]
133 struct CfgTable __iomem *cfgtable; member