Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/zorro/
Dzorro-sysfs.c25 #define zorro_config_attr(name, field, format_string) \ macro
36 zorro_config_attr(id, id, "0x%08x\n");
37 zorro_config_attr(type, rom.er_Type, "0x%02x\n");
38 zorro_config_attr(slotaddr, slotaddr, "0x%04x\n");
39 zorro_config_attr(slotsize, slotsize, "0x%04x\n");
101 static struct bin_attribute zorro_config_attr = { variable
111 &zorro_config_attr,