Searched refs:fifo_setup (Results  1 – 2 of 2) sorted by relevance
| /linux-4.1.27/drivers/misc/ | 
| D | hpilo.c | 209 static void fifo_setup(void *base_addr, int nr_entry)  in fifo_setup()  function 291 	fifo_setup(dma_va, NR_QENTRY);  in ilo_ccb_setup() 300 	fifo_setup(dma_va, NR_QENTRY);  in ilo_ccb_setup()
  | 
| /linux-4.1.27/drivers/usb/musb/ | 
| D | musb_core.c | 1227 fifo_setup(struct musb *musb, struct musb_hw_ep  *hw_ep,  in fifo_setup()  function 1349 	offset = fifo_setup(musb, hw_ep, &ep0_cfg, 0);  in ep_config_from_table() 1364 		offset = fifo_setup(musb, hw_ep + epn, cfg++, offset);  in ep_config_from_table()
  |