Home
last modified time | relevance | path

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

/openbmc/u-boot/board/gdsys/common/
H A Dioep-fpga.c70 unsigned unit_type; in ioep_fpga_print_info() local
85 unit_type = (versions & 0xf000) >> 12; in ioep_fpga_print_info()
96 switch (unit_type) { in ioep_fpga_print_info()
108 printf("UnitType %d(not supported)", unit_type); in ioep_fpga_print_info()
112 switch (unit_type) { in ioep_fpga_print_info()
/openbmc/linux/drivers/net/wireless/purelifi/plfxlc/
H A Dchip.h13 enum unit_type { enum
26 enum unit_type unit_type; member
H A Dusb.c608 chip->unit_type = STA; in probe()
/openbmc/linux/drivers/s390/block/
H A Ddasd_fba.h65 __u8 unit_type; member
H A Ddasd_eckd.h283 __u8 unit_type; member
/openbmc/linux/drivers/powercap/
H A Dintel_rapl_common.c95 enum unit_type { enum
237 enum unit_type unit;
264 enum unit_type type, u64 value, int to_raw);
609 static u64 rapl_unit_xlate(struct rapl_domain *rd, enum unit_type type, in rapl_unit_xlate()