Searched refs:f (Results 1 – 15 of 15) sorted by relevance
| /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/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 55 ((p) << 24) | ((b) << 20) | (f))
|
| /include/k210/ |
| A D | pll.h | 12 u8 f; member
|
| /include/ |
| A D | mcheck.h | 29 int mcheck_pedantic(mcheck_abortfunc_t f);
|
| A D | image.h | 845 #define image_get_hdr_l(f) \ argument 846 static inline uint32_t image_get_##f(const struct legacy_img_hdr *hdr) \ 848 return uimage_to_cpu(hdr->ih_##f); \ 858 #define image_get_hdr_b(f) \ in image_get_hdr_l() argument 859 static inline uint8_t image_get_##f(const struct legacy_img_hdr *hdr) \ in image_get_hdr_l() 861 return hdr->ih_##f; \ in image_get_hdr_l() 904 #define image_set_hdr_l(f) \ argument 907 hdr->ih_##f = cpu_to_uimage(val); \ 917 #define image_set_hdr_b(f) \ in image_set_hdr_l() argument 918 static inline void image_set_##f(struct legacy_img_hdr *hdr, uint8_t val) \ in image_set_hdr_l() [all …]
|
| A D | bzlib.h | 186 FILE* f, 214 FILE* f,
|
| A D | net-legacy.h | 365 void net_set_udp_handler(rxhand_f *f); /* Set UDP RX packet handler */ 367 void net_set_arp_handler(rxhand_f *f); /* Set ARP RX packet handler */ 369 void net_set_icmp_handler(rxhand_icmp_f *f); /* Set ICMP RX handler */ 370 void net_set_timeout_handler(ulong t, thand_f *f);/* Set timeout handler */
|
| A D | ppc_asm.tmpl | 34 bl 1f ; \ 36 0: .long .LCTOC1-1f ; \ 217 bl 1f; \ 249 bl 1f; \
|
| 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/configs/ |
| A D | xtfpga.h | 122 #define CFG_ETHBASE 00:50:C2:13:6f:00
|
| /include/u-boot/ |
| A D | blake2.h | 51 uint64_t f[2]; member
|
| /include/linux/ |
| A D | kernel.h | 30 #define FIELD_SIZEOF(t, f) (sizeof(((t*)0)->f)) argument
|
| A D | compiler.h | 17 void ftrace_likely_update(struct ftrace_likely_data *f, int val,
|
| A D | compat.h | 390 #define request_irq(nr, f, flags, nm, data) 0 argument
|
Completed in 35 milliseconds