Lines Matching defs:ioport
1527 struct envctrl_pcf8574_chip *ioport;
1597 ioport = (struct envctrl_pcf8574_chip *)data;
1598 buf[0] = ioport->val;
1599 if (ioport->chip_num > ENVCTRL_PCF8574_DEV7)
1603 if (ioport->type == PCF8574A) {
1604 slave_addr = (PCF8574A_BASE_ADDR | ioport->chip_num);
1607 PCF8574A_BASE_ADDR | ioport->chip_num, buf, 1);
1609 slave_addr = (PCF8574_BASE_ADDR | ioport->chip_num);
1611 PCF8574_BASE_ADDR | ioport->chip_num, buf, 1);
1629 ioport->chip_num, ioport->type);
1647 struct envctrl_pcf8574_chip *ioport;
1691 ioport = (struct envctrl_pcf8574_chip *)data;
1694 if (ioport->chip_num > ENVCTRL_PCF8574_DEV7)
1696 ioport->chip_num);
1698 if (ioport->type == PCF8574A) {
1700 ioport->chip_num);
1702 PCF8574A_BASE_ADDR | ioport->chip_num, buf, 1);
1705 ioport->chip_num);
1707 PCF8574_BASE_ADDR | ioport->chip_num, buf, 1);
1725 ioport->chip_num, ioport->type);
1728 ioport->val = buf[0];