Home
last modified time | relevance | path

Searched +defs:a +defs:link (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/include/jffs2/
H A Dload_kernel.h28 struct list_head link; member
35 struct list_head link; member
47 struct list_head link; member
64 #define led_blink(x, y, z, a) argument
/rk3399_rockchip-uboot/drivers/net/
H A Deepro100.c116 volatile u32 link; /* struct RxFD * */ member
151 volatile u32 link; /* void * */ member
176 volatile u32 link; /* struct descriptor * */ member
228 #define bus_to_phys(a) (a) argument
229 #define phys_to_bus(a) (a) argument
231 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a) argument
232 #define phys_to_bus(a) pci_phys_to_mem((pci_dev_t)dev->priv, a) argument
H A Dnatsemi.c183 u32 link; member
249 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a) argument
250 #define phys_to_bus(a) pci_phys_to_mem((pci_dev_t)dev->priv, a) argument
H A Dns8382x.c163 u32 link; member
270 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a) argument
271 #define phys_to_bus(a) pci_phys_to_mem((pci_dev_t)dev->priv, a) argument
/rk3399_rockchip-uboot/drivers/video/drm/display-serdes/rohm/
H A Drohm-bu18tl82.c13 #define PINCTRL_GROUP(a, b, c) { .name = a, .pins = b, .num_pins = c} argument
218 bool bu18tl82_bridge_detect(struct serdes *serdes, int link) in bu18tl82_bridge_detect()
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_memory.c21 struct list_head link; member
56 static int efi_mem_cmp(void *priv, struct list_head *a, struct list_head *b) in efi_mem_cmp()
/rk3399_rockchip-uboot/drivers/ata/
H A Dsata_dwc.c194 #define msleep(a) udelay(a * 1000) argument
195 #define ssleep(a) msleep(a * 1000) argument
284 struct ata_link *link; in init_sata() local
978 struct ata_link *link = dev->link; in ata_exec_internal() local
1106 struct ata_link *link = qc->dev->link; in ata_qc_issue() local
1620 struct ata_link *link = qc->dev->link; in __ata_qc_complete() local
/rk3399_rockchip-uboot/include/
H A Defi.h89 #define EFI_GUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
279 u32 link; member
H A Dmmc.h22 #define MAKE_SDMMC_VERSION(a, b, c) \ argument
24 #define MAKE_SD_VERSION(a, b, c) \ argument
26 #define MAKE_MMC_VERSION(a, b, c) \ argument
537 struct list_head link; member