Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/zorro/
H A Dzorro.c184 if (error && !(z->rom.er_Type & ERTF_MEMLIST)) in amiga_zorro_probe()
191 switch (z->rom.er_Type & ERT_TYPEMASK) { in amiga_zorro_probe()
218 if (z->rom.er_Type & ERTF_MEMLIST) in amiga_zorro_probe()
H A Dzorro-sysfs.c37 zorro_config_attr(type, rom.er_Type, "0x%02x\n");
H A Dproc.c87 z->rom.er_Type); in zorro_seq_show()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dzorro.h76 __u8 er_Type; /* Board type, size and flags */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dzorro.h76 __u8 er_Type; /* Board type, size and flags */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dzorro.h76 __u8 er_Type; /* Board type, size and flags */ member
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dzorro_esp.c736 if ((z->rom.er_Type & ERT_TYPEMASK) == ERT_ZORROIII) { in zorro_esp_probe()