Home
last modified time | relevance | path

Searched refs:read_roothub (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci.h709 #define read_roothub(hc, register, mask) ({ \ macro
719 { return read_roothub (hc, a, 0xfc0fe000); } in roothub_a()
725 { return read_roothub (hc, portstatus [i], 0xffe0fce0); } in roothub_portstatus()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c96 #define read_roothub(hc, register, mask) ({ \ macro
104 { return read_roothub (hc, a, 0xfc0fe000); } in roothub_a()
110 { return read_roothub (hc, portstatus [i], 0xffe0fce0); } in roothub_portstatus()