Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/ieee1394/
Dnodemgr.c137 ne->busopt.irmc, ne->busopt.cmc, ne->busopt.isc, ne->busopt.bmc, in raw1394_read_proc()
138 ne->busopt.pmc, ne->busopt.generation, ne->busopt.lnkspd, in raw1394_read_proc()
139 ne->busopt.max_rec, ne->busopt.cyc_clk_acc); in raw1394_read_proc()
982 ne->busopt.irmc = (busoptions >> 31) & 1; in nodemgr_process_config_rom()
983 ne->busopt.cmc = (busoptions >> 30) & 1; in nodemgr_process_config_rom()
984 ne->busopt.isc = (busoptions >> 29) & 1; in nodemgr_process_config_rom()
985 ne->busopt.bmc = (busoptions >> 28) & 1; in nodemgr_process_config_rom()
986 ne->busopt.pmc = (busoptions >> 27) & 1; in nodemgr_process_config_rom()
987 ne->busopt.cyc_clk_acc = (busoptions >> 16) & 0xff; in nodemgr_process_config_rom()
988 ne->busopt.max_rec = 1 << (((busoptions >> 12) & 0xf) + 1); in nodemgr_process_config_rom()
[all …]
Dnodemgr.h144 struct bus_options busopt; /* Bus Options */ member