Home
last modified time | relevance | path

Searched refs:f (Results 1 – 15 of 15) sorted by relevance

/include/dt-bindings/interrupt-router/
A Dintel-irq.h27 #define PCI_BDF(b, d, f) ((b) << 16 | (d) << 11 | (f) << 8) argument
/include/renesas/
A Drzg2l-pfc.h43 #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 Dpll.h12 u8 f; member
/include/
A Dmcheck.h29 int mcheck_pedantic(mcheck_abortfunc_t f);
A Dimage.h845 #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 Dbzlib.h186 FILE* f,
214 FILE* f,
A Dnet-legacy.h365 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 Dppc_asm.tmpl34 bl 1f ; \
36 0: .long .LCTOC1-1f ; \
217 bl 1f; \
249 bl 1f; \
A Dsdhci.h51 #define SDHCI_MAKE_CMD(c, f) (((c & 0xff) << 8) | (f & 0xff)) argument
A Dpci.h580 #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 Dxtfpga.h122 #define CFG_ETHBASE 00:50:C2:13:6f:00
/include/u-boot/
A Dblake2.h51 uint64_t f[2]; member
/include/linux/
A Dkernel.h30 #define FIELD_SIZEOF(t, f) (sizeof(((t*)0)->f)) argument
A Dcompiler.h17 void ftrace_likely_update(struct ftrace_likely_data *f, int val,
A Dcompat.h390 #define request_irq(nr, f, flags, nm, data) 0 argument

Completed in 35 milliseconds