if_le.c | 127 bus_space_handle_t bsh0 = lesc->sc_bsh0; local in function:lewrcsr 132 } while ((bus_space_read_1(bst, bsh0, LER0_STATUS) & LE_ACK) == 0); 135 } while ((bus_space_read_1(bst, bsh0, LER0_STATUS) & LE_ACK) == 0); 143 bus_space_handle_t bsh0 = lesc->sc_bsh0; local in function:lerdcsr 149 } while ((bus_space_read_1(bst, bsh0, LER0_STATUS) & LE_ACK) == 0); 152 } while ((bus_space_read_1(bst, bsh0, LER0_STATUS) & LE_ACK) == 0); 179 bus_space_handle_t bsh0, bsh1, bsh2; local in function:leattach 186 da->da_size, 0, &bsh0)) { 191 if (bus_space_subregion(bst, bsh0, lestd[1], LER1_SIZE, &bsh1)) { 196 if (bus_space_subregion(bst, bsh0, lestd[2], LE_BUFSIZE, &bsh2)) [all...] |