Searched refs:fifo_setup (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | hpilo.c | 213 static void fifo_setup(void *base_addr, int nr_entry) in fifo_setup() function 294 fifo_setup(dma_va, NR_QENTRY); in ilo_ccb_setup() 303 fifo_setup(dma_va, NR_QENTRY); in ilo_ccb_setup()
|
/kernel/linux/linux-6.6/drivers/misc/ |
H A D | hpilo.c | 215 static void fifo_setup(void *base_addr, int nr_entry) in fifo_setup() function 296 fifo_setup(dma_va, NR_QENTRY); in ilo_ccb_setup() 305 fifo_setup(dma_va, NR_QENTRY); in ilo_ccb_setup()
|
/kernel/linux/linux-5.10/drivers/usb/musb/ |
H A D | musb_core.c | 1383 fifo_setup(struct musb *musb, struct musb_hw_ep *hw_ep, in fifo_setup() function 1504 offset = fifo_setup(musb, hw_ep, &ep0_cfg, 0); in ep_config_from_table() 1519 offset = fifo_setup(musb, hw_ep + epn, cfg++, offset); in ep_config_from_table()
|
/kernel/linux/linux-6.6/drivers/usb/musb/ |
H A D | musb_core.c | 1379 fifo_setup(struct musb *musb, struct musb_hw_ep *hw_ep, in fifo_setup() function 1500 offset = fifo_setup(musb, hw_ep, &ep0_cfg, 0); in ep_config_from_table() 1515 offset = fifo_setup(musb, hw_ep + epn, cfg++, offset); in ep_config_from_table()
|
Completed in 10 milliseconds