Searched defs:has (Results 1 - 2 of 2) sorted by relevance
/drivers/dma/ |
H A D | dmaengine.c | 38 * by dma_find_channel(), or if it has need for an exclusive channel it can call 42 * Each device has a channels list, which runs unlocked but is never modified 176 dma_cap_mask_t has; local 178 bitmap_and(has.bits, want->bits, device->cap_mask.bits, 180 return bitmap_equal(want->bits, has.bits, DMA_TX_TYPE_END); 337 * net_dma has alignment requirements 620 /* A device that satisfies this test has channels that will never cause
|
/drivers/video/mbx/ |
H A D | mbxfb.c | 238 ushort hbps, ht, hfps, has; local 289 has = hbps + var->left_margin; 290 hfps = has + var->xres; 299 write_reg_dly((Dht02_Hlbs(has) | Dht02_Has(has)), DHT02); 301 write_reg_dly((Dhdet_Hdes(has) | Dhdet_Hdef(hfps)), DHDET); 402 /* VSCTRL has the bits which sets the Video Pixel Format. 825 * down, the application has to calculate them. */
|
Completed in 83 milliseconds