Searched refs:port_bit (Results 1 – 8 of 8) sorted by relevance
89 int h8300_set_gpio_dir(int port_bit,int dir) in h8300_set_gpio_dir() argument91 int port = (port_bit >> 8) & 0xff; in h8300_set_gpio_dir()92 int bit = port_bit & 0xff; in h8300_set_gpio_dir()107 int h8300_get_gpio_dir(int port_bit) in h8300_get_gpio_dir() argument109 int port = (port_bit >> 8) & 0xff; in h8300_get_gpio_dir()110 int bit = port_bit & 0xff; in h8300_get_gpio_dir()
48 extern int h8300_set_gpio_dir(int port_bit, int dir);49 extern int h8300_get_gpio_dir(int port_bit);
344 int port_bit = 4 << link->ap->port_no; in ali_c2_c3_postreset() local350 r &= ~port_bit; in ali_c2_c3_postreset()352 r |= port_bit; in ali_c2_c3_postreset()
112 ipd_sub_port_fcs.s.port_bit &= in cvm_oct_rgmii_poll()154 ipd_sub_port_fcs.s.port_bit |= 1ull << priv->port; in cvm_oct_rgmii_poll()
880 uint64_t port_bit:32; member884 uint64_t port_bit:3; member889 uint64_t port_bit:32; member
682 int i, port_bit; in t1_elmer0_ext_intr_handler() local684 port_bit = i + 1; in t1_elmer0_ext_intr_handler()685 if (!(cause & (1 << port_bit))) in t1_elmer0_ext_intr_handler()
453 int port_id, u32 port_bit) in xhci_test_and_clear_bit() argument458 if (temp & port_bit) { in xhci_test_and_clear_bit()460 temp |= port_bit; in xhci_test_and_clear_bit()
1822 int port_id, u32 port_bit);