Searched refs:clear_bit (Results 1 – 6 of 6) sorted by relevance
| /bsp/dm365/platform/ |
| A D | dma.c | 214 clear_bit(offset + (len - 1), p); 241 static inline void clear_bit(int nr, volatile unsigned long *addr) in clear_bit() function 614 clear_bit(j, tmp_inuse); in reserve_contiguous_slots() 636 clear_bit(j, edma_cc[ctlr]->edma_inuse); in reserve_contiguous_slots() 658 clear_bit(EDMA_CHAN_SLOT(pdev->resource[i].start), 729 clear_bit(channel, edma_cc[ctlr]->edma_unused); in edma_alloc_channel() 804 clear_bit(channel, edma_cc[ctlr]->edma_inuse); in edma_free_channel() 872 clear_bit(slot, edma_cc[ctlr]->edma_inuse); in edma_free_slot() 969 clear_bit(slot_to_free, edma_cc[ctlr]->edma_inuse); in edma_free_cont_slots()
|
| /bsp/allwinner/libraries/libos/include/misc/ |
| A D | support.h | 182 static inline void clear_bit(unsigned int bit, volatile unsigned long *p) in clear_bit() function
|
| /bsp/allwinner/libraries/libos/include/ |
| A D | interrupt.h | 675 clear_bit(TASKLET_STATE_RUN, &(t)->state);
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/ |
| A D | ohci-hcd.c | 1108 clear_bit(HCD_FLAG_HW_ACCESSIBLE, &hcd->flags); 1380 clear_bit(USB_OHCI_LOADED, &usb_hcds_loaded); 1409 clear_bit(USB_OHCI_LOADED, &usb_hcds_loaded);
|
| A D | ohci-hub.c | 523 clear_bit(HCD_FLAG_POLL_RH, &hcd->flags);
|
| A D | ehci-hcd.c | 1149 clear_bit(HCD_FLAG_HW_ACCESSIBLE, &hcd->flags); in ehci_suspend()
|
Completed in 17 milliseconds