Searched refs:zorro_config_attr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/zorro/ |
H A D | zorro-sysfs.c | 25 #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,
|
/kernel/linux/linux-6.6/drivers/zorro/ |
H A D | zorro-sysfs.c | 25 #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,
|
Completed in 2 milliseconds