Searched refs:devsel (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/ |
H A D | pipe.c | 502 void usbhs_pipe_config_update(struct usbhs_pipe *pipe, u16 devsel, in usbhs_pipe_config_update() argument 511 if (devsel > 0xA) { in usbhs_pipe_config_update() 514 dev_err(dev, "devsel error %d\n", devsel); in usbhs_pipe_config_update() 516 devsel = 0; in usbhs_pipe_config_update() 525 (devsel << 12) | in usbhs_pipe_config_update()
|
H A D | pipe.h | 93 void usbhs_pipe_config_update(struct usbhs_pipe *pipe, u16 devsel,
|
/kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/ |
H A D | pipe.c | 502 void usbhs_pipe_config_update(struct usbhs_pipe *pipe, u16 devsel, in usbhs_pipe_config_update() argument 511 if (devsel > 0xA) { in usbhs_pipe_config_update() 514 dev_err(dev, "devsel error %d\n", devsel); in usbhs_pipe_config_update() 516 devsel = 0; in usbhs_pipe_config_update() 525 (devsel << 12) | in usbhs_pipe_config_update()
|
H A D | pipe.h | 93 void usbhs_pipe_config_update(struct usbhs_pipe *pipe, u16 devsel,
|
/kernel/linux/linux-5.10/arch/mips/alchemy/ |
H A D | board-mtx1.c | 194 static int mtx1_pci_idsel(unsigned int devsel, int assert) in mtx1_pci_idsel() argument 202 if (assert && devsel != 0) in mtx1_pci_idsel()
|
/kernel/linux/linux-6.6/arch/mips/alchemy/ |
H A D | board-mtx1.c | 194 static int mtx1_pci_idsel(unsigned int devsel, int assert) in mtx1_pci_idsel() argument 202 if (assert && devsel != 0) in mtx1_pci_idsel()
|
/kernel/linux/linux-5.10/arch/mips/pci/ |
H A D | pci-alchemy.c | 46 int (*board_pci_idsel)(unsigned int devsel, int assert); 301 static int alchemy_pci_def_idsel(unsigned int devsel, int assert) in alchemy_pci_def_idsel() argument
|
/kernel/linux/linux-6.6/arch/mips/pci/ |
H A D | pci-alchemy.c | 46 int (*board_pci_idsel)(unsigned int devsel, int assert); 301 static int alchemy_pci_def_idsel(unsigned int devsel, int assert) in alchemy_pci_def_idsel() argument
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-au1x00/ |
H A D | au1000.h | 799 int (*board_pci_idsel)(unsigned int devsel, int assert);
|
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-au1x00/ |
H A D | au1000.h | 799 int (*board_pci_idsel)(unsigned int devsel, int assert);
|
Completed in 12 milliseconds