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

/u-boot/arch/x86/include/asm/arch-braswell/
H A Dgpio.h68 enum int_type { enum
179 gpio_light_mode, int_type, int_sel, term, open_drain, current_source,\
200 (((int_type) != NA) ? int_type : 0)), \
204 (((int_type) != NA) ? THREE_BIT : 0)), \
/u-boot/drivers/net/octeontx/
H 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);
H A Dnicvf_queues.c901 void nicvf_clear_intr(struct nicvf *nic, int int_type, int q_idx) argument
905 switch (int_type) {
/u-boot/arch/arm/include/asm/arch-tegra/
H A Ddc.h64 uint int_type; /* _CMD_INT_TYPE_0 */ member in struct:dc_cmd_reg
/u-boot/drivers/video/tegra20/
H A Dtegra-dc.c168 writel(0x00000000, &cmd->int_type);

Completed in 143 milliseconds