Searched refs:dle (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/atm/ |
| H A D | suni.c | 156 int reg, dle, lle; in set_loopback() local 160 dle = SUNI_MCM_DLE; in set_loopback() 164 dle = SUNI_MCT_DLE; in set_loopback() 168 control = dev->ops->phy_get(dev, reg) & ~(dle | lle); in set_loopback() 173 control |= dle; in set_loopback()
|
| H A D | iphase.c | 1101 struct dle* wr_ptr; 1278 struct dle *dle, *cur_dle; local 1288 dle = iadev->rx_dle_q.read; 1289 dle_lp = readl(iadev->dma+IPHASE5575_RX_LIST_ADDR) & (sizeof(struct dle)*DLE_ENTRIES - 1); 1290 cur_dle = (struct dle*)(iadev->rx_dle_q.start + (dle_lp >> 4)); 1291 while(dle != cur_dle) 1355 if (++dle == iadev->rx_dle_q.end) 1356 dle = iadev->rx_dle_q.start; 1358 iadev->rx_dle_q.read = dle; 1441 iadev->rx_dle_q.start = (struct dle *)dle_addr; [all …]
|
| H A D | iphase.h | 278 #define DLE_TOTAL_SIZE (sizeof(struct dle)*DLE_ENTRIES) 281 struct dle struct 292 struct dle *start; argument 293 struct dle *end; 294 struct dle *read; 295 struct dle *write;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/ |
| H A D | mac.mk | 45 $(path_hm_d1)/dle.o \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/ |
| H A D | mac.mk | 45 $(path_hm_d1)/dle.o \
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | mvumi.c | 1847 struct mvumi_dyn_list_entry *dle; in mvumi_send_command() local 1848 dle = ib_entry; in mvumi_send_command() 1849 dle->src_low_addr = in mvumi_send_command() 1851 dle->src_high_addr = in mvumi_send_command() 1853 dle->if_length = (frame_len >> 2) & 0xFFF; in mvumi_send_command()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop.c | 1429 int i, dle, lut_idx = 0; in vop_crtc_load_lut() local 1445 dle, !dle, 5, 33333); in vop_crtc_load_lut() 1464 dle, dle != lut_idx, 5, 33333); in vop_crtc_load_lut()
|
| H A D | rockchip_drm_vop2.c | 3372 int dle = 0, i = 0; in rk3568_crtc_load_lut() local 3396 readx_poll_timeout(CTRL_GET, dsp_lut_en, dle, !dle, 5, 33333); in rk3568_crtc_load_lut()
|