Home
last modified time | relevance | path

Searched refs:debug0 (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/char/
Dmbcs.c711 uint64_t debug0; in show_algo() local
717 debug0 = *(uint64_t *) soft->debug_addr; in show_algo()
720 upper_32_bits(debug0), lower_32_bits(debug0)); in show_algo()
/linux-4.4.14/drivers/video/fbdev/
Dmxsfb.c165 unsigned debug0; member
195 .debug0 = LCDC_V3_DEBUG0,
204 .debug0 = LCDC_V4_DEBUG0,
/linux-4.4.14/arch/arm/boot/dts/
Domap4-sdp.dts48 debug0 {
49 label = "omap4:green:debug0";
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c7820 u32 debug0, debug11; in t4_idma_monitor() local
7869 debug0 = t4_read_reg(adapter, SGE_DEBUG_DATA_LOW_A); in t4_idma_monitor()
7870 idma->idma_state[i] = (debug0 >> (i * 9)) & 0x3f; in t4_idma_monitor()
7880 debug0, debug11); in t4_idma_monitor()