Lines Matching defs:gas
1688 acpi_bus_alloc_gas(device_t dev, int *type, int *rid, ACPI_GENERIC_ADDRESS *gas,
1694 if (type == NULL || rid == NULL || gas == NULL || res == NULL)
1698 switch (gas->SpaceId) {
1713 if (gas->BitWidth && gas->BitWidth < 8)
1714 gas->BitWidth = 8;
1717 if (gas->Address == 0 || gas->BitWidth == 0)
1720 bus_set_resource(dev, res_type, *rid, gas->Address,
1721 gas->BitWidth / 8);