Home
last modified time | relevance | path

Searched refs:TAD (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/ABI/testing/
H A Dsysfs-devices-platform-ACPI-TAD1 ACPI Time and Alarm (TAD) device attributes.
7 (RO) Hexadecimal bitmask of the TAD attributes are reported by
91 This attribute is only present if the TAD supports a separate
102 This attribute is only present if the TAD supports a separate
114 This attribute is only present if the TAD supports a separate
/linux/drivers/gpib/include/
H A Dgpib_cmd.h31 TAD = 0x40, /* value to be 'ored' in to obtain talk address */ enumerator
54 return gpib_address_restrict(addr) | TAD; in MTA()
/linux/drivers/acpi/
H A DKconfig251 tristate "ACPI Time and Alarm (TAD) Device Support"
254 The ACPI Time and Alarm (TAD) device is an alternative to the Real
257 elapses. In comparison with the RTC Alarm, the TAD provides a larger
259 TAD maintain the time of day information across platform power
/linux/drivers/gpib/tms9914/
H A Dtms9914.c656 } else if (cmd_byte != MTA(board->pad) && (cmd_byte & 0xe0) == TAD) { in check_my_address_state()