Lines Matching refs:val
120 u8 val;
125 val = ESB_WDT_ENABLE | (_wdd_nowayout ? ESB_WDT_LOCK : 0x00);
126 pci_write_config_byte(edev->pdev, ESB_LOCK_REG, val);
133 u8 val;
140 pci_read_config_byte(edev->pdev, ESB_LOCK_REG, &val);
143 return val & ESB_WDT_ENABLE;
160 u32 val;
163 * val will be 1 << 9 = 512, then write that to two
166 val = time << 9;
170 writel(val, ESB_TIMER1_REG(edev));
174 writel(val, ESB_TIMER2_REG(edev));