Searched refs:cfgtable (Results 1 – 4 of 4) sorted by relevance
212 static int write_driver_ver_to_cfgtable(CfgTable_struct __iomem *cfgtable);1307 intinfo.delay = readl(&h->cfgtable->HostWrite.CoalIntDelay); in cciss_getintinfo()1308 intinfo.count = readl(&h->cfgtable->HostWrite.CoalIntCount); in cciss_getintinfo()1332 writel(intinfo.delay, &(h->cfgtable->HostWrite.CoalIntDelay)); in cciss_setintinfo()1333 writel(intinfo.count, &(h->cfgtable->HostWrite.CoalIntCount)); in cciss_setintinfo()1357 NodeName[i] = readb(&h->cfgtable->ServerName[i]); in cciss_getnodename()1379 writeb(NodeName[i], &h->cfgtable->ServerName[i]); in cciss_setnodename()1400 heartbeat = readl(&h->cfgtable->HeartBeat); in cciss_getheartbeat()1415 BusTypes = readl(&h->cfgtable->BusTypes); in cciss_getbustypes()3823 CfgTable_struct *tb = h->cfgtable; in print_cfg_table()[all …]
69 CfgTable_struct __iomem *cfgtable; member
3813 static int write_driver_ver_to_cfgtable(struct CfgTable __iomem *cfgtable) in write_driver_ver_to_cfgtable() argument3816 int i, size = sizeof(cfgtable->driver_version); in write_driver_ver_to_cfgtable()3824 writeb(driver_version[i], &cfgtable->driver_version[i]); in write_driver_ver_to_cfgtable()3829 static void read_driver_ver_from_cfgtable(struct CfgTable __iomem *cfgtable, in read_driver_ver_from_cfgtable() argument3834 for (i = 0; i < sizeof(cfgtable->driver_version); i++) in read_driver_ver_from_cfgtable()3835 driver_ver[i] = readb(&cfgtable->driver_version[i]); in read_driver_ver_from_cfgtable()3838 static int controller_reset_failed(struct CfgTable __iomem *cfgtable) in controller_reset_failed() argument3842 int rc, size = sizeof(cfgtable->driver_version); in controller_reset_failed()3853 read_driver_ver_from_cfgtable(cfgtable, driver_ver); in controller_reset_failed()3870 struct CfgTable __iomem *cfgtable; in hpsa_kdump_hard_reset_controller() local[all …]
67 struct CfgTable __iomem *cfgtable; member