Home
last modified time | relevance | path

Searched refs:int_type (Results 1 – 5 of 5) sorted by relevance

/u-boot/arch/x86/include/asm/arch-braswell/
A Dgpio.h68 enum int_type { enum
179 gpio_light_mode, int_type, int_sel, term, open_drain, current_source,\ argument
200 (((int_type) != NA) ? int_type : 0)), \
204 (((int_type) != NA) ? THREE_BIT : 0)), \
/u-boot/drivers/net/octeontx/
A Dnicvf_queues.h332 void nicvf_enable_intr(struct nicvf *nic, int int_type, int q_idx);
333 void nicvf_disable_intr(struct nicvf *nic, int int_type, int q_idx);
334 void nicvf_clear_intr(struct nicvf *nic, int int_type, int q_idx);
335 int nicvf_is_intr_enabled(struct nicvf *nic, int int_type, int q_idx);
A Dnicvf_queues.c901 void nicvf_clear_intr(struct nicvf *nic, int int_type, int q_idx) in nicvf_clear_intr() argument
905 switch (int_type) { in nicvf_clear_intr()
/u-boot/arch/arm/include/asm/arch-tegra/
A Ddc.h64 uint int_type; /* _CMD_INT_TYPE_0 */ member
/u-boot/drivers/video/
A Dtegra.c157 writel(0x00000000, &cmd->int_type); in basic_init()

Completed in 12 milliseconds