Searched defs:f (Results 1 – 9 of 9) sorted by relevance
| /include/k210/ |
| A D | pll.h | 12 u8 f; member
|
| /include/dt-bindings/interrupt-router/ |
| A D | intel-irq.h | 27 #define PCI_BDF(b, d, f) ((b) << 16 | (d) << 11 | (f) << 8) argument
|
| /include/u-boot/ |
| A D | blake2.h | 51 uint64_t f[2]; member
|
| /include/renesas/ |
| A D | rzg2l-pfc.h | 43 #define RZG2L_GPIO_PORT_PACK(n, a, f) (((n) << 28) | ((a) << 20) | (f)) argument 54 #define RZG2L_SINGLE_PIN_PACK(p, b, f) (RZG2L_SINGLE_PIN | \ argument
|
| /include/ |
| A D | image.h | 845 #define image_get_hdr_l(f) \ argument 858 #define image_get_hdr_b(f) \ in image_get_hdr_l() argument 904 #define image_set_hdr_l(f) \ argument 917 #define image_set_hdr_b(f) \ in image_set_hdr_l() argument
|
| A D | sdhci.h | 51 #define SDHCI_MAKE_CMD(c, f) (((c & 0xff) << 8) | (f & 0xff)) argument
|
| A D | pci.h | 580 #define PCI_DEVFN(d, f) ((d) << 11 | (f) << 8) argument 584 #define PCI_BDF(b, d, f) ((b) << 16 | PCI_DEVFN(d, f)) argument
|
| /include/linux/ |
| A D | kernel.h | 30 #define FIELD_SIZEOF(t, f) (sizeof(((t*)0)->f)) argument
|
| A D | compat.h | 390 #define request_irq(nr, f, flags, nm, data) 0 argument
|
Completed in 21 milliseconds