Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc.h139 struct bus_type { struct
169 const struct bus_type *bus;
H A Dchecks.c684 static const struct bus_type pci_bus = {
816 static const struct bus_type simple_bus = {
/rk3399_rockchip-uboot/drivers/net/
H A De1000.c1721 if (hw->bus_type == e1000_bus_type_pcix) { in e1000_init_hw()
5257 hw->bus_type = e1000_bus_type_pci; in e1000_get_bus_type()
5266 hw->bus_type = e1000_bus_type_pci_express; in e1000_get_bus_type()
5270 hw->bus_type = (status & E1000_STATUS_PCIX_MODE) ? in e1000_get_bus_type()
H A De1000.h1099 e1000_bus_type bus_type; member