Searched defs:at91_port (Results 1 – 2 of 2) sorted by relevance
38 typedef struct at91_port { struct39 u32 per; /* 0x00 PIO Enable Register */40 u32 pdr; /* 0x04 PIO Disable Register */41 u32 psr; /* 0x08 PIO Status Register */42 u32 reserved0;43 u32 oer; /* 0x10 Output Enable Register */44 u32 odr; /* 0x14 Output Disable Registerr */45 u32 osr; /* 0x18 Output Status Register */46 u32 reserved1;47 u32 ifer; /* 0x20 Input Filter Enable Register */[all …]
45 static void at91_set_port_pullup(struct at91_port *at91_port, unsigned offset, in at91_set_port_pullup()60 struct at91_port *at91_port = at91_pio_get_port(port); in at91_set_pio_pullup() local73 struct at91_port *at91_port = at91_pio_get_port(port); in at91_set_pio_periph() local91 struct at91_port *at91_port = at91_pio_get_port(port); in at91_set_a_periph() local110 struct at91_port *at91_port = at91_pio_get_port(port); in at91_set_b_periph() local129 struct at91_port *at91_port = at91_pio_get_port(port); in at91_pio3_set_a_periph() local152 struct at91_port *at91_port = at91_pio_get_port(port); in at91_pio3_set_b_periph() local174 struct at91_port *at91_port = at91_pio_get_port(port); in at91_pio3_set_c_periph() local196 struct at91_port *at91_port = at91_pio_get_port(port); in at91_pio3_set_d_periph() local214 static bool at91_get_port_output(struct at91_port *at91_port, int offset) in at91_get_port_output()[all …]